Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged OpenGL

0 votes
869 views
1 answer
    I can't seem to read the depth buffer values in OpenGL ES2 on iOS 4.3 afDepthPixels = (float*)malloc(sizeof ... supported in ES2 on iOS? Thanks! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
703 views
1 answer
    I know that on mobile devices, the largest texture you could render in a single draw differs: sometimes it is ... from one computer to another? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
907 views
1 answer
    If I am copying pixels from one FBO to another and each of them have multiple (not necessary the same ... anywhere in the OpenGL documentation. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
568 views
1 answer
    We captured a 3d Image using Kinect with OpenNI Library and got the rgb and depth images in the form of ... does these two versions conflict?? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
772 views
1 answer
    I'm trying to pass a bunch of consecutive unsigned ints as attribute to my GLSL shader. So far I came up ... I assume it should draw something. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I am trying to develop an openGL application with GLEW and GLFW on Windows using minGW. In the current directory, ... solve the problem for me. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
797 views
1 answer
    I am modifying the version of the android version of the 2d texture example from OpenGl ES2.0 programming guide to ... know how to do this. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
814 views
1 answer
    I have a real robot that is ordering my virtual robot in open gl. I want show every movement of my master robot( ... Enabled = true; return 0; } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
567 views
1 answer
    I have a real robot that is ordering my virtual robot in open gl. I want show every movement of my master robot( ... Enabled = true; return 0; } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
818 views
1 answer
    I learn WebGL. Next shaders work fine: // vertex.shader // precision mediump float; attribute vec4 a_Position; attribute ... it didn't help me. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
653 views
1 answer
    I want to create a simple Map based application in android ,where i can display my current position.Instead of ... knows the solution help me. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
606 views
1 answer
    I'm working on drawing a terrain in WebGL. The problem is that I'm only using 4 vertices to draw a single ... to draw a single quad? Thanks! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
860 views
1 answer
    I am working with AndEngine and OpenGL ES 2.0. I keep reading about GL_MAX_TEXTURE_SIZE and how I should keep my ... be enabled (I expect 0). See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
743 views
1 answer
    My computer is a Mac pro with a 13 inch retina screen. The screen resolution is 1280*800 (default). Using ... twice the value of pixel value? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
918 views
1 answer
    I want to make a wave warp effect like this: But I can only create the normal sine wave. Here is my fragment shader: ... vec2(p.x, p.y+y); See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
576 views
1 answer
    When reading the redbook I found: glutDisplayFunc(void (*func)(void)) is the first and most important event ... why its functionality is needed. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
576 views
1 answer
    I am trying to "fill" a surface of a sphere that I drew using this algorithm here: http://paulbourke ... How does GL_TRIANGLE_FAN work exactly? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    Sorry for my English. My work is based on https://github.com/harism/android_page_curl/ After many hours of research ... . Someone can help me? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
592 views
1 answer
    I'm currently porting an old OpenGL 1.1 application which makes use of wireframe models to OpenGL 3.0. ... coordinates over to glBufferData()? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
450 views
1 answer
    I want to create a SurfaceTexture with an OpenGL texture that I can manage, in a setup similar to this answer. ... always need a native window. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
479 views
1 answer
    I want to create a SurfaceTexture with an OpenGL texture that I can manage, in a setup similar to this answer. ... always need a native window. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
492 views
1 answer
    I'm currently porting an old OpenGL 1.1 application which makes use of wireframe models to OpenGL 3.0. ... coordinates over to glBufferData()? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
527 views
1 answer
    I want to create a SurfaceTexture with an OpenGL texture that I can manage, in a setup similar to this answer. ... always need a native window. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
505 views
1 answer
    I'm currently porting an old OpenGL 1.1 application which makes use of wireframe models to OpenGL 3.0. ... coordinates over to glBufferData()? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
463 views
1 answer
    I want to create a SurfaceTexture with an OpenGL texture that I can manage, in a setup similar to this answer. ... always need a native window. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
493 views
1 answer
    I'm currently porting an old OpenGL 1.1 application which makes use of wireframe models to OpenGL 3.0. ... coordinates over to glBufferData()? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
381 views
1 answer
    I want to create a SurfaceTexture with an OpenGL texture that I can manage, in a setup similar to this answer. ... always need a native window. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
681 views
1 answer
    I tried reading the OpenGL ARB_texture_float spec, but I still cannot get it in my head.. And how is floating ... I am loading into a texture? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...