搜索资源列表
OpenGL-NeHeCode-48
- nehe教程源码,非常好的学习资料,是GLSL的,java+opengl.-nehe tutorial source code, a very good learning materials, the GLSL java+opengl.
glm-0.9.4.5
- OpenGL Mathematics - C++ mathematics library for 3D software based on the OpenGL Shading Language (GLSL) specification.
shader
- This file improve how to load shaders using GLSL and OpenGL
vshader.glsl
- #version 130 in vec4 vPosition in vec4 vColor out vec4 color uniform int xsize uniform int ysize void main() { mat4 scale = mat4(2.0/xsize, 0.0, 0.0, 0.0, 0.0, 2.0/ysize, 0.0, 0.0, 0.0, 0.0, 1.0, 0