For questions related to textures in computer graphics.
1
vote
1answer
99 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.
1
vote
1answer
108 views
Textures not displaying correctly C++ opengl SOIL
Here is my problem;
Image a box, or a cube, all sides right.
If we were to put the box on a flat surface, the face touching the bottom, would be the floor or base. if the base had an inside, which ...
0
votes
0answers
24 views
Image formats with transparency that can be loaded
I'm paying around with loading textures and tiles in C++ and mapping them accordingly.
I have functions that load .raw images, .tga images and .png images so far.
I want to be able to load a square ...
0
votes
1answer
60 views
How to Apply a Texture to an Orthographic Plane Using DirectX11 Shaders
I'm currently trying to apply a texture image to an orthographic plane so that it can be used as a kind of 'U.I. decoration'.
The plane is made up of two tri's in a ...
1
vote
2answers
36 views
Difference between glTexImage1D and glTexImage2D
What is the difference between glTexImage2D() and glTexImage1D()? Actually, I can't imagine 1D texturing. How can something have a 1D texture?
0
votes
2answers
132 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
1answer
33 views
Placing an image on a window while controlling its size - directX, c++
All code is pseudo
I have an image sized 1024 x 768.
It is a jpg
I have a window sized 1024 x 768.
I create a sprite, get a texture for it, then draw it to the screen.
for example:
...
0
votes
1answer
23 views
D3DXCreateTextureFromFile just returns a pointer rather than any decent message for me?
The following code for C++ DirectX Visual Studio 2012:
HRESULT result;
sprite = NULL;
result = D3DXCreateSprite( gfx.d3dDevice, &sprite );
assert( !FAILED( result ) );
...
1
vote
0answers
52 views
Using large 3D textures in pyglet
I'm trying to do some GLSL particle stuff with precomputed velocity vector fields. These vector fields are stored as ~13 1024x170 float textures, each corresponding to a different "slice" in the ...
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, ...
1
vote
1answer
120 views
CubeMap in OpenGL doesn't show at all
I'm trying to simply load 6 pictures as texture of cube in OpenGL. Blow is the loading code:
glTexParameteri(GL_TEXTURE_CUBE_MAP_ARB, GL_TEXTURE_MAG_FILTER, GL_LINEAR);
...
3
votes
1answer
173 views
GL_ALPHA, GL_LUMINANCE
I'm trying to bind a texture that I want to interpret as either Alpha, Luminance or Intensity. I'm using OpenGL 4.0. I can bind them as GL_RED OK with no problems, i.e. :
glTexImage2D( ...
0
votes
1answer
42 views
OpenGL 8 bit alpha texture format
I have a greyscale 8-bit bitmap which I am going to use as a mask for font glyph rendering. The bitmap pixels are just an alpha value. I'm wondering whether it's better to convert this to RGBA, or ...
2
votes
3answers
829 views
Slow glTexSubImage2D performance on Nexus 10/Android 4.2.2 (Samsung Exynos 5 w/ Mali-T604)
I have an Android app that decodes video into yuv420p format then renders video frames using OpenGLES.
I use glTexSubImage2D() to upload y/u/v buffer to GPU then do a YUV2RGB conversion using shader. ...
1
vote
1answer
87 views
Update textures in X3DOM model dynamically
I am developing a Web 3D app and I produced some code in Javascript that implements the following tag to an external .html file with the model in it, within an iframe.
In the <appearance> ...
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
...
2
votes
0answers
96 views
impossible to draw a different texture on my cubes on XNA
I'm having some problem to draw textures with class "DrawUserIndexPrimitive" on Xna.
I can draw my cubes / models without problem. But I want to draw different textures on my cubes.
I loop on each ...
1
vote
1answer
83 views
glDeleteBuffers crashes during destructor call
Hi I am using VBO to load image texture and then draw it in C++. VBO id generate and bind and draw occurs here
void ViewManager::render(){
glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
...
0
votes
1answer
80 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
162 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
0answers
140 views
GLSL 330: down sample texture
I want to down sample an input texture from 800x600 to one quarter itself (200x150 pixel). But if I do that I can see only a little bit of the image. It seems that the frament shader doesn't down ...
0
votes
1answer
157 views
Three.js CanvasRenderer textures broken in safari
I have a Three.js based sample I'm working on as a basis for a bigger project. To super simplify I have a plane with a texture which orbits a center point. It is actually attached to the center point ...
0
votes
1answer
54 views
ThreeJS texture issue
I have a problem with my Three.js 3D application - at least according to some people I know.
My application rests at [http://176.9.149.205/planungstool/]. Some people who supposedly have the most ...
0
votes
0answers
29 views
modifier that creates linear texture wrapping? multiple 3d models
So I have two 3d models with different geometry so when the textures are applied they wrap differently, leaving the textures looking funny and uneven. I was wondering if there was a modifier that ...
0
votes
0answers
95 views
texImage2d with canvas
I read that it's possible to pass an HTMLCanvasElement as parameter of texImage2d:
void texImage2D(GLenum target, GLint level, GLenum internalformat, GLenum format, GLenum type, HTMLCanvasElement ...
2
votes
2answers
166 views
Strategies for packing data into OpenGL 3D array
I am implementing a voxel raycaster in OpenGL 4.3.0. I have got a basic version going where I store a 256x256x256 voxel data set of float values in a 3D texture of the same dimensions.
However, I ...
0
votes
2answers
141 views
AndEngine Texture very strange
Does anyone know why this is happening?
Code to load image:
gameOverAtlas = new BuildableBitmapTextureAtlas(
activity.getTextureManager(), 1024, 1024,
...
1
vote
0answers
49 views
Unable to load texture on md2 model
I'm trying to use Rajawali framework to load a texture on md2 model. But I just can't get it done. It doesn't show any error but only some warnings. I'm not really sure whether it's my code issue or ...
0
votes
1answer
88 views
How can I create a 3d texture with negative values and read it from a shader
I have written a volume rendering program that turns some 2d images into a 3d volume that can be rotated around by a user. I need to calculate a normal for each point in the 3d texture (for lighting) ...
0
votes
2answers
127 views
How to render grayscale texture without using fragment shaders? (OpenGL)
Is it possible to draw a RGB texture as grayscale without using fragment shaders, using only fixed pipeline openGL?
Otherwise I'd have to create two versions of texture, one in color and one in black ...
0
votes
1answer
126 views
OpenGL texture ID generated more than once
I have texture loading routine in C that calls Java part of my game to do the job. It can load .png as well as .jpg files and create textures from them. It returns back to C the generated textureID ...
2
votes
1answer
73 views
Using C++ AMP with Direct2D
Is it possible to use a texture generated by C++ AMP as a screen buffer?
I would like to generate an image with my C++ AMP code (already done) and use this image to fill the entire screen of Windows ...
-1
votes
1answer
86 views
SketchUp FBX cube model textures not correctly exporting [closed]
When exporting a .fbx model from SketchUp, only the buttom, the front and the left textures are exported. Is there a way to fix this?
1
vote
0answers
226 views
Can't render texture from off-screen frame buffer object into quad correctly
I'm working on a project in wich I need to get the surface from a SPH particle simulating water in order to render it on a cartoon style. In order to do this I'm following a method in wich the first ...
2
votes
1answer
60 views
generate new patterns
I have a big texture image and I am using Efros and Freeman method (image quilting: http://www.cs.sunysb.edu/~vordonezroma/texturesynth.pdf) to generate new texture. But, my problems is somehow ...
0
votes
1answer
259 views
libgdx texture filters and mipmap
When I try to use mipmap filtering in LibGDX, none of the images appear.
I'm new to LibGDX, and I have a simple 2d scene with three rotating, scaled circles. In order to anti-alias them, I wanted ...
0
votes
1answer
35 views
Using non-variable in file path
I want to make the file path changeable by the user. But as far as I can tell it has to be static in order to do so. Here is what I got.
private String texturePath;
more code...
public String ...
1
vote
3answers
133 views
Creating texture from getImageData (Javascript)
It is possibile to create a texture (to use on a element in a canvas) from the getImageData array of another canvas (in the same html page)? maybe without three.js? Thanks a lot,
Jennifer
2
votes
1answer
122 views
Texture dificulties in Three.js
I'm still experiencing some difficulties with the texture on my model. First I was trying the collada model with three.js r50, now I'm trying the .obj model with three.js r56 and still getting some ...
0
votes
1answer
328 views
Three .js importing textures
I'm using three.js and have now a scene with a floor and a car as json loaded. Everything fine but the car is just black and not with the texture from blender. Is there any possibility to export it ...
2
votes
0answers
187 views
DirectX writing backbuffer data to file
I am trying to convert every frame of my DirectX program to YUV (for video encoding). Therefore I need the RGB(A) values of each pixel on every frame first. I need to get these from the backbuffer.
...
0
votes
1answer
134 views
Getting a texture output from GLSL shader to opengl
I have a GLSL shader that compares two masks, and colours the pixel with the image of the highest value. I want to output that to a texture that stores at each pixel the highest mask for example
I ...
0
votes
1answer
56 views
I am lauching an openGL program exe file from visual basic, But the texture is missing. What is wrong?
The line to launch the exe is :
Shell("""D:\glut\SB5\VisualStudio2008\Chapter06\TexturedTriangle\TexturedTriangle.exe"" """ & lat & " " & lng, vbNormalFocus)
And the texture is present ...
0
votes
1answer
131 views
Does glGenTextures and glBindTexture needs to be called before doing glTexImage2D and glTexSubImage2D
Hi I have 35 images to draw in a display. I am drawing it in 7X5 grid. The images are downloaded from internet. Each time an image is downloaded I try to draw the whole 35 images. But some of them are ...
0
votes
2answers
99 views
3D Beam in XNA 4.0
I was looking for a way to create a 3D beam effect in XNA 4.0. Currently, I am casting a ray and drawing it so I have the essentials, but I just need the graphics.
I am looking for something similar ...
1
vote
0answers
90 views
XNA Alpha Blending working different on 2 PCs
I'm currently developing a tiny window cleaning game in XNA where I draw a layer of dirt (a 2d Texture with varying alpha) above any random image. The layer of dirt should get more and more ...
1
vote
0answers
102 views
opengl on iOS: texture only showed correctly on right upper quarter of the view
It's very strange, when I use texture like the bad one below, the texture showed up is terriable, showed only 1/16 size of the view, which should be filled the view with the texture.
but if I set ...
1
vote
2answers
305 views
OpenGl glTexImage2D data
I am trying to read floatingpoint numbers from a CSV file, that contains a precomputed texture, store it in a 1 dimensional array, and then put that read data into a 2 dimensional texture.
I need to ...
3
votes
2answers
278 views
OpenGL ES 2.0 1 only using last bound texture
Please see Edit at end for progress.
I'm in the process of trying to learn OpenGL ES 2.0 (I'm going to be developing on Android devices)
I'm a little confused about the Vertex and Fragment shaders. ...
0
votes
1answer
90 views
OpenGL ES : Pre-Rendering to FBO texture
Is it possible to render to FBO texture once and then use the resulting texture handle to render all following frames?
For example, in case I'm rendering a hard shadow map and the scene geometry and ...






