Renderable::SetDepthOffset
Defined in:
Sets the depth offset parameters.
C4Renderable.h
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