Skip to content

ViewportWindowSettings

#include "GUI/Viewport/ViewportWindowSettings.h"

Public Attributes

Name
Vp::CameraSettingscamera
boolclipFrustum <br>Whether to clip the outside of camera frustum when camera tracking.
boolmanipulator_enabled
boolshowLocalGrid

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