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

Description

VuoSceneVertices C type definition.

Classes

struct  VuoSceneVertices
 Vertices representing a 3D object. More...
 

Enumerations

enum  VuoSceneVertices_ElementAssemblyMethod { VuoSceneVertices_IndividualTriangles, VuoSceneVertices_TriangleStrip, VuoSceneVertices_TriangleFan }
 The way in which an elements array should be interpreted during rasterization. More...
 

Functions

VuoSceneVertices VuoSceneVertices_valueFromString (const char *initializer)
 Parses initializer, a mesh represented as a JSON C string, and returns a VuoSceneVertices structure.
 
char * VuoSceneVertices_stringFromValue (const VuoSceneVertices value)
 Returns a JSON string representing the specified mesh, in the same format as typeInitWithValue.
 
char * VuoSceneVertices_summaryFromValue (const VuoSceneVertices value)
 A brief summary of the contents of this mesh.