Click or drag to resize

PhysicsEngineCreateSphereGeometry Method

Creates a spherical collision geometry.

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

Parameters

radius  Double
The radius for the sphere geometry.

Return Value

PhysicsSphereGeometry
The created sphere geometry.
See Also