PhysicsEngineSetFrictionMaterialRecursive Method |
Sets the friction material down the geometry hierarchy.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic static void SetFrictionMaterialRecursive(
PhysicsGeometry geometry,
FrictionMaterialReference material
)
Parameters
- geometry PhysicsGeometry
- The geometry.
- material FrictionMaterialReference
- The friction material.
See Also