summaryrefslogtreecommitdiffstats
path: root/o3d/plugin/idl/client.idl
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/plugin/idl/client.idl')
-rw-r--r--o3d/plugin/idl/client.idl5
1 files changed, 5 insertions, 0 deletions
diff --git a/o3d/plugin/idl/client.idl b/o3d/plugin/idl/client.idl
index 5b1634f..d492c96 100644
--- a/o3d/plugin/idl/client.idl
+++ b/o3d/plugin/idl/client.idl
@@ -156,6 +156,11 @@ class ClientInfo {
True if shaders need to be GLSL instead of Cg/HLSL.
%]
[getter] bool glsl;
+
+ %[
+ True if rendering in 2d mode
+ %]
+ [getter] bool render_2d;
};
%[