World::Render
Defined in: C4World.h
Renders a world.
Prototype
virtual void Render(unsigned long perspective = 0);
Parameters
perspective |
Additional perspective flags to apply to the rendered scene. This should normally be 0.
|
Description
See Also
World::SetCamera
World::SetRenderSize
|