-
-
Notifications
You must be signed in to change notification settings - Fork 3
vke.Camera
Jean-Philippe Bruyère edited this page Feb 2, 2020
·
1 revision
namespace: vke
Camera
public class Camera
⬜ | prototype | description |
---|---|---|
![]() |
Camera (float fieldOfView, float aspectRatio, float nearPlane=0.1f, float farPlane=16f) |
__ |
⬜ | name | description |
---|---|---|
![]() |
AspectRatio |
__ |
![]() |
FieldOfView |
__ |
![]() |
Model |
__ |
![]() |
Perspective |
__ |
![]() |
Projection |
__ |
![]() |
SkyboxView |
__ |
![]() |
View |
__ |
![]() |
Zoom |
__ |
⬜ | prototype | description |
---|---|---|
![]() |
void Move(float x, float y, float z=0) |
__ |
![]() |
void Rotate(float x, float y, float z=0) |
__ |
![]() |
void SetPosition(float x, float y, float z=0) |
__ |
![]() |
void SetRotation(float x, float y, float z=0) |
__ |
![]() |
void SetZoom(float factor) |
__ |
![]() |
void Update() |
__ |
⬜ | name | description |
---|