PDA

View Full Version : OpenGL coding: beginners



Pages : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 [117] 118 119 120

  1. OpenGL state. Who owns it?
  2. platform-independent way of loading images into textures in GLES 2
  3. using single-buffering in GLES 2
  4. Partly update the screen or copying buffers
  5. Cant glTranslatef
  6. GL States vs. SFML 2.0
  7. how to change the projected plane
  8. drawing using xor
  9. GLUQUADRIC in OpenTK in VB .NET
  10. Drawing a quadratic curve and an arrow with OpenGL (JOGL)
  11. freeGLUT fullscreen small drawing area
  12. Simple vehicle physics
  13. How to setup Opengl new project on Mac os Xcode latest?
  14. OpenGL in Visual studio - Issues with GLEW
  15. glMultiDrawElements() problem compiling
  16. Drawing from Vertex Array into Shader
  17. texelFetchBuffer()
  18. Manual OpenGL projection
  19. transition effects using opengl es 2
  20. Problem importing .obj / .mtl (exported using blender) into my OpenGL view
  21. glTexBuffer()
  22. glGenBuffers execution error
  23. Phong shading and transformations
  24. Texture pixel coordinate
  25. Custom Object Overlapping
  26. [OpenGL 3.3+]Phong shading and transformations
  27. Visualization of Corner-point grids
  28. Center of the screen
  29. rotating TRANSPARENT cylinder - looks weird
  30. using multiple programs in open gl es 2
  31. Vertex Array Object Rendering Questions
  32. Error: GLU not found
  33. Creating a Production Quality Shader? (Uber)
  34. Not understanding switch statements
  35. Slow Idle callback?
  36. getting vertices into a grid like structure
  37. obj file - processing data
  38. using if/else to select between single or multiple colors
  39. Vertex Arrays vs Vertex Array Objects vs Buffer Objects
  40. Vertex Arrays, Buffer Objects, and Vertex Array Objects
  41. How can I change a tetrahedron to a triangle mesh in one triangle frame?
  42. Order of function calls
  43. Rainbow color band and color palettes in OpenGL?
  44. Setting up OpenGL for use, I'm a completely newbie :)
  45. OpenGL Windows in OpenGL ES
  46. Connect midpoint circle dots for circle outline
  47. glBindBuffer() execution problem
  48. changing only the alpha-channel of a set of colors
  49. - GL_ARB_vertex_buffer_object - not recognoized on some win7 systems
  50. Pixel Corruption From Neighboring Pixels with gl_FragCoord
  51. Basic Question About Matrix Stack
  52. Orbiting spheres, sometimes in front, sometimes behind
  53. Beginner - Confuse with OpenGL, SFML, and its library
  54. Drawing Frustum of one camera in another
  55. glVertexPointer and glDrawArrays data transfer question
  56. Suggestions for teaching OpengGL
  57. generating meshes from opengl glDraw* calls
  58. glCompressedTexSubImage2D use for real subrect of bigger texture
  59. Draw 2D text
  60. Cone with a spherical cap
  61. target vs name
  62. Sweep selection error picking object not in swept rectangle...
  63. Problem in texturing
  64. OpenGL ES 2.0 - Life without push/pop
  65. Polygon rendering problem
  66. shadow mapping - texture clamping
  67. opengl drawing project and selection
  68. OpenGL ES 2.0 / GLEW / GLFW confusion
  69. Not showing the lines
  70. Dear friends - master computer engineering student need help:sorrow:
  71. Multi-Cameras rendering
  72. Weird segmentation faults when using OpenGL
  73. VAO/VBO with multiple non-static objects
  74. debugging GLSL shaders
  75. glDrawPixels() help
  76. Interpolation with alpha during texture sampling
  77. Blending Two Colours
  78. Make objects slowly vanish using blending
  79. point light - shadow mapping
  80. Why are my objects transparent?
  81. need to position viewpoint (z-position) nicely in front of *.OBJ-object...
  82. ATI crash using NPOT compressed textures
  83. Vertex Arrays and VBOs
  84. Bad redrawing on GeForce 7300
  85. in galaxy tab 2, draw line with 2 points work but with 1 point not
  86. OpenGL On Embedded Systems
  87. Implementing rotation function like glRotate
  88. shadow Mapping - Depth buffer
  89. To Texture Or Not To Texture?
  90. Why one MVP matrix rather than seperate M, V, P?
  91. OpenGL for image processing and computer vision
  92. Rotation w/ Rectangular Pixels (2D & VAO)
  93. Winged edge data structures
  94. 3d histogram in OpenGl
  95. Rendering live video performance issue
  96. Color Input For Multiple Attached Fragment Shaders - OpenGL 1.2
  97. Voxel based program structure
  98. Varying type doesnot interpolate
  99. drawing a point with a GL_TRIANGLE
  100. how to draw a dashed line in open gl es 2?
  101. GPU-based volume raycasting
  102. Using TGA files as a map to create a 3d house
  103. Question About GLUT and Global Variables
  104. Frustum culling, VBO and radius transformation for test
  105. can textures suffer from fragmentation?
  106. Issue with 6DOF camera motion
  107. Regarding Z fighting
  108. VBO question
  109. OpenGL C++ Texture Loading Troubles
  110. OpenGL subwindows handle
  111. reuse of vbo
  112. Loading texture using SDL
  113. OpenGL 3.1 and freeGLUT alongside .NET
  114. Drawing an object multiple times using viewports
  115. drawing antialiased line on OpenGL ES 2
  116. Simple animation issue--but I can't see it
  117. Ambient lighting question
  118. How to stop glutTimerFunc animation?
  119. How should this code (works in "lenient" 3.3/4.2 profiles) be done in "strict" core?
  120. Display lists and glArrayElement()
  121. OpenGL 4.1 : did i misunderstood separate programs ?
  122. nature of VBOs
  123. What happens to bindings of a destroyed object?
  124. ugly teapot
  125. VBO performance
  126. Animation loop
  127. Converting a recursive tree from glBegin/End to webGL.
  128. Uniform blocks
  129. Help with collision detection using axis aligned rectangular prisms
  130. transform feedback buffer - drawing from it and printing from it
  131. Problem whit glPushMatrix and glPopMatrix
  132. fullscreen
  133. Help: "Error of failed request: GLXBadFBConfig"
  134. C++/OpenGL/SDL
  135. Can't seem to generate textures!
  136. How to generate NURBS surfaces
  137. multiples textured elements do not display
  138. Rendering a 2D scene using spherical harmonics
  139. nVidia GeForce 7300 and all other older mac's video cards and textures > 800
  140. Render frustum and local coordinate system
  141. Learning OpenGL though scala?
  142. Occlusion culling with ARB_occlusion_query
  143. OpenGL c++ 2D Car Game including Collision Detection
  144. redraw loop drawing multiple objects
  145. Translate after rotate
  146. How do I specify per-vertex normals?
  147. Help! I can't get my lighting or textures to work
  148. Compile Errors using "Canvas Class"
  149. EXC_BAD_INSTRUCTION on glFlush
  150. Camera collision detection
  151. Critique my normal calculations, they're backwards but work!
  152. Rendering two textures with different dimensions ?
  153. Problem in transparent
  154. Same OpenGl code - three different behaviours on three different machines.
  155. opengl update?
  156. GL_POINTS to mesh please
  157. OpenGL vs MESA
  158. Xi library?
  159. General understanding of Voxels
  160. Issue with VBO: program crashes with "Unhandled exception" when call glGenVertexArray
  161. Moving a Light Source
  162. Hollow Cylinder?
  163. Toggling Shader Code
  164. find the location of texture uniform
  165. Translate, Rotate and mouse coordinates
  166. Move a schema using viewport?
  167. basic shadow mapping - removing artifacts
  168. Headache with glVertexAttribPointer
  169. Very unsure about basic animation :S
  170. Converting process
  171. Simple Triangle
  172. [OpenGL 3.2] How to get GLSL version with glGetStringi ?
  173. Moving part of model on circle
  174. 2D text in a 3D environment
  175. Binding Textures
  176. Scene Snap Back effect
  177. Problem using VBOs
  178. Shadow Mapping
  179. Weird overlap effect
  180. iam newbie, who can give me some guide of openGL~
  181. Skeletal animation shader, use one compiled program or multiple?
  182. gluLookAt rotate view problems
  183. Can I programming OpenGL4+ in a card that support 2.1 only?
  184. [OpenGL 3.2] glUseProgram: inside the mainloop ?
  185. Pitch, Yaw, and Moving a Camera
  186. Problem including glm extensions
  187. Problem using GL_COLOR_ARRAY to send information to shader
  188. Do not access DevIL's functions from multiple threads
  189. Understanding the Buffer better XCODE / OBJ-C / OPENGL ES 2.0
  190. Why must OpenGL projects be built? (CMake, premake, etc)
  191. Line Triangle intersection - Is this output correct?
  192. Evenly spaced objects with OpenGL
  193. Multisampling buffers
  194. glTranslatef improperly used: nothing displayed
  195. glortho
  196. picking
  197. How to find Frustum parametrs
  198. Need help with collision and text on game screen
  199. The Anger Spill
  200. Texture loading and PBO
  201. Cube doesn't rotate
  202. how to use glreadpixel() ?
  203. SDK.. where ?? how ??
  204. open gl lighting
  205. Voxel engine optimalisation
  206. 2d opengl application and picking
  207. Linear sampling Gaussian Blur
  208. Setting up OpenGL environment!!
  209. Passing 2 Textures in to a Shader
  210. Need help with Variance Shadow Mapping technique
  211. Not increasing alpha value in frame buffer
  212. Moving/rotating object
  213. A point in the right direction :)
  214. Un-screwing screwed coordinates
  215. Optimizing the drawing loop, OpenGL ES 2.0 2D
  216. 3D pyramid appears scattered
  217. Passing cubemap as a parameter for my fragment shader
  218. Render in a selected control
  219. Combine 4 separate component R G B A in one texture
  220. Mouse coordinates into World coordinates
  221. Light with glColor and glEnable(GL_COLOR_MATERIAL)
  222. Rolling ball at different angles
  223. Sending raw data as texture to vertex shader
  224. Billboards - placing text on the screen.
  225. Need help with model cutting and model deforms for darkplaces engine.
  226. 3.2 Core, VAO, and glDrawElements not drawing
  227. head files
  228. Displaying Texture Proccess
  229. Shader - Using gl_LightModel.ambient => no alpha (transparency)
  230. Any math code out there using column matrices?
  231. Translate without affecting perspective
  232. Make object face point
  233. Drawing x,z,y coordinates from KML + 3D Effect
  234. fps drop when activating textures (opengl + GLUT)
  235. Robot Movement
  236. Character collision
  237. RayTracing beginner question
  238. FBO render to texture using VBO
  239. Chromadepth Example opengl
  240. How can I add in my XY axis?
  241. flip object with glutReshapeFunc
  242. Thirst in shaders
  243. Lights hav no effect when texture is on
  244. Shader usage is large games
  245. Small axes in corner with gluLookAt + gluPerspective
  246. Nurbs Curve using OPENGL and Fortran 95
  247. write any digits
  248. Alternatives to GLEW / Is GLEW neccessary?
  249. gluCylinder - joining
  250. Multiple mirrors