Skip to content

Vp::HighlightSettings

#include "Viewport/data/ViewportGlobalSettings.h"

Public Functions

Name
HighlightSettings()

Public Attributes

Name
floatdownscaleFactor
glm::vec3highlightColor
intkernelSize
floatoutlineCutoff
glm::vec3selectionColor
booluseDepth
floatuseDepth_darkenFactor
floatuseDepth_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 2024-03-16 at 19:15:01 +0000