Hydrax slow and no transparency after removing "uWaterColor"

teseien

15-11-2013 16:46:29

Parameter called uWaterColor does not exist

hi to all,

I was trying to build the Ogre3D plugin Hydrax 0.5.1 in vs2010,
it compiles very well but wen i start the program it makes the screen all black
and then it shut down.

On the ogre.log i found this:

17:42:28: OGRE EXCEPTION(2:InvalidParametersException): Parameter called uWaterColor does not exist. in GpuProgramParameters::_findNamedConstantDefinition at ..\..\..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)

But i don't know where i can put this parameter....

Can anyone help me with this issue?

-----[EDIT]------------------------------------------------------------------------

I solved this issue by deleting the creation of the parameter "uWaterColor" in Hydrax dll source,
but now all i got is that the demo runs slow and the water has not transparency :(

does anyone have any advice?