Euphoria
Public Attributes | List of all members
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 = Ypr{ 0.0_rad, 0.0_rad, 0.0_rad }
 

Detailed Description

A orthographic camera representation.

Definition at line 26 of file camera.h.

Member Data Documentation

◆ far

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

Definition at line 31 of file camera.h.

◆ near

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

Definition at line 30 of file camera.h.

◆ position

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

Definition at line 33 of file camera.h.

◆ rotation

Ypr eu::render::OrthoCamera::rotation = Ypr{ 0.0_rad, 0.0_rad, 0.0_rad }

Definition at line 35 of file camera.h.

◆ size

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

Definition at line 28 of file camera.h.


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