forked from metin-server/m2dev-client-src
ported to DX9
This commit is contained in:
@@ -127,10 +127,10 @@ typedef struct SEnvironmentData
|
||||
{
|
||||
// Light
|
||||
BOOL bDirLightsEnable[ENV_DIRLIGHT_NUM];
|
||||
D3DLIGHT8 DirLights[ENV_DIRLIGHT_NUM];
|
||||
D3DLIGHT9 DirLights[ENV_DIRLIGHT_NUM];
|
||||
|
||||
// Material
|
||||
D3DMATERIAL8 Material;
|
||||
D3DMATERIAL9 Material;
|
||||
|
||||
// Fog
|
||||
BOOL bFogEnable;
|
||||
|
||||
Reference in New Issue
Block a user