mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-12-26 01:31:49 +01:00
Update CutsceneShadow.h
This commit is contained in:
parent
224fd77641
commit
f6663b01bc
@ -14,12 +14,10 @@ public:
|
|||||||
|
|
||||||
CShadowCamera m_Camera;
|
CShadowCamera m_Camera;
|
||||||
bool m_bResample;
|
bool m_bResample;
|
||||||
char _pad0[3];
|
|
||||||
CShadowCamera m_ResampleCamera;
|
CShadowCamera m_ResampleCamera;
|
||||||
int32 m_nBlurPasses;
|
int32 m_nBlurPasses;
|
||||||
CShadowCamera m_BlurCamera;
|
CShadowCamera m_BlurCamera;
|
||||||
bool m_bGradient;
|
bool m_bGradient;
|
||||||
char _pad1[3];
|
|
||||||
CShadowCamera m_GradientCamera;
|
CShadowCamera m_GradientCamera;
|
||||||
|
|
||||||
union
|
union
|
||||||
@ -29,7 +27,7 @@ public:
|
|||||||
RpClump *m_pClump;
|
RpClump *m_pClump;
|
||||||
};
|
};
|
||||||
|
|
||||||
int m_nRwObjectType;
|
int32 m_nRwObjectType;
|
||||||
RpLight *m_pLight;
|
RpLight *m_pLight;
|
||||||
RwSphere m_BoundingSphere;
|
RwSphere m_BoundingSphere;
|
||||||
RwSphere m_BaseSphere;
|
RwSphere m_BaseSphere;
|
||||||
|
Loading…
Reference in New Issue
Block a user