We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1633d9b commit 92005baCopy full SHA for 92005ba
vendor/raylib/raylib.odin
@@ -274,7 +274,7 @@ Camera3D :: struct {
274
target: Vector3, // Camera target it looks-at
275
up: Vector3, // Camera up vector (rotation over its axis)
276
fovy: f32, // Camera field-of-view apperture in Y (degrees) in perspective, used as near plane width in orthographic
277
- projection: CameraProjection, // Camera projection: CAMERA_PERSPECTIVE or CAMERA_ORTHOGRAPHIC
+ projection: CameraProjection, // Camera projection: `.PERSPECTIVE` or `.ORTHOGRAPHIC`
278
}
279
280
Camera :: Camera3D // Camera type fallback, defaults to Camera3D
0 commit comments