Skip to content

Commit 64b0bf6

Browse files
committed
Standardized naming of Light::intensity related variables, and standized setting.
1 parent adb8770 commit 64b0bf6

3 files changed

Lines changed: 55554 additions & 55555 deletions

File tree

include/vsg/app/RecordTraversal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ namespace vsg
9191
Mask overrideMask = MASK_OFF;
9292

9393
/// Light::intensity minimum value for a light to be passed to GPU.
94-
float intensityMinimum = 0.00001;
94+
float intensityMinimum = 0.001f;
9595

9696
ref_ptr<Instrumentation> instrumentation;
9797

0 commit comments

Comments
 (0)