Replies: 2 comments 1 reply
-
Having the same issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Text has some issue on codesandbox, try exporting to zip and working locally, should solve the issue. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The code sandbox environment and downloadable package work off of a .spline file in the examples provided, but export from the spline application as .splinecode. The .splinecode file is not able to be interpreted by the "useSpline" function. This is the code in question.
const { nodes, materials } = useSpline( "https://prod.spline.design/gvgFxposolpeYZr8/scene.splinecode" );
And this is a link to my codesandbox project that was generated from a r3f export in the Spline App.
https://codesandbox.io/s/3-d-text-blue-copy-forked-g0hijd?file=/src/Scene.js:184-297
PS: Fantastic work, I am excited this year to learn more 3d design and development with 3js and r3f, spline is the perfect tool to use, and work with. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions