Vuo  0.4.6
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Typedefs | Functions
VuoSceneObject.h File Reference

Description

VuoSceneObject C type definition.

Classes

struct  VuoSceneObject
 A renderable 3D Object. More...
 

Typedefs

typedef struct VuoSceneObject VuoSceneObject
 A renderable 3D Object.
 

Functions

VuoSceneObject VuoSceneObject_makeEmpty (void)
 Creates a new, empty scene object.
 
VuoSceneObject VuoSceneObject_make (VuoList_VuoVertices verticesList, VuoShader shader, VuoTransform transform, VuoList_VuoSceneObject childObjects)
 Creates a scene object.
 
VuoSceneObject VuoSceneObject_valueFromString (const char *initializer)
 Parses the C string initializer to create a new value.
 
char * VuoSceneObject_stringFromValue (const VuoSceneObject value)
 Serializes value as a C string.
 
VuoSceneObject VuoSceneObject_valueFromJson (json_object *js)
 Decodes the JSON object js to create a new value.
 
json_object * VuoSceneObject_jsonFromValue (const VuoSceneObject value)
 Encodes value as a JSON object.
 
char * VuoSceneObject_summaryFromValue (const VuoSceneObject value)
 Produces a brief human-readable summary of value.
 
void VuoSceneObject_retain (VuoSceneObject value)
 Retains memory allocated for this scene object.
 
void VuoSceneObject_release (VuoSceneObject value)
 Releases memory allocated for this scene object.
 
#define VuoList_VuoVertices_TYPE_DEFINED
 
#define VuoList_VuoSceneObject_TYPE_DEFINED
 
typedef void * VuoList_VuoVertices
 
typedef void * VuoList_VuoSceneObject