Vuo  1.2.8
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. More...
 
VuoMesh overrideMesh
 If non-null, this mesh is rendered instead of the actual object's mesh. 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...
 
unsigned long childObjectCount
 Size of childObjects More...
 
VuoSceneRendererInternal_objectchildObjects
 Hierarchy. More...
 

Member Data Documentation

◆ childObjectCount

unsigned long VuoSceneRendererInternal_object::childObjectCount

Size of childObjects

◆ childObjects

VuoSceneRendererInternal_object* VuoSceneRendererInternal_object::childObjects

Hierarchy.

◆ overrideIsRealSize

enum { ... } VuoSceneRendererInternal_object::overrideIsRealSize

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

◆ overrideMesh

VuoMesh VuoSceneRendererInternal_object::overrideMesh

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

◆ overrideShader

VuoShader VuoSceneRendererInternal_object::overrideShader

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

◆ vao

GLuint VuoSceneRendererInternal_object::vao

This VuoSceneObject's VAO.


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