Batch indexing/no-fixed-function WIP.

This commit is contained in:
Shyotl
2011-08-09 01:11:05 -05:00
parent 1e7415095c
commit 9bda97786f
225 changed files with 2120 additions and 729 deletions

View File

@@ -5,7 +5,7 @@
* $License$
*/
#version 120
uniform sampler2D detail_0;
uniform sampler2D detail_1;

View File

@@ -5,7 +5,7 @@
* $License$
*/
#version 120
void calcAtmospherics(vec3 inPositionEye);

View File

@@ -5,7 +5,7 @@
* $License$
*/
#version 120
uniform sampler2D detail_0;
uniform sampler2D detail_1;

View File

@@ -5,7 +5,7 @@
* $License$
*/
#version 120
uniform sampler2D diffuseMap;
uniform sampler2D bumpMap;

View File

@@ -5,7 +5,7 @@
* $License$
*/
#version 120
vec3 scaleSoftClip(vec3 inColor);
vec3 atmosTransport(vec3 inColor);

View File

@@ -5,7 +5,7 @@
* $License$
*/
#version 120
uniform vec4 lightnorm;
uniform vec4 waterPlane;