Hi,

In my .fx file, I get the error: "x3000- Unexpected Integer Constant"
Can someone please help me correct this or tell me how to fix? Thanks

Here's the .fx file:
------------------------
extern texture entSkin1;
extern texture entSkin2;
extern texture entSkin3;
extern texture entSkin4;
extern texture mtlSkin1;
extern texture mtlSkin2;
extern texture mtlSkin3;
extern texture mtlSkin4;

extern float4x4 matMtl;
extern float4x4 matViewInv;

technique 21plane //Author: formula_games
{
pass p0
{
//TEXTURE STAGE [0]
Texture[0] = <entSkin1>;
//TEXTURE STAGE [1]
Texture[1] = <mtlSkin2>;
ColorOp[1] = Modulate2X;
TextureTransform[1] = <matViewInv>;
TextureTransformFlags[1] = Count3;
TexCoordIndex[1] = cameraSpaceReflectionVector;
}
};


Formula Games - A place to buy and sell Indie games.