Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QSSGLightmapperOptions Struct Reference

#include <qssglightmapper.h>

+ Collaboration diagram for QSSGLightmapperOptions:

Public Attributes

float opacityThreshold = 0.5f
 
float bias = 0.005f
 
bool useAdaptiveBias = true
 
bool indirectLightEnabled = true
 
int indirectLightSamples = 256
 
int indirectLightWorkgroupSize = 32
 
int indirectLightBounces = 3
 
float indirectLightFactor = 1.0f
 

Detailed Description

Definition at line 20 of file qssglightmapper.h.

Member Data Documentation

◆ bias

float QSSGLightmapperOptions::bias = 0.005f

Definition at line 23 of file qssglightmapper.h.

◆ indirectLightBounces

int QSSGLightmapperOptions::indirectLightBounces = 3

Definition at line 28 of file qssglightmapper.h.

◆ indirectLightEnabled

bool QSSGLightmapperOptions::indirectLightEnabled = true

Definition at line 25 of file qssglightmapper.h.

◆ indirectLightFactor

float QSSGLightmapperOptions::indirectLightFactor = 1.0f

Definition at line 29 of file qssglightmapper.h.

◆ indirectLightSamples

int QSSGLightmapperOptions::indirectLightSamples = 256

Definition at line 26 of file qssglightmapper.h.

◆ indirectLightWorkgroupSize

int QSSGLightmapperOptions::indirectLightWorkgroupSize = 32

Definition at line 27 of file qssglightmapper.h.

◆ opacityThreshold

float QSSGLightmapperOptions::opacityThreshold = 0.5f

Definition at line 22 of file qssglightmapper.h.

◆ useAdaptiveBias

bool QSSGLightmapperOptions::useAdaptiveBias = true

Definition at line 24 of file qssglightmapper.h.


The documentation for this struct was generated from the following file: