Changes between Version 50 and Version 51 of tutorial
- Timestamp:
- Jul 2, 2013, 11:32:06 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
tutorial
v50 v51 10 10 graphics and other embarrassing parallel problems. OpenGL evolved from 11 11 immediate mode to GPU only processing with the advent of OpenGL Shading 12 Language (GLSL). OpenGL Shading Language (GLSL) is used for that without12 Language (GLSL). GLSL is used for tutorial without the 13 13 tendency to introduce ''photo-realism''as output but rather useful colors 14 14 for scientific data exploration. … … 20 20 be able to use modern OpenGL 3.1+ programming principles. 21 21 22 Running this tutorial on Linux desktop one requires at least the OpenGL 2. 0graphics23 with the GLSL 1. 1and supporting libraries GL, GLU, GLUT, GLEW.22 Running this tutorial on Linux desktop one requires at least the OpenGL 2.1 graphics 23 with the GLSL 1.2 and supporting libraries GL, GLU, GLUT, GLEW. 24 24 This can be verified with the following commands: 25 25 {{{