This node emits points into the bif Amino::Object.
The input aero body (Amino::Object) that contains the tile tree used to efficiently emit particles.
The sources is a Amino::Object or an array of Amino::Objects containing voxelized sources. If sources hold objects at different times we assume that the array is ordered in lexicographic (time, object) order such that we can relate the same object at different times by the index in the array and knowledge of the time stamp on a given object. The sources can hold the following named properties that will override input parameters to the node:
"amount" (float): The amount (emission rate) of smoke emitted during a time-step.
"voxel_temperature" (float): The temperature emission rate.
"continuous" (float): If larger than zero, emission will be continuous, otherwise it will happen only at the start frame.
"emitVelocity" (float3): A uniform acceleration that will be added to the velocity of sourced voxels.
"density" (float): The physical density (mass/volume) of matter emitted by the source. For soot, density should be 1800kg/m^3.
"inheritGeoVelocity" (float): A factor that determines how sourced voxels will inherit the velocity of the source itself. A value of zero means no inheritance.
"fluidDetailSize" (float): Determines at which resolution level the source will emit.
The name of the voxelized acceleration channel on the source BIF that will be added to the velocity of sourced voxels. If empty, the acceleration of voxels inside the source will be set to zero.
The current time.
The size of this time-step (delta-time).
The size of this time-step used for velocity (delta-time).
The current frame.
The time at the start of the frame (useful for subframe interpolation)
The time at the end of the frame (useful for subframe interpolation)
The coarsest depth in the tile tree at which emission should happen.
The number of points per unit volume.
Points are emitted into voxels where the density of the sources is above this threshold.
The input/output Amino::Object containing the emitted points.