Vuo  1.2.1
 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

VuoSceneRendererVAOList meshItems
 VAOs for each submesh.
 
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.
 
std::list
< VuoSceneRendererInternal_object
childObjects
 Hierarchy.
 

Member Data Documentation

std::list<VuoSceneRendererInternal_object> VuoSceneRendererInternal_object::childObjects

Hierarchy.

VuoSceneRendererVAOList VuoSceneRendererInternal_object::meshItems

VAOs for each submesh.

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.


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