You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when clicking on play it animates by switching states and changing the material of the inside sphere from ""type: ashima, movement: 50" to "type: ashima, movement: 20" in the displace attribute. i want to create this animation via react-three-fiber and drei too, but don't know how to change the materials properties while rendering. the basic export is here: https://codesandbox.io/p/devbox/branchly-purple-copy-yhrdkq?file=%2Findex.html
This discussion was converted from issue #3180 on March 03, 2024 16:46.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
i have a spline application from which I got the nodes and materias via their export code. it useSpline:
https://codesandbox.io/p/devbox/branchly-purple-copy-yhrdkq?file=%2Findex.html
the spline app can be found here:
https://app.spline.design/file/50d5f3d6-9d8d-470e-af82-0230f9414ba1
when clicking on play it animates by switching states and changing the material of the inside sphere from ""type: ashima, movement: 50" to "type: ashima, movement: 20" in the displace attribute. i want to create this animation via react-three-fiber and drei too, but don't know how to change the materials properties while rendering. the basic export is here:
https://codesandbox.io/p/devbox/branchly-purple-copy-yhrdkq?file=%2Findex.html
Can anyone help me please?
Beta Was this translation helpful? Give feedback.
All reactions