-
-
Notifications
You must be signed in to change notification settings - Fork 36k
Improved MaterialX example #31541
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improved MaterialX example #31541
Conversation
…rt, function or class Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Set the render order. plane.renderOrder = - 1; |
Wow, this will help a lot. |
Done! |
See if forcing the Calibration Mesh to render prior to the Preview Mesh helps with sorting issues. Note that there are both transmission and transparency tests in this demo, and that implies different sort groups. |
That fixed it 🙏 However, now I noticed that the transmissive render with a frame of delay and makes the geometry inside move around... Screen.Recording.2025-08-01.at.3.06.05.AM.movA problem for another day though... /fyi @sunag |
Found a nicer approach using
|
Description
Trying to improve the MaterialX example:
With this configuration we can see that the transparent materials have issues.
@sunag Any ideas of how to make the TSL grid nicer looking? Turns out Claude knows TSL already! 😮