Vuo 2.4.4
Loading...
Searching...
No Matches
Public Types | Public Attributes | List of all members
VuoSceneRendererInternal_object Class Reference

Description

GL Objects corresponding with a VuoSceneObject instance.

Definition at line 64 of file VuoSceneRenderer.cc.

Public Types

enum  { RealSize_Inherit , RealSize_True }
 

Public Attributes

GLuint vao
 This VuoSceneObject's VAO.
 
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.
 

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

Definition at line 69 of file VuoSceneRenderer.cc.

Member Data Documentation

◆ []

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 74 of file VuoSceneRenderer.cc.

◆ vao

GLuint VuoSceneRendererInternal_object::vao

This VuoSceneObject's VAO.

Definition at line 67 of file VuoSceneRenderer.cc.


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