LScript Commander Video - some newbie notes




the data vs the edited data...
LW11-anim-low-preview.png

script >

@warnings

// erikals' anim settings - low
// note, Enable Radiosity has to be on first time you run this script ?

generic
{
CommandInput("RayRecursionLimit 3");
CommandInput("MaxAntialiasing 3");
CommandInput("RayPrecision 3");
CommandInput("ShadingSamples 5");
CommandInput("LightSamples 5");

CommandInput("NoiseSampler 2");

// CommandInput("EnableRadiosity 1");
CommandInput("BlurBackgroundRadiosity 0");
// note, at times this script doesn't deactivate the function above (BlurBKG). Unsure why.
CommandInput("RadiosityUseBehindTest 0");

CommandInput("IndirectBounces 3");
CommandInput("RadiosityMinPixelSpacing 5");
CommandInput("RadiosityMaxPixelSpacing 70");
CommandInput("RadiosityMultiplier 0.5");
}
 
Back
Top