Euphoria
eu::render::OrthoCamera Struct Reference

A orthographic camera representation. More...

Public Attributes

float size = 100.0f
float near = 0.1f
float far = 100.0f
v3 position = v3{0.0f, 0.0f, 0.0f}
Ypr rotation

Detailed Description

A orthographic camera representation.

Definition at line 31 of file camera.h.

Member Data Documentation

◆ far

float eu::render::OrthoCamera::far = 100.0f

Definition at line 36 of file camera.h.

◆ near

float eu::render::OrthoCamera::near = 0.1f

Definition at line 35 of file camera.h.

◆ position

v3 eu::render::OrthoCamera::position = v3{0.0f, 0.0f, 0.0f}

Definition at line 38 of file camera.h.

◆ rotation

Ypr eu::render::OrthoCamera::rotation
Initial value:
= Ypr
{
.yaw = 0.0_rad,
.pitch = 0.0_rad,
.roll = 0.0_rad
}
yaw + pitch + roll
Definition axisangle.h:33

Definition at line 40 of file camera.h.

◆ size

float eu::render::OrthoCamera::size = 100.0f

Definition at line 33 of file camera.h.


The documentation for this struct was generated from the following file: