PhysicsEngineCreateSphereGeometry Method |
Creates a spherical collision geometry.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic PhysicsSphereGeometry CreateSphereGeometry(
double radius
)
Parameters
- radius
- Type: SystemDouble
The radius for the sphere geometry.
Return Value
Type:
PhysicsSphereGeometryThe created sphere geometry.
See Also