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
682 views
1 answer
    I reached a point in my wip game, where I want to make it more eye-appealing. Currently I add ... design, performance and possible restrictions. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    Can I use Pixel Buffer Object (PBO) to directly read the pixels values (i.e. using glReadPixels) from the ... ); //back to window framebuffer See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
524 views
1 answer
    I want to copy texture1 to texture2. The most stupid way is copying tex1 data from GPU to CPU, and then ... efficient way to implement this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
493 views
1 answer
    I've tried my hardest to understand the functions of OpenGL in-depth, but I have an issue with glShaderSource' ... thats even possible? And why? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
462 views
1 answer
    Original Question I want to use 'gluPerspective', 'glViewport' and 'gluLookAt' to manipulate my camera and ... and possibly other things. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
526 views
1 answer
    I'm learning Open GL ES and would like to get a more intuitive interface with 3D objects than the one suggested by ... ; } Thank you in advance. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    when testing on windows the code works as expected, but on android the glGetTexImage api doesn't exist, is there ... pixels); return pixels; } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
886 views
1 answer
    Im trying to calculate the normal matrix for my GLSL shaders on OpenGL 2.0. The theory is : a normal ... it computed with non uniform scale? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
793 views
1 answer
    I'm using example here it works under glutInitDisplayMode(GLUT_SINGLE|GLUT_RGB); but it become a transparent ... GLUT_DOUBLE and GLUT_SINGLE? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
773 views
1 answer
    I just upgrade my mac os x 10.6.8 to 10.9 this morning. Everything goes fine except the Xcode 5 with OpenGL Glut ... in OS X 10.9. ... See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
965 views
1 answer
    When doing multitexturing in GLSL, is there anyway to have an indexable array of samplers where each texture is a ... ass. Is there a solution? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
543 views
1 answer
    private int vbo; private int ibo; vbo = glGenBuffers(); ibo = glGenBuffers(); glBindBuffer(GL_ARRAY_BUFFER, vbo); ... since there are two vbos? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
609 views
1 answer
    Is there anyone who can explain how hardware cursor works precisely? How does it relate to the graphics I' ... were sufficient. Works perfectly. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
569 views
1 answer
    I've been attempting to write a two-pass GPU implementation of the Marching Cubes algorithm, similar to the one ... , 0, 0); glUseProgram(0); glDisable(GL_RASTERIZER_DISCARD);...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
537 views
1 answer
    I did search and read stuff about this but couldn't understand it. What's the difference between a ... GL_RGBA_INTEGER invalid in this context? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
664 views
1 answer
    Should I prefer to calculate matrices on the CPU or GPU? Let's say I have the following matrices P * V * ... final matrix faster than the CPU? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
549 views
1 answer
    I'm looking for deep understanding of how WebGL works. I'm wanting to gain knowledge at a level that most ... your system to make it possible. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
596 views
1 answer
    I have a path made up of a list of 2D points. I want to turn these into a strip of triangles in ... width aligned and centered on each segment. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
479 views
1 answer
    Libraries such as OpenGL access the graphics card and can produce graphics programs, how does these libraries access the ... the web or books. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
896 views
1 answer
    I have a C++ game running through JNI in Android. The frame rate varies from about 20-45fps due to scene ... Any reliable way to do this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
738 views
1 answer
    I wonder about the gluPerspective parameters. In all examples I see fovy is set to around 45-60degrees I've tried ... 500+ what does it reflect? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
536 views
1 answer
    I am trying to understand these two, how to use them and how they are related. Let's say I want to ... concepts must be understood and used. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
909 views
1 answer
    I was studying the rendering pipeline and when I got to the clipping stage it was explained that from the view ... writing on the frame buffer? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
645 views
1 answer
    I'm trying to use the new feature of the android avd features "GPU emulation - yes" It's needed to use GLES2 ... I call it from command line. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
894 views
1 answer
    I am having the following link errors regarding glew library when compiling an opengl 2.1 program on code blocks,mingw ... . What else is left? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
557 views
1 answer
    I would like to use some 3D textures for objects that I'm rendering in WebGL. I'm currently using the ... find a workable solution so far. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
728 views
1 answer
    I'm trying to use a shader but it keeps telling me this error on both fragment and vertex shader: error(#132) ... I really don't know why. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
456 views
1 answer
    I was visiting this website with cool animated apps. I was wondering how's the easiest way of building a app ... a good case of cocos2d usage? 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

...