|
Blender
V2.59
|
Public Attributes | |
| struct FluidObject * | next |
| struct FluidObject * | prev |
| struct Object * | object |
| float * | Translation |
| float * | Rotation |
| float * | Scale |
| float * | Active |
| float * | InitialVelocity |
| float * | AttractforceStrength |
| float * | AttractforceRadius |
| float * | VelocityforceStrength |
| float * | VelocityforceRadius |
| float * | VertexCache |
| int | numVerts |
| int | numTris |
Definition at line 177 of file physics_fluid.c.
| float* FluidObject::Active |
Definition at line 185 of file physics_fluid.c.
Referenced by export_fluid_objects(), fluid_init_all_channels(), and free_all_fluidobject_channels().
Definition at line 190 of file physics_fluid.c.
Referenced by export_fluid_objects(), fluid_init_all_channels(), and free_all_fluidobject_channels().
Definition at line 189 of file physics_fluid.c.
Referenced by export_fluid_objects(), fluid_init_all_channels(), and free_all_fluidobject_channels().
| float* FluidObject::InitialVelocity |
Definition at line 187 of file physics_fluid.c.
Referenced by export_fluid_objects(), fluid_init_all_channels(), and free_all_fluidobject_channels().
| struct FluidObject* FluidObject::next |
Definition at line 178 of file physics_fluid.c.
Referenced by export_fluid_objects(), fluid_init_all_channels(), and free_all_fluidobject_channels().
Definition at line 195 of file physics_fluid.c.
Referenced by fluid_init_all_channels().
Definition at line 195 of file physics_fluid.c.
Referenced by fluid_init_all_channels(), and set_vertex_channel().
| struct Object* FluidObject::object |
Definition at line 180 of file physics_fluid.c.
Referenced by export_fluid_objects(), fluid_init_all_channels(), and set_vertex_channel().
| struct FluidObject * FluidObject::prev |
Definition at line 178 of file physics_fluid.c.
| float* FluidObject::Rotation |
Definition at line 183 of file physics_fluid.c.
Referenced by export_fluid_objects(), fluid_init_all_channels(), and free_all_fluidobject_channels().
| float* FluidObject::Scale |
Definition at line 184 of file physics_fluid.c.
Referenced by export_fluid_objects(), fluid_init_all_channels(), and free_all_fluidobject_channels().
| float* FluidObject::Translation |
Definition at line 182 of file physics_fluid.c.
Referenced by export_fluid_objects(), fluid_init_all_channels(), and free_all_fluidobject_channels().
Definition at line 192 of file physics_fluid.c.
Referenced by export_fluid_objects(), fluid_init_all_channels(), and free_all_fluidobject_channels().
Definition at line 191 of file physics_fluid.c.
Referenced by export_fluid_objects(), fluid_init_all_channels(), and free_all_fluidobject_channels().
| float* FluidObject::VertexCache |
Definition at line 194 of file physics_fluid.c.
Referenced by export_fluid_objects(), fluid_init_all_channels(), and free_all_fluidobject_channels().