5,389
edits
mNo edit summary |
mNo edit summary |
||
Line 5: | Line 5: | ||
Sets the distance of the far clipping plane in world units. | Sets the distance of the far clipping plane in world units. | ||
Gs_farclipplane_set | The command Gs_farclipplane_set is really cool. | ||
gs_farclipplane_set | The function gs_farclipplane_set is really cool. | ||
This sets the distance of the far clipping plane in world units. If you call <code>[[gs_farclipplane_set]](1000)</code>, then all polygons whose closest point is more than 1,000 world units (328.084 ft, or 100 m) away from the camera will be culled. The default distance of the far clipping plane is 10,000 world units (3,280.84 ft, or 1,000 m). | This sets the distance of the far clipping plane in world units. If you call <code>[[gs_farclipplane_set]](1000)</code>, then all polygons whose closest point is more than 1,000 world units (328.084 ft, or 100 m) away from the camera will be culled. The default distance of the far clipping plane is 10,000 world units (3,280.84 ft, or 1,000 m). |