LeviLamina
Loading...
Searching...
No Matches
AtmosphericScattering.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // AtmosphericScattering inner types declare
8 // clang-format off
10 // clang-format on
11
12 // AtmosphericScattering inner types define
14 public:
15 // AtmosphericScatteringConfigSettings inner types declare
16 // clang-format off
17 struct AtmosphericScatteringSettings;
18 // clang-format on
19
20 // AtmosphericScatteringConfigSettings inner types define
21 struct AtmosphericScatteringSettings {
22 public:
23 // AtmosphericScatteringSettings inner types declare
24 // clang-format off
25 struct AtmosphericScatteringDescription;
26 struct HorizonBlendKeyFrames;
27 // clang-format on
28
29 // AtmosphericScatteringSettings inner types define
30 struct AtmosphericScatteringDescription {};
31
32 struct HorizonBlendKeyFrames {};
33 };
34 };
35};
Definition AtmosphericScattering.h:5