Mondschein Engine  0.3.0
Public Attributes | List of all members
mondschein::scene::camera_attribs_t Struct Reference

Camera properties struct. More...

#include <types.h>

Public Attributes

float64 fovy
 Y-field of view (default: 60.0)
 
float64 aspect
 X:Y Aspect ratio (default: 16:9)
 
float64 near
 Near clipping plane (default: 1.0)
 
float64 far
 Far clipping plane (default: 100.0)
 
uint32 x
 Viewport X coordinate (default: 0)
 
uint32 y
 Viewport Y coordinate (default: 0)
 
uint32 w
 Viewport width (default: 640)
 
uint32 h
 Viewport height (default: 360)
 

Detailed Description

Camera properties struct.

Definition at line 177 of file types.h.


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