diff options
Diffstat (limited to 'o3d/plugin/idl/client.idl')
-rw-r--r-- | o3d/plugin/idl/client.idl | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/o3d/plugin/idl/client.idl b/o3d/plugin/idl/client.idl index f8810e7..5b1634f 100644 --- a/o3d/plugin/idl/client.idl +++ b/o3d/plugin/idl/client.idl @@ -119,7 +119,7 @@ class ClientInfo { For testing purposes you can force O3D to use the software renderer by setting the environment variable O3D_FORCE_SOFTWARE_RENDERER to - anything. + anything. \code set O3D_FORCE_SOFTWARE_RENDERER=foo @@ -130,9 +130,9 @@ class ClientInfo { \endcode You can set it at a system level if you want to set it for all - browser instances or set it from a command line and start your + browser instances or set it from a command line and start your browser from that same command line if you want to effect just - that instance of the browser. + that instance of the browser. Note that many browers require special command line options to run in a separate process, otherwise they default to finding @@ -151,6 +151,11 @@ class ClientInfo { a non power of 2 texture. %] [getter] bool non_power_of_two_textures; + + %[ + True if shaders need to be GLSL instead of Cg/HLSL. + %] + [getter] bool glsl; }; %[ |