ViewportWindowSettings
#include "GUI/Viewport/ViewportWindowSettings.h"
Public Attributes
Name | |
---|---|
Vp::CameraSettings | camera |
bool | clipFrustum <br>Whether to clip the outside of camera frustum when camera tracking. |
bool | manipulator_enabled |
bool | showLocalGrid |
Public Attributes Documentation
variable camera
cpp
Vp::CameraSettings camera;
Vp::CameraSettings camera;
variable clipFrustum
cpp
bool clipFrustum {true};
bool clipFrustum {true};
Whether to clip the outside of camera frustum when camera tracking.
variable manipulator_enabled
cpp
bool manipulator_enabled {true};
bool manipulator_enabled {true};
variable showLocalGrid
cpp
bool showLocalGrid {true};
bool showLocalGrid {true};
Updated on 2025-05-31 at 12:55:30 +0000