We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a68e90 commit 433aa4eCopy full SHA for 433aa4e
1 file changed
include/CommonLib/AtmosphereScattering.hpp
@@ -16,7 +16,6 @@ namespace tsom
16
{
17
Nz::Vector3f sunDir = Nz::Vector3f(0.852868497f, 0.5f, 0.150383770f);
18
Nz::Vector3f sunIntensity = Nz::Vector3f(40.f);
19
- Nz::Vector3f planetPosition = Nz::Vector3f::Zero();
20
Nz::Vector3f planetDimensions = Nz::Vector3f(60.f);
21
float planetCornerRadius = 16.f;
22
float atmosphereMaxHeight = 192.f;
@@ -32,7 +31,7 @@ namespace tsom
32
31
float heightAbsorption = 30.f;
33
float absorptionFalloff = 3.5f;
34
35
- Nz::Int32 primarySteps = 32;
+ Nz::Int32 primarySteps = 8;
36
Nz::Int32 lightSteps = 8;
37
};
38
}
0 commit comments