Click or drag to resize

PhysicsEngineCreateSphereGeometry Method

Creates a spherical collision geometry.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public PhysicsSphereGeometry CreateSphereGeometry(
	double radius
)

Parameters

radius
Type: SystemDouble
The radius for the sphere geometry.

Return Value

Type: PhysicsSphereGeometry
The created sphere geometry.
See Also