Rename camera Type->Projection

This commit is contained in:
Milan Nikolic 2021-05-26 12:34:08 +02:00
parent b9e2059e57
commit 400097df9d
No known key found for this signature in database
GPG key ID: 9229D0EAA3AA4E75
7 changed files with 10 additions and 10 deletions

View file

@ -618,7 +618,7 @@ type Camera3D struct {
// Camera field-of-view apperture in Y (degrees) in perspective, used as near plane width in orthographic
Fovy float32
// Camera type, controlling projection type, either CameraPerspective or CameraOrthographic.
Type CameraProjection
Projection CameraProjection
}
// Camera type fallback, defaults to Camera3D