![]() |
Stellarium 0.12.0 | ||
| Home · All Namespaces · All Classes · Functions · Coding Style · Scripting · Plugins · Renderer · File Structure |
Contains all the param needed to initialize a StelProjector. More...
#include <StelProjector.hpp>
Public Attributes | |
| Vector4< int > | viewportXywh |
| float | fov |
| posX, posY, width, height | |
| bool | gravityLabels |
| FOV in degrees. | |
| float | defautAngleForGravityText |
| the flag to use gravity labels or not | |
| StelProjectorMaskType | maskType |
| a rotation angle to apply to gravity text (only if gravityLabels is set to false) | |
| float | zNear |
| The current projector mask. | |
| float | zFar |
| Vec2f | viewportCenter |
| Near and far clipping planes. | |
| float | viewportFovDiameter |
| Viewport center in screen pixel. | |
| bool | flipHorz |
| diameter of the FOV disk in pixel | |
| bool | flipVert |
Contains all the param needed to initialize a StelProjector.
Definition at line 183 of file StelProjector.hpp.
the flag to use gravity labels or not
Definition at line 189 of file StelProjector.hpp.
diameter of the FOV disk in pixel
Definition at line 194 of file StelProjector.hpp.
posX, posY, width, height
Definition at line 187 of file StelProjector.hpp.
FOV in degrees.
Definition at line 188 of file StelProjector.hpp.
a rotation angle to apply to gravity text (only if gravityLabels is set to false)
Definition at line 190 of file StelProjector.hpp.
Near and far clipping planes.
Definition at line 192 of file StelProjector.hpp.
Viewport center in screen pixel.
Definition at line 193 of file StelProjector.hpp.
The current projector mask.
Definition at line 191 of file StelProjector.hpp.
1.6.3