Custom Force¶
Apply a custom force to simulated geometry.
Входы (inputs)¶
- Режим (mode)
How the force field is defined.
- Поле (field):
Define the force with a vector field and transformation spaces.
Transformation spaces can be:
- Особое пространство (custom space):
Defined by a matrix input.
- Пространство мира (world space):
Common world space.
- Пространство объекта (object space):
Transform of a given object.
- Замыкание (closure):
Compute the force vectors with a closure during the time step.
- Selection Field
Selection of points that the force is applied to.
- Force Field
The force vector at each point, defined in Force Space.
- Geometry Space Field
The space the geometry is transformed to before the field is evaluated.
- Force Space Field
The space in which the output vector is computed.
- Closure Closure
A closure that computes the force field on demand.
It has a Geometry input and output, receiving the geometry to which the force is applied. The output geometry may be modified, but any changes are temporary and only used during field evaluation. The input geometry is in simulation space.
It receives a To World Transform matrix which transforms from simulation space to world space.
The closure must output a Selection boolean field defining the points to which force is applied as well as a Force vector field which defines the actual force vectors in simulation space.
- Фильтр (filter)
Comma-separated list of tags to limit the effect of the force. The force is only applied to geometries that have at least one matching tag.
Выходы (outputs)¶
- Сила (force)
Resulting effector bundle that should be stored in the simulation world.