Basically it's taking away camera control away from the player in a third person PolygonalGraphics game. The camera will either stay in a fixed location while the character roams about, or it will follow the player's movement only from a fixed angle and distance.
This is usually done for two reasons (and some games have both). One reason is "cinematic", as in making the game have a certain look and mood (though this quickly draws complaints of CameraScrew when players want to look elsewhere). The second reason is to avoid CameraScrew by putting the camera in an optimum place. This is very hard to do right, as the developers not only need to find the right angles, but design the levels (especially the placement of traps, puzzles, and enemies) so that the player can notice them at said angles.
''Note'' that this is not when the fixed angle is necessary due to [[SpritePolygonMix bitmap backgrounds]]. This is when it's all polygons.
Compare TwoPointFiveD (when the polygon graphics are always shown from the same perspective).
Contrast FirstPersonShooter (in terms of viewing), AlwaysOverTheShoulder, FreeRotatingCamera.
Not to be confused with CameraLockOn, where the player can "fix" the camera on a specific target of interest.
----
!!Examples:
* ''VideoGame/ResidentEvilCodeVeronica''. The other games of the "Classic" Franchise/ResidentEvil style used bitmap, or FMV, areas.
* ''VideoGame/DinoCrisis''
* ''VideoGame/GodOfWar''
* ''{{Genji}}''
* ''VideoGame/SuperMarioGalaxy'', in areas without camera rotation.
* ''VideoGame/FinalFantasyX'' and ''VideoGame/FinalFantasyX2''.
** ''VideoGame/FinalFantasyVII'' and ''VideoGame/FinalFantasyIX'' had a fixed camera in battle scenes.
* ''JakAndDaxter: The Lost Frontier''
* ''{{Roblox}}''
* The ''{{Lego Adaptation Game}}s''.
* ''VideoGame/{{Okamiden}}'', in most areas outside the world map.
* ''VideoGame/MetalGearSolid'' and ''MetalGearSolid2'', aside from use of the FreelookButton.
* ''VideoGame/SonicUnleashed'''s day levels, ''VideoGame/SonicColors'', and ''VideoGame/SonicGenerations'' all force the camera behind Sonic in 3D parts and to the side in [[TwoAndAHalfD 2D sections]].
* Most areas in ''VideoGame/BraveFencerMusashi''.
* ''VideoGame/LuigisMansion'' (and its sequel)
* The ''VideoGame/FatalFrame'' series.
----