Camera

From C# Gamedev Wiki
Revision as of 18:24, 9 June 2024 by Winkio (talk | contribs) (Created page with "A camera is an object with functionality that supports viewing the game world from a specific position and orientation. Cameras can be fixed in place, or move dynamically, and many games have sophisticated camera systems that include collision and physics. Category: Camera")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A camera is an object with functionality that supports viewing the game world from a specific position and orientation. Cameras can be fixed in place, or move dynamically, and many games have sophisticated camera systems that include collision and physics.