Vuo  2.0.2
Classes | Functions
VuoCubemap.c File Reference

Description

VuoCubemap implementation.

Definition in file VuoCubemap.c.

Go to the source code of this file.

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)