Indamix / real-shadow

Module that casts photorealistic shadows
https://indamix.github.io/real-shadow
MIT License
1.06k stars 122 forks source link

Add settings.skip #16

Closed hczhcz closed 10 years ago

hczhcz commented 10 years ago

settings.skip

undefined : as usual int n : randomly render 1/n of frames

for better performance

Indamix commented 10 years ago

The randomness might not be the best answer to whether to render a frame or not. Possibly the 'framerate' or 'fps' option should work better.

BTW did you try to reduce the size or the number of shadows?

hczhcz commented 10 years ago

I use this when rendering shadows of transparent PNG.

Possibly the 'framerate' or 'fps' option should work better.

I agree with you :)

//Sorry for my English