OpenBarnyard
 
Loading...
Searching...
No Matches
TRenderPacket.cpp
Go to the documentation of this file.
1#include "ToshiPCH.h"
2#include "TRenderPacket.h"
3
4//-----------------------------------------------------------------------------
5// Enables memory debugging.
6// Note: Should be the last include!
7//-----------------------------------------------------------------------------
9
11
13{
14 m_pNextPacket = TNULL;
15 m_pUnk = TNULL;
16 m_pSkeletonInstance = TNULL;
17 m_oAmbientColour = { 0.24f, 0.24f, 0.24f };
18 m_oLightColour.x = 1.0f;
19 m_oLightColour.y = 1.0f;
20 m_oLightColour.z = 0.65f;
21 m_oLightDirection.x = -0.47f;
22 m_oLightDirection.y = 0.74f;
23 m_oLightDirection.z = 0.47f;
24 m_ui8Unk1 = 255;
25}
26
30
#define TOSHI_NAMESPACE_START
Definition Defines.h:47
#define TOSHI_NAMESPACE_END
Definition Defines.h:50
#define TNULL
Definition Typedefs.h:23