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 ObjectMembers
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
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)