We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Seems the time and frame application nodes from MaterialX are already supported as nodes, but not processed by MaterialXLoader.
Related to #24680
I tried to fix it with
// << Application >> new MXElement( 'time', timerLocal, [ 'timeScale' ] ), // new MXElement( 'frame', ... ),
in MaterialXLoader.js, but then I get a shader error, so that doesn't seem to be the right approach. cc @sunag
MaterialXLoader.js
No response
r167
The text was updated successfully, but these errors were encountered:
@sunag would love your input here! Thanks!
Sorry, something went wrong.
time
frame
Successfully merging a pull request may close this issue.
Description
Seems the time and frame application nodes from MaterialX are already supported as nodes, but not processed by MaterialXLoader.
Related to #24680
Reproduction steps
Code
I tried to fix it with
in
MaterialXLoader.js
, but then I get a shader error, so that doesn't seem to be the right approach. cc @sunagLive example
Screenshots
No response
Version
r167
Device
No response
Browser
No response
OS
No response
The text was updated successfully, but these errors were encountered: