35#include <NDEVR/Resource.h>
36#include <NDEVR/RGBColor.h>
37#include <NDEVR/Matrix.h>
50 fltp08 mainGridSize()
const;
52 void setSkybox(Skybox* skybox);
53 Vector<3, fltp04> sun_location;
55 RGBColor background_color;
58 Vector<2, fltp08> orthographic_fov;
61 bool show_environment;
62 void update(
const void* lock_ptr =
nullptr);
66 Matrix<fltp08> m_current_transform;
67 bool m_current_show_grid;
68 bool m_current_show_environment;
69 bool m_current_show_skybox;
70 RGBColor m_current_background_color;
71 fltp08 m_current_grid_size;
double fltp08
Defines an alias representing an 8 byte floating-point number.
Definition BaseValues.hpp:146