Vuo 2.4.4
Loading...
Searching...
No Matches
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.
 
VuoImage VuoCubemap_getFront (VuoCubemap cubemap)
 Returns the image for the front side of the cubemap.
 
VuoImage VuoCubemap_getLeft (VuoCubemap cubemap)
 Returns the image for the left side of the cubemap.
 
VuoImage VuoCubemap_getRight (VuoCubemap cubemap)
 Returns the image for the right side of the cubemap.
 
VuoImage VuoCubemap_getBack (VuoCubemap cubemap)
 Returns the image for the back of the cubemap.
 
VuoImage VuoCubemap_getTop (VuoCubemap cubemap)
 Returns the image for the top of the cubemap.
 
VuoImage VuoCubemap_getBottom (VuoCubemap cubemap)
 Returns the image for the bottom of the cubemap.
 
VuoCubemap VuoCubemap_makeFromJson (json_object *js)
 
json_object * VuoCubemap_getJson (const VuoCubemap cubemap)
 
char * VuoCubemap_getSummary (const VuoCubemap cubemap)
 
char * VuoCubemap_getString (const VuoCubemap value)
 Automatically generated function.
 
void VuoCubemap_retain (VuoCubemap value)
 Automatically generated function.
 
void VuoCubemap_release (VuoCubemap value)
 Automatically generated function.