Moved basics of fixed function pipeline implementation from osgvolume example into osgVolume

This commit is contained in:
Robert Osfield
2009-01-16 11:27:20 +00:00
parent 5e629d1236
commit 29ac92df0e
5 changed files with 316 additions and 6 deletions

View File

@@ -1948,7 +1948,7 @@ int main( int argc, char **argv )
bool useShader = true;
while(arguments.read("--shader")) { useShader = true; }
while(arguments.read("--no-shader")) { useShader = true; }
while(arguments.read("--no-shader")) { useShader = false; }
bool gpuTransferFunction = true;
while(arguments.read("--gpu-tf")) { gpuTransferFunction = true; }