C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

class SphereGeometry

Defined in:  C4Primitives.h
The SphereGeometry class represents a sphere primitive node in a world.
Definition

class SphereGeometry : public PrimitiveGeometry

Constructor

SphereGeometry(const Vector3D& size);

Parameters
size The size of the sphere.
Description
Base Classes
PrimitiveGeometry A sphere is a specific type of primitive geometry.
See Also

SphereGeometryObject