Vuo  2.3.2
Classes | Functions
VuoCubemap.h File Reference

Description

VuoCubemap C type definition.

Definition in file VuoCubemap.h.

Go to the source code of this file.

Classes

struct  VuoCubemap
 A collection of images for the 6 sides of a cube. More...
 

Functions

VuoCubemap VuoCubemap_makeFromImages (VuoImage front, VuoImage left, VuoImage right, VuoImage back, VuoImage top, VuoImage bottom)
 Creates a cubemap consisting of images for the 6 sides of a cube. More...
 
VuoImage VuoCubemap_getFront (VuoCubemap cubemap)
 Returns the image for the front side of the cubemap. More...
 
VuoImage VuoCubemap_getLeft (VuoCubemap cubemap)
 Returns the image for the left side of the cubemap. More...
 
VuoImage VuoCubemap_getRight (VuoCubemap cubemap)
 Returns the image for the right side of the cubemap. More...
 
VuoImage VuoCubemap_getBack (VuoCubemap cubemap)
 Returns the image for the back of the cubemap. More...
 
VuoImage VuoCubemap_getTop (VuoCubemap cubemap)
 Returns the image for the top of the cubemap. More...
 
VuoImage VuoCubemap_getBottom (VuoCubemap cubemap)
 Returns the image for the bottom of the cubemap. More...
 
VuoCubemap VuoCubemap_makeFromJson (json_object *js)
 
json_objectVuoCubemap_getJson (const VuoCubemap cubemap)
 
char * VuoCubemap_getSummary (const VuoCubemap cubemap)
 
VuoCubemap VuoCubemap_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoCubemap_getString (const VuoCubemap value)
 Automatically generated function. More...
 
void VuoCubemap_retain (VuoCubemap value)
 Automatically generated function. More...
 
void VuoCubemap_release (VuoCubemap value)
 Automatically generated function. More...