Sandbox Logo

SceneCamera.ZFar

float ZFar { get; set; }

Description

The camera's zFar distance. This is the furthest distance this camera will be able to render. This value totally depends on the game you're making. Shorter the better, sensible ranges would be between about 1000 and 30000, but if you want it to be further out you can balance that out by making znear larger.

Return

User Comments