C4 Engine Terathon Software C4 Engine API Documentation

• Physics Manager

API Links
Developer Links

class SphereFieldObject

Defined in:  C4Fields.h
The SphereFieldObject class encapsulates data pertaining to a sphere field.
Definition

class SphereFieldObject : public FieldObject, public SphereVolume

Constructor

SphereFieldObject(const Vector3D& size);

Parameters
size The size of the sphere.
Description
The SphereFieldObject class encapsulates a field volume shaped like a sphere whose dimensions are specified by the size parameter.
Base Classes
FieldObject A SphereFieldObject is an object that can be shared by multiple sphere field nodes.
SphereVolume A SphereFieldObject is represented by a generic sphere volume.
See Also

SphereField