Vp::RenderOptions
Options specifying how a scene should be rendered.
#include "Viewport/data/RenderOptions.h"
Public Functions
| Name | |
|---|---|
| RenderOptions() |
Public Attributes
| Name | |
|---|---|
| glm::vec3 | clearColor |
| bool | framebufferAlpha |
| int | lightingModel |
| bool | multisample |
| unsigned int | samples |
| bool | selection |
| bool | wboit |
| int | wboitFunc |
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 2025-09-07 at 16:13:51 +0000