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