Vuo  2.1.0
Public Types | Public Attributes | List of all members
VuoSceneRendererInternal_object Class Reference

Description

GL Objects corresponding with a VuoSceneObject instance.

Definition at line 66 of file VuoSceneRenderer.cc.

Public Types

enum  { RealSize_Inherit, RealSize_True }
 

Public Attributes

GLuint vao
 This VuoSceneObject's VAO. More...
 
enum VuoSceneRendererInternal_object:: { ... }  overrideIsRealSize
 If not Inherit, this overrides the actual object's isRealSize property. More...
 
VuoShader overrideShader
 If non-null, this shader is rendered instead of the actual object's shader. More...
 

Member Data Documentation

◆ overrideIsRealSize

enum { ... } VuoSceneRendererInternal_object::overrideIsRealSize

If not Inherit, this overrides the actual object's isRealSize property.

◆ overrideShader

VuoShader VuoSceneRendererInternal_object::overrideShader

If non-null, this shader is rendered instead of the actual object's shader.

Definition at line 76 of file VuoSceneRenderer.cc.

◆ vao

GLuint VuoSceneRendererInternal_object::vao

This VuoSceneObject's VAO.

Definition at line 69 of file VuoSceneRenderer.cc.


The documentation for this class was generated from the following file: