C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

World::SetCamera

Defined in:  C4World.h
Sets the current camera.
Prototype

void SetCamera(FrustumCamera *camera);

Parameters
camera A pointer to the camera.
Description
See Also

World::GetCamera

World::Render