Interface PhysicsAggregateParameters
Hierarchy
- PhysicsAggregateParameters
Index
Properties
Optional centerSearch playground for center
mesh local center
Optional dampingSearch playground for damping
The collision margin around a soft object
Optional disable Bidirectional TransformationSearch playground for disableBidirectionalTransformation
Specifies if bi-directional transformations should be disabled
Optional extentsSearch playground for extents
Extents for box
Optional fixed PointsSearch playground for fixedPoints
The number used to fix points on a cloth (0, 1, 2, 4, 8) or rope (0, 1, 2) only 0 None, 1, back left or top, 2, back right or bottom, 4, front left, 8, front right Add to fix multiple points
Optional frictionSearch playground for friction
The friction of the physics aggregate
Optional ignore ParentSearch playground for ignoreParent
Specifies if the parent should be ignored
Optional marginSearch playground for margin
The collision margin around a soft object
massSearch playground for mass
The mass of the physics aggregate
Optional meshSearch playground for mesh
mesh object. Used for mesh and convex hull aggregates.
Optional native OptionsSearch playground for nativeOptions
The native options of the physics aggregate
Optional pathSearch playground for path
The path for a rope based on an extrusion
Optional pointASearch playground for pointA
Starting point for cylinder/capsule
Optional pointBSearch playground for pointB
Ending point for cylinder/capsule
Optional position IterationsSearch playground for positionIterations
The number of iterations used in maintaining consistent vertex positions, soft object only
Optional pressureSearch playground for pressure
The pressure inside the physics aggregate, soft object only
Optional radiusSearch playground for radius
Radius for sphere, cylinder and capsule
Optional restitutionSearch playground for restitution
The coefficient of restitution of the physics aggregate
Optional shapeSearch playground for shape
The shape of an extrusion used for a rope based on an extrusion
Optional stiffnessSearch playground for stiffness
The stiffness the physics aggregate, soft object only
Optional velocity IterationsSearch playground for velocityIterations
The number of iterations used in maintaining consistent vertex velocities, soft object only
The interface for the physics aggregate parameters