forked from rlguy/Blender-FLIP-Fluids
-
Notifications
You must be signed in to change notification settings - Fork 0
OpenFLIP Object Types
Brandon Dyer edited this page Oct 27, 2018
·
1 revision
This page lists the different OpenFLIP object types.
| Domain Object | This object will become the simulation domain boundary and will contain many parameters to control how the fluid is simulated, displayed, and rendered. |
| Fluid Object | This object's mesh will be converted into fluid within the simulation domain. |
| Obstacle Object | This object's mesh will be used as a solid obstacle for the fluid to interact with. |
| Inflow Object | This object's mesh will continuously emit fluid into the simulation domain. |
| Outflow Object | This object's mesh will act as a drain that removes fluid from the simulation domain. |