0
votes
1answer
55 views

Drawing a texture to a framebuffer distorts the texture

I'm using the LWJGL OpenGL bindings for java and I want to draw textures to a framebuffer so I can render textures that are always used together at the same time. I followed the tutorial on the LWJGL ...
0
votes
1answer
27 views

Transforming and drawing isometric textures

I'm planning to make a game and doing some research. One of the features will be an isometric third-person view, which should be able to be rotated freely over 360 degrees. This rules out the use of a ...
0
votes
1answer
36 views

Java LWJGL / Slick-Util texture.bind() binds the same texture everytime

I've been programming for a few years now and wanted to try Java LWJGL, and people recommended using the Slick-Util library so I set all of it up, etc. and I've been working on several projects, never ...
0
votes
1answer
32 views

LWJGL - White border on my 3D quads when they are like 10f away from camera pos

I get weird white borders on my 3D quads when they are a little ways away from the camera position and when they are close the borders disappear...
0
votes
0answers
32 views

Drawing textured Quad using LWJGL

I'm trying to draw a textured quad with LWJGL, but I don't know why my quad renders with only one pixel of color. This is the first time that i use LWJGL to create a 2D Fullscreen game. Here's the ...
0
votes
1answer
31 views

Converting JOGL texture into BufferedImage

I am very very new to JOGL. I am trying to create a BufferedImage object(which is used in other part of my code) out of a textrure (not a Texture object but a texture with a handle, storage). In the ...
0
votes
1answer
81 views

Seamlessly texture a cylinder with OpenGL and LWJGL

I am working on creating a procedural city, complete with randomly generated buildings and textures. I am generating cylinder-ish buildings correctly, and generating a procedural texture pattern for ...
0
votes
1answer
39 views

GL11 Texture rendering wrong

I'm trying to render an image on a basic quad, I took a look at the Space Invaders Example Game for the code, and implemented that code into mine. The image gets renderer on screen, with the right ...
1
vote
1answer
100 views

Textured Sphere in LWJGL

I want to draw a GLU Sphere,which works, but now I dont know how I can texture it. There is no point where a glTexCoord2f could go.
0
votes
2answers
135 views

Java 3d & Texture mappig

I am trying to load a 3D scene into java3D . I've tried to load my scene created in Cinema 4D in multiple formats (Obj, wrl, 3ds, x3d) but thus far I haven't been able to transport my textures with ...
0
votes
0answers
52 views

LWJGL Transparent Textures issue

So I'm working on a project for conenct4 and I ran into issues with texturing. The dividers on the inside of the board are invisilbe when viewed from the front faces, but not when viewed from the top, ...
0
votes
0answers
108 views

LWJGL Texture blending not working

I'm trying to draw a gradient and then draw a transparent texture ontop of it. This is the code I'm using right now: GL11.glClearColor(0.0F, 0.0F, 0.0F, 0.0F); // Draw the gradient ...
0
votes
1answer
83 views

LWJGL Texture a cube

I'm currently rendering a cube with VBOs, and with color. I want to drop some texture on them, and I don't have any idea about it. Still learning OGL, but how can I render the cube with texture on ...
0
votes
2answers
163 views

TexturePacking with Libgdx -

My program packs a series of images and outputs them into an aste.png, and an aste.atlas. My code for packing is as follows: public void pack(){ System.out.println("Packing should not be ...
1
vote
1answer
105 views

How can I draw a BufferedImage onto the screen using LWJGL?

I want to know how to draw textures with BufferedImages in LWJGL Java. Does anyone know how to do this or is it impossible?
0
votes
1answer
50 views

Texture gets blackness and whitelines added to it

I've tried to add a Texture to my OpenGL Display. Rendering a texture like normal. Getting the Texture: try { mainTexture = TextureLoader.getTexture("PNG", ...
0
votes
1answer
97 views

Textures are black in JOGL using VAO

So far, I used the deprecated immediate mode rendering, and I'm trying to switch to VAO then VBO. 2D quads are normally rendered using VAO, but when I'm trying to attach a texture, it remains black. I ...
0
votes
1answer
44 views

GridBagConstraints insert a shifted coloumn?

i'm using GridBagLayout and GridBagConstraints to create a map (grid of texture) but now i want to insert an edge between different texture: i want something like this |-----|-----|-----| ...
0
votes
1answer
137 views

Transparent background behind font

With LWJGL and OpenGL, I want to draw a textured rectangle. Above that, I want to write some Text using the Slick Library. My Problem is that when I draw the Text before the rectangle, the font has ...
0
votes
0answers
72 views

Terrain Generation and texturing

I need to texture my generated terrain for which i use the code below: ` private final int SIZE = 17; float[][] heightmap = new float[SIZE*2][SIZE]; private final int MAX_HEIGHT = 12; private ...
0
votes
1answer
55 views

OpenGL bad texture size

Texture texture = loadTexture("main_menu/bg"); texture.bind(); glBegin(GL_QUADS); glTexCoord2f(0, 0); glVertex2i(1, 1); glTexCoord2f(0, 1); glVertex2i(1, ...
0
votes
0answers
107 views

java vbo texture on quads wont draw

i have two vbo lists, one for the position vercites of my quads (4*3 floats per quad) and one for my texture coordinates (4*2 floats per quad) i fill the vbo lists in my uploadToGraka() method if i ...
0
votes
3answers
76 views

In exported jar file textures are not loaded

I am using LWJGL and Slick2D. I export project to .jar and use JarSplice to generate executable, so I don't need library files in the location where executable jar is. My problem is that if I run ...
0
votes
2answers
56 views

How to set entity texture

I have problem with texturing entity, I have no errors or exception when loading texture but texture is not showed. Here is my code: public class StartClass { private static class Button extends ...
1
vote
2answers
215 views

LWJGL skewed texture

I was trying to use a texture with LWJGL, turns out that RBG-pngs are somewhat skewed. Example: Original picture/Texture The loading code is 98% of the lwjgl wiki space invaders example.. ...
0
votes
1answer
84 views

Java draw line with textures

I'm trying to figure this out with no success. I can draw rectangles with a texture but how could I draw a line of say 4 pixels wide at an angle using a texture? Example like a / or \?
1
vote
1answer
170 views

How do I wrap a texture around a sphere?

I created a class with a method drawSphere to replace glutDrawSolidSphere. See code below. But I wonder, how do I wrap a texture around it without tiling? For example, if I want to draw a mouth, eyes ...
0
votes
1answer
78 views

Cube texturing in opengl3

Just doing my computer graphics assignment - put texture (600x400 bitmap with different numbers) on a cube to form a proper dice. I managed to do it using "classical" texture mapping: creating verices ...
0
votes
1answer
54 views

texture is null while creating this from a Pixmap object in thread

try { URL url = new URL(this.url); InputStream in = new BufferedInputStream(url.openStream()); ByteArrayOutputStream out = new ByteArrayOutputStream(); byte[] buf = new ...
1
vote
2answers
223 views

lwjgl and slick - rotate slick texture

I am creating a program which draws an object, which needs to "point" toward the mouse. To do so I want to draw the image rotated. I have this code for drawing the object: ...
0
votes
1answer
283 views

How would I auto texture map a sphere in OpenGL?

Which parameters for especially s and t would I use to text map a sphere? I've tried various different options, but there's always a little portion that's distorted no matter what values I choose for ...
1
vote
1answer
153 views

OpenGL Texture Stretching

I'm trying to attach a texture to a cube. Currently, the texture is stretching. I know it's an issue with my texture coordinates but I cannot figure out what. For all of the vertices positions ...
0
votes
0answers
241 views

OpenGL texture mapping on cube draw nothing

I am trying to map texture, (64 px x 64 px) onto a cube. I think I have it set up right, so I am confused as to why nothing is being drawn. I just get a blank window. Is my setup wrong? I have ...
0
votes
0answers
151 views

2D Tile Transitions

I know this is a topic that has been covered a lot, and I'm aware of the different methods of tackling 2d tile blending. The two predominant ways appear to be alpha masking (which seems expensive) or ...
1
vote
2answers
306 views

Making a cubemap in lwjgl

This is my attempt at making a cube map. glDisable(GL_TEXTURE_2D); glEnable(GL_TEXTURE_CUBE_MAP); glPixelStorei(GL_UNPACK_ALIGNMENT, 1); glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_REPEAT); ...
0
votes
0answers
236 views

Java LWJGL Changing a texture's alpha value

Can I use code in LWJGL to change a texture's alpha value? or render a texture with a certain alpha value without creating a couple images of the texture with different alpha values? EDIT: Figured ...
0
votes
0answers
176 views

Repeating Texture in sprite Andegine

I am having some problems regarding a repeating texture in a sprite. I want a texture to be repeated for the width of the sprite. I know Texture Options REPEATING_NEAREST can do that, but my problem ...
0
votes
1answer
52 views

OGL ES 2.0 Texture on plane

I'm having troube displaying a texture to a plane of two triangles. My texture is a 32x32 RGBA bitmap. I'm developing for android. My plane is created like this: float[] vertices = new ...
0
votes
1answer
152 views

Tiling subtexture over 3D shape in OpenGL

I have a texture which is a grid of smaller textures and which I am not able in this application to split into individual files. I need to tile these subtextures over a model. Splitting the geometry ...
1
vote
1answer
179 views

Texture appears white

I have a textured skydome. It renders white when an image is attached, but it does renders right when a color is given. I have reasons to assume the texture is overwritten, thus some tips on this ...
0
votes
0answers
54 views

drawing texture tiled

I tried to implement this weeks ago and after hours I thought it would work proper now, but it apparently didnt. I want to draw a picture with any scale, tiled on a rectangular area. the area should ...
1
vote
0answers
111 views

Setting a texture to a md2 model java/android

I need help with setting a texture to a .MD2 model in java/android According to wikipedia, I came up with the following: ( MD2 (file_format) ) Loading texCoords: int idx = 0; for(int i = 0; i < ...
2
votes
2answers
483 views

Android OpenGL mag filter on GL_NEAREST, small texture still blurry

I am using a power of two sized texture (128x128) and I am drawing small portions of it onto polygons (using it as a texture atlas). I have set the following: gl.glTexParameterf(GL10.GL_TEXTURE_2D, ...
-3
votes
2answers
1k views

Java openGL draw texture [closed]

I try to draw a basic texture in LWJGL, but I can't. My main class: package worldofportals; import java.io.IOException; import java.util.logging.FileHandler; import java.util.logging.Level; import ...
0
votes
1answer
83 views

Error loading texture from file in Java

I wrote some code to load textures from files. It works nicely on windows machines, but once I sent it home to work on OSX, it keeps crashing. This is a simple bit of code: String path = ...
0
votes
2answers
149 views

Java OpenGL only blue Textures

I've have a little Problem with Textures and OpenGL. I made a small .obj Loader (with Texture Loading) but everything is drawn blue. Example: I load a Texture. I bind the texture with ...
0
votes
3answers
263 views

How to save images in the memory with LWJGL?

I've been using java regular graphics device, awt and swing stuff, with Graphics, Graphics2D, and etc. for a while, and then a started to watch a series of tutorials about LWJGL. I really enjoyed and ...
0
votes
1answer
490 views

How to only use parts of images for LWJGL

Hey I would like to know if there is a way to only take part of an image and turn it into a texture for LWJGL. Here is my basic code for loading an image and using as a texture. The PNG decoder is ...
0
votes
1answer
1k views

Basic Texture drawing with JOGL, using a Texture object

I'm trying to give the user of my application the ability to load an image of their choice to make the background. Loading the image via Java is no problem, but I can't get the image into a ...
2
votes
1answer
2k views

Texture from texturepacker in LibGDX

Trying get my head around the texturewrapper in (the awesome) LibGDX framework I need help. I would like to bind a texture (accordint to http://code.google.com/p/libgdx/wiki/MeshColorTexture) that ...

1 2