Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
Info Struct Reference

Public Attributes

float fNear = 0.05f
 
float fFar = 4
 
float fAngle = SK_ScalarPI / 4
 
SkV3 fEye { 0, 0, 1.0f/std::tan(fAngle/2) - 1 }
 
SkV3 fCOA { 0, 0, 0 }
 
SkV3 fUp { 0, 1, 0 }
 

Detailed Description

Definition at line 16 of file 3d.cpp.

Member Data Documentation

◆ fAngle

float Info::fAngle = SK_ScalarPI / 4

Definition at line 19 of file 3d.cpp.

◆ fCOA

SkV3 Info::fCOA { 0, 0, 0 }

Definition at line 22 of file 3d.cpp.

22{ 0, 0, 0 };

◆ fEye

SkV3 Info::fEye { 0, 0, 1.0f/std::tan(fAngle/2) - 1 }

Definition at line 21 of file 3d.cpp.

21{ 0, 0, 1.0f/std::tan(fAngle/2) - 1 };
float fAngle
Definition 3d.cpp:19

◆ fFar

float Info::fFar = 4

Definition at line 18 of file 3d.cpp.

◆ fNear

float Info::fNear = 0.05f

Definition at line 17 of file 3d.cpp.

◆ fUp

SkV3 Info::fUp { 0, 1, 0 }

Definition at line 23 of file 3d.cpp.

23{ 0, 1, 0 };

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