Vp::HighlightSettings
#include "Viewport/data/ViewportGlobalSettings.h"
Public Functions
| Name | |
|---|---|
| HighlightSettings() |
Public Attributes
| Name | |
|---|---|
| float | downscaleFactor |
| glm::vec3 | highlightColor |
| int | kernelSize |
| float | outlineCutoff |
| glm::vec3 | selectionColor |
| bool | useDepth |
| float | useDepth_darkenFactor |
| float | useDepth_desaturateFactor |
Public Functions Documentation
function HighlightSettings
cpp
HighlightSettings()HighlightSettings()Public Attributes Documentation
variable downscaleFactor
cpp
float downscaleFactor;float downscaleFactor;variable highlightColor
cpp
glm::vec3 highlightColor;glm::vec3 highlightColor;variable kernelSize
cpp
int kernelSize;int kernelSize;variable outlineCutoff
cpp
float outlineCutoff;float outlineCutoff;variable selectionColor
cpp
glm::vec3 selectionColor;glm::vec3 selectionColor;variable useDepth
cpp
bool useDepth;bool useDepth;variable useDepth_darkenFactor
cpp
float useDepth_darkenFactor;float useDepth_darkenFactor;variable useDepth_desaturateFactor
cpp
float useDepth_desaturateFactor;float useDepth_desaturateFactor;Updated on 2025-09-07 at 16:13:51 +0000