View Full Version : WarpSharp (jp version) settings


kiwisrgreen
25th September 2006, 21:00
what are the default settings for it, becuase I wanna reduce the settings.

(depth, blur, bump, cubic)

foxyshadis
25th September 2006, 21:13
int depth = args[1].AsInt(128);
int blur = args[2].AsInt(3);
int bump = args[3].AsInt(128);
double cubic = args[4].AsFloat(-0.6);
Last numbers are the defaults.