Vesper 0.5.1
Vesper is short form for the Latin word for "Bat", as Vesper is designed to be small, lightweight, and easily handle things like particles and flocking behaviors in accordance with the nature of bats. \n It is meant to be a particle simulation, VFX editor, and CAN be used secondarily as a small game engine.
GitHub | Vesper Updates | Creator
Loading...
Searching...
No Matches
Vesper::SceneCamera Member List

This is the complete list of members for Vesper::SceneCamera, including all inherited members.

Camera()=defaultVesper::Camera
Camera(const glm::mat4 &projection)Vesper::Camerainline
GetOrthographicFarClip() constVesper::SceneCamerainline
GetOrthographicNearClip() constVesper::SceneCamerainline
GetOrthographicSize() constVesper::SceneCamerainline
GetPerspectiveFarClip() constVesper::SceneCamerainline
GetPerspectiveNearClip() constVesper::SceneCamerainline
GetPerspectiveVerticalFOV() constVesper::SceneCamerainline
GetProjection() constVesper::Camerainline
GetProjectionType() constVesper::SceneCamerainline
m_AspectRatioVesper::SceneCameraprivate
m_OrthographicFarVesper::SceneCameraprivate
m_OrthographicNearVesper::SceneCameraprivate
m_OrthographicSizeVesper::SceneCameraprivate
m_PerspectiveFarVesper::SceneCameraprivate
m_PerspectiveFOVVesper::SceneCameraprivate
m_PerspectiveNearVesper::SceneCameraprivate
m_ProjectionVesper::Cameraprotected
m_ProjectionTypeVesper::SceneCameraprivate
ProjectionType enum nameVesper::SceneCamera
RecalculateProjection()Vesper::SceneCameraprivate
SceneCamera()Vesper::SceneCamera
SetOrthographic(float size, float nearClip, float farClip)Vesper::SceneCamera
SetOrthographicFarClip(float farClip)Vesper::SceneCamerainline
SetOrthographicNearClip(float nearClip)Vesper::SceneCamerainline
SetOrthographicSize(float size)Vesper::SceneCamerainline
SetPerspective(float verticalFOV, float nearClip, float farClip)Vesper::SceneCamera
SetPerspectiveFarClip(float farClip)Vesper::SceneCamerainline
SetPerspectiveNearClip(float nearClip)Vesper::SceneCamerainline
SetPerspectiveVerticalFOV(float verticalFov)Vesper::SceneCamerainline
SetProjectionType(ProjectionType type)Vesper::SceneCamerainline
SetViewportSize(uint32_t width, uint32_t height)Vesper::SceneCamera
~Camera()=defaultVesper::Camera
~SceneCamera()=defaultVesper::SceneCameravirtual