Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in opengl

Rotating a Camera to a Point

java math opengl

OpenGL mathematics (GLM) port for Java [closed]

java opengl lwjgl glm-math

Triangulate a quad with a hole in it using tessellation

Bind SDL2 texture to GLSL shader

opengl glsl sdl

At what point is it more efficient to use a texture for a colour pallet rather then a shader switch statement?

opengl glsl vertex-shader

OpenGL shimmering pixels artifact

opengl glsl specular ambient

OpenGL 3.3 different colours with fragment shader

Why does OpenGL cull my polygons when my camera is far from the object?

c++ opengl

Normal mapping and phong shading with incorrect specular component

c++ opengl glsl lighting

GLSL shader not working on AMD/ATI, but works on NVIDIA

c++ opengl glsl ati

Direct3D 11.1's target-independent rasterization (TIR) equivalent in OpenGL (including extensions)

Compute Shader write to texture

How to use native OpenGL with Qt 5.4?

qt opengl

Different OpenGL behaviors depending on Maya's viewport used

c++ opengl maya

How do I bind uniform locations in GLSL?

java opengl glsl lwjgl

OpenGL sprite draws in low quality

c++ opengl glsl glm-math

OpenCL/OpenGL interop wasting CPU

opengl opencl

Converting pygame 2d water ripple to pyOpenGL

Any undersandable description of glTexEnvi (OpenGL ES 1.x)?

OpenGL render vs. own Phong Illumination Implementation