mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 00:27:43 +00:00
FRME Fixes
This commit is contained in:
@@ -7,7 +7,19 @@ namespace urde
|
||||
{
|
||||
class CWorldLight
|
||||
{
|
||||
ELightType x0_type = ELightType::Custom;
|
||||
public:
|
||||
enum class EWorldLightType
|
||||
{
|
||||
LocalAmbient,
|
||||
Directional,
|
||||
Custom,
|
||||
Spot,
|
||||
Spot2,
|
||||
LocalAmbient2,
|
||||
};
|
||||
|
||||
private:
|
||||
EWorldLightType x0_type = EWorldLightType::Spot2;
|
||||
zeus::CVector3f x4_color;
|
||||
zeus::CVector3f x10_position;
|
||||
zeus::CVector3f x1c_direction;
|
||||
|
||||
Reference in New Issue
Block a user