Cycles: Add tests for new volumetric scatter phase functions #25
No reviewers
Labels
No Label
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-test-data#25
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "new-volume-scatter-phases"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Blender 4.3 added new volumetric scatter phase functions to Cycles.
This commit adds tests for each of the new phase functions.
Thanks to Weizhen for the Fournier-Forand scene.
Ref: blender/blender@0315eae536
Ref: blender/blender#123012
The test scenes are designed around their intended use cases:
Cycles: Add tests for new volumetric scatter phase functionsto WIP: Cycles: Add tests for new volumetric scatter phase functionsWIP: Cycles: Add tests for new volumetric scatter phase functionsto Cycles: Add tests for new volumetric scatter phase functionsMie:
Fournier-Forand:
Just the position of the light.
Should we put this PR on hold until those changes are in? Or should we handle it as a seperate task?
The scene you've provided looks way nicer. I will update the tests to use that.
I was thinking we can put all the radii in one test file, but that might make the scene too crowded.
Since Mie is strong forward-scattering, it's also fine to test different light positions in this file, then add a separate test for radius later.
To me the latest update seems good.
I'd leave it up to Weizhen to do the final call.
The PR needs to go through another set of changes. The render tests are failing on the build bot with the
mie
scatting test file. I will take a look at this and update the tests tomorrow.Feel free to review the rest of the tests
Draine is actually supposed to be used with
alpha <= 1
, see paper, we should test that range. Mie scattering which uses Draine already test larger ranges.Otherwise looks good to me. The scenes are very beautiful!
I've made two changes in the latest update.