|
bool | isOrthographic = false |
|
float | nearPlaneDistance = 0.1f |
|
float | farPlaneDistance = 200.0f |
|
float | fieldOfView = glm::radians(90.0f) |
|
float | aspectRatio = 800.0f / 600.0f |
|
bool | isMainCamera = true |
|
BaseRenderer * | renderer = nullptr |
|
The documentation for this class was generated from the following files:
- /github/workspace/sources/code/CSharpInterfaces/GrindstoneCore/CoreComponents/CameraComponent.cs
- /github/workspace/sources/code/EngineCore/CoreComponents/Camera/CameraComponent.hpp
- /github/workspace/sources/code/EngineCore/CoreComponents/Camera/CameraComponent.cpp