|
1 registered members (TipmyPip),
18,513
guests, and 5
spiders. |
Key:
Admin,
Global Mod,
Mod
|
|
|
Re: DX9 Multitexturing
[Re: Steempipe]
#35075
10/21/04 08:13
10/21/04 08:13
|
Joined: Dec 2003
Posts: 1,097 Maryland, USA
Steempipe
Serious User
|
Serious User
Joined: Dec 2003
Posts: 1,097
Maryland, USA
|
Quote:
I´ve got this error:
Malfunction W1550
Error in Effect: mat_terrain_multitexture(78):error X3000:syntax error:unexpected integer constant
The debug syntax check found no error, can anybody help??
After you do all the above corrections.... then for this one; Try correction in this line: (get rid of the last zero) vertexShaderConstant[65]={20.0f,15.0f,0.0f, 0.0f0 };
if you still get the error, try changing this line: vertexShaderConstant[64]=<vecSkill41>;
to something like: vertexShaderConstant[64]={20.0f,15.0f,0.0f,0.0f};
If it goes away, then you know where to focus attention.
|
|
|
|
|
|