Vuo  2.3.2
Classes | Functions
VuoCubemap

Description

A collection of images for the 6 sides of a cube.

Classes

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

Functions

VuoCubemap VuoCubemap_makeFromJson (json_object *js)
 
json_objectVuoCubemap_getJson (const VuoCubemap cubemap)
 
char * VuoCubemap_getSummary (const VuoCubemap cubemap)
 
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_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...
 

Class Documentation

◆ VuoCubemap

struct VuoCubemap
Class Members
void * l

Function Documentation

◆ VuoCubemap_getBack()

VuoImage VuoCubemap_getBack ( VuoCubemap  cubemap)

Returns the image for the back of the cubemap.

Changed in Vuo 2.0.0:
New.

Definition at line 131 of file VuoCubemap.c.

◆ VuoCubemap_getBottom()

VuoImage VuoCubemap_getBottom ( VuoCubemap  cubemap)

Returns the image for the bottom of the cubemap.

Changed in Vuo 2.0.0:
New.

Definition at line 153 of file VuoCubemap.c.

◆ VuoCubemap_getFront()

VuoImage VuoCubemap_getFront ( VuoCubemap  cubemap)

Returns the image for the front side of the cubemap.

Changed in Vuo 2.0.0:
New.

Definition at line 98 of file VuoCubemap.c.

◆ VuoCubemap_getJson()

struct json_object * VuoCubemap_getJson ( const VuoCubemap  cubemap)
See also
VuoSceneObject_getJson

Definition at line 178 of file VuoCubemap.c.

◆ VuoCubemap_getLeft()

VuoImage VuoCubemap_getLeft ( VuoCubemap  cubemap)

Returns the image for the left side of the cubemap.

Changed in Vuo 2.0.0:
New.

Definition at line 109 of file VuoCubemap.c.

◆ VuoCubemap_getRight()

VuoImage VuoCubemap_getRight ( VuoCubemap  cubemap)

Returns the image for the right side of the cubemap.

Changed in Vuo 2.0.0:
New.

Definition at line 120 of file VuoCubemap.c.

◆ VuoCubemap_getString()

char* VuoCubemap_getString ( const VuoCubemap  value)

Automatically generated function.

◆ VuoCubemap_getSummary()

char * VuoCubemap_getSummary ( const VuoCubemap  cubemap)
See also
VuoSceneObject_getSummary

Definition at line 197 of file VuoCubemap.c.

◆ VuoCubemap_getTop()

VuoImage VuoCubemap_getTop ( VuoCubemap  cubemap)

Returns the image for the top of the cubemap.

Changed in Vuo 2.0.0:
New.

Definition at line 142 of file VuoCubemap.c.

◆ VuoCubemap_makeFromImages()

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.

Changed in Vuo 2.0.0:
New.

Definition at line 67 of file VuoCubemap.c.

◆ VuoCubemap_makeFromJson()

VuoCubemap VuoCubemap_makeFromJson ( json_object js)
See also
VuoSceneObject_makeFromJson

Definition at line 163 of file VuoCubemap.c.

◆ VuoCubemap_makeFromString()

VuoCubemap VuoCubemap_makeFromString ( const char *  str)

Automatically generated function.

◆ VuoCubemap_release()

void VuoCubemap_release ( VuoCubemap  value)

Automatically generated function.

◆ VuoCubemap_retain()

void VuoCubemap_retain ( VuoCubemap  value)

Automatically generated function.