Vuo  1.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Types | Public Attributes | List of all members
VuoSceneRendererInternal_object Class Reference

Description

GL Objects corresponding with a VuoSceneObject instance.

Public Types

enum  { RealSize_Inherit, RealSize_True }
 

Public Attributes

GLuint vao
 This VuoSceneObject's VAO.
 
VuoMesh overrideMesh
 If non-null, this mesh is rendered instead of the actual object's mesh.
 
enum
VuoSceneRendererInternal_object:: { ... }  
overrideIsRealSize
 If not Inherit, this overrides the actual object's isRealSize property.
 
VuoShader overrideShader
 If non-null, this shader is rendered instead of the actual object's shader.
 
unsigned long childObjectCount
 Size of childObjects
 
VuoSceneRendererInternal_objectchildObjects
 Hierarchy.
 

Member Data Documentation

unsigned long VuoSceneRendererInternal_object::childObjectCount

Size of childObjects

VuoSceneRendererInternal_object* VuoSceneRendererInternal_object::childObjects

Hierarchy.

enum { ... } VuoSceneRendererInternal_object::overrideIsRealSize

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

VuoMesh VuoSceneRendererInternal_object::overrideMesh

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

VuoShader VuoSceneRendererInternal_object::overrideShader

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

GLuint VuoSceneRendererInternal_object::vao

This VuoSceneObject's VAO.


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