Volume Cube Node
The Volume Cube generates a volume from scratch by evaluating an input field on every single voxel in a rectangular prism. The Density field defines the output volume grid's value at every voxel. The field can only depend on the Position(位置)ノード.
入力
- Density(密度)
The value for the new grid at each voxel.
- Background(背景)
The value of the grid outside the rectangular prism controlled by the Min and Max inputs. The node can generate a more memory-efficient volume when the values of the Density input are the same as the background value.
- Min(最小)
One corner of the rectangular prism in which to fill evaluate the field.
- Max(最大)
The other corner of the rectangular prism in which to fill evaluate the field.
- Resolution X,Y,Z
The number of voxels to evaluate the field in on each axis.
注釈
Changing these values can have a significant impact on performance. For example, the default values of 32 mean the input field will be evaluated about 33 thousand times. Increasing the values to 100 will give 1 million evaluations, and 1000 would give 1 billion.
Properties(プロパティ)
このノードにはプロパティがありません。
出力
- Volume(ボリューム)
Geometry containing the generated volume.