Hey Matt, been messing around with Sylex since the day XeXes gave it away but mainly with the Water Object. Funny as it may seem, I have found some errors but am still getting the most annoying of all "Crash in SLX3EffectInitialize". Have you ever been messing around with this? BTW... for anybody who would like to have motion blur only when moving around use something like this
Code:
var Blur = 1; 

function activate_MotionBlur()
{
if (Blur == 1)
{
// Blureffekte setzen
SLX3ViewSetPostProcessingEffect(10,0,SLX3_PPE_HBLUR);
SLX3ViewSetPostProcessingEffect(10,1,SLX3_PPE_VBLUR);
SLX3ViewSetPostProcessingEffect(10,2,SLX3_PPE_HBLUR);
SLX3ViewSetPostProcessingEffect(10,3,SLX3_PPE_VBLUR);
SLX3ViewSetPostProcessingEffect(10,5,0);

// Post-Processing aktivieren
SLX3ViewSetPostProcessing(10,1);
while(Blur != 0)
{

SLX3EffectSetValue(SLX3_PPE_HBLUR,0,1.5 );
SLX3EffectSetValue(SLX3_PPE_VBLUR,0,1.5 * key_force.y );
wait(1);
}

}

}

// Deaktiviert das Post-Processing
function deactivate_MotionBlur()
{
Blur = 0;
}



Need any help in translating? I am an English/German native speaker and my next 2 weeks will be boring so I am willing to help if you get me rendertargets and water to work

Greetings
Sven


"Feathers shall raise men even as they do birds, toward heaven; that is by letter written with their quills." - Leonardo da Vinci

Wer mir eine e-mail schicken will ersetze ANTISPAM durch @
If you want to send me an email replace ANTISPAM by @