Box, stack and heap Box, stack and heap All values in Rust are stack allocated by default. Values can be boxed(allocated in the heap) by creating a Box<T> . A box is a smart po...
Box Mask Node Inputs Properties Outputs Box Mask Node The Box Mask node creates an image suitable for use as a simple matte. Inputs Mask An optional mask to use as the b...
Bounding Box Node Inputs Properties Outputs Example Bounding Box Node The Bounding Box node creates a box mesh with the minimum volume that encapsulates the geometry of th...