Cumulia Illustrator Rendering Engine v1.1.0
A Rendering engine for industrial CAD/CAE model and optimized for greatest performance
 
Loading...
Searching...
No Matches
cil::ViewSpec Struct Reference

Define a structure objec ViewSpec consisting of four member variables, which correspond to 3D vectors representing the right, up, direction and eye position of the view. More...

#include <viewmatrix.h>

Public Attributes

std::shared_ptr< Vector3fright
 
std::shared_ptr< Vector3fup
 
std::shared_ptr< Vector3fdir
 
std::shared_ptr< Vector3feye
 

Detailed Description

Define a structure objec ViewSpec consisting of four member variables, which correspond to 3D vectors representing the right, up, direction and eye position of the view.

Member Data Documentation

◆ dir

std::shared_ptr<Vector3f> cil::ViewSpec::dir

◆ eye

std::shared_ptr<Vector3f> cil::ViewSpec::eye

◆ right

std::shared_ptr<Vector3f> cil::ViewSpec::right

◆ up

std::shared_ptr<Vector3f> cil::ViewSpec::up