C4 Engine Terathon Software C4 Engine API Documentation

• Graphics Manager

API Links
Developer Links

Renderable::SetDepthOffset

Defined in:  C4Renderable.h
Sets the depth offset parameters.
Prototype

void SetDepthOffset(float delta, const Point3D *point);

Parameters
delta The depth offset delta value.
point A pointer to the depth offset center point, in world-space coordinates.
Description


See Also

Renderable::GetDepthOffsetDelta

Renderable::GetDepthOffsetPoint