Tugcga / Sycles

Cycles render integration into Softimage
5 stars 1 forks source link

Fast GI approximation #29

Open Tugcga opened 1 month ago

Tugcga commented 1 month ago

This feature works in Sycles another than in Blender.

This is behavior in Blender.

Scene with out any effect blender_no_effect

Activated Fast GI in Add mode with Factor = 1.0 blender_add_1

The same Add mode but with the factor = 0.5 blender_add_05

Replace mode with 1 sample blender_replace_1

Replace mode with 4 samples blender_replace_4

So, replace is not visible when the number of samples is grow.


Next inside the Softimage.

Reference scene xsi_no_effect

Add mode with factor = 1.0 xsi_add_1

Add mode with factor = 0.5 xsi_add_05

Replcae mode with any number of samples xsi_replace_1

So, Add mode works like in Blender, but Replace mode is not visible. In Blender it also become invisible when the number of samples is grow.