Skip to content

Vp::RenderOptions

Options specifying how a scene should be rendered.

#include "Viewport/data/RenderOptions.h"

Public Functions

Name
RenderOptions()

Public Attributes

Name
glm::vec3clearColor
boolframebufferAlpha
intlightingModel
boolmultisample
unsigned intsamples
boolselection
boolwboit
intwboitFunc

Public Functions Documentation

function RenderOptions

cpp
RenderOptions()
RenderOptions()

Public Attributes Documentation

variable clearColor

cpp
glm::vec3 clearColor;
glm::vec3 clearColor;

variable framebufferAlpha

cpp
bool framebufferAlpha;
bool framebufferAlpha;

variable lightingModel

cpp
int lightingModel;
int lightingModel;

variable multisample

cpp
bool multisample;
bool multisample;

variable samples

cpp
unsigned int samples;
unsigned int samples;

variable selection

cpp
bool selection;
bool selection;

variable wboit

cpp
bool wboit;
bool wboit;

variable wboitFunc

cpp
int wboitFunc;
int wboitFunc;

Updated on 2024-03-16 at 19:15:01 +0000