This page has been translated automatically.
UnigineScript
The Language
Core Library
Engine Library
Node-Related Classes
GUI-Related Classes
Plugins Library
High-Level Systems
Samples
C++ API
API Reference
Integration Samples
Usage Examples
C++ Plugins
Content Creation
Materials
Unigine Material Library
Tutorials
Warning! This version of documentation is OUTDATED, as it describes an older SDK version! Please switch to the documentation for the latest SDK version.
Warning! This version of documentation describes an old SDK version which is no longer supported! Please upgrade to the latest SDK version.

ObjectVolumeBox Class

This class is used to create a volume box. Depending on the assigned material, it can be used to render fog, light shafts from a world light source or clouds.

ObjectVolumeBox Class

This class inherits from Object

Members


ObjectVolumeBox (vec3 size)

Constructor. Creates a new volume box object with given dimensions.

Arguments

  • vec3 size - Dimensions of the new volume box object in units.

vec3 getSize ()

Returns volume box dimensions. The default is (1,1,1).

Return value

Dimensions of the volume box in units.

void setSize (vec3 size)

Updates volume box dimensions. The default is (1,1,1).

Arguments

  • vec3 size - New dimensions of the volume box in units. If negative values are provided, (0,0,0) will be used instead.
Last update: 2017-07-03
Build: ()