Replies: 1 comment
-
Found an issue for this: Tresjs/nuxt#97 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just created a repo to test out/learn tresjs + three.js
I have successfully got an example of a boat rowing around with camera following in dev, however the build output just seems to silently fails.
Reproduction
https://github.com/NamesMT/3d-test
cd into
apps/frontend
pnpm install
=>pnpm run dev
=> 127.0.0.1:3300 - Workingpnpm run build
=>pnpm run preview
=> 127.0.0.1:3000 - Only initial items renders without anything executed after that (no animation, no camera remount)Beta Was this translation helpful? Give feedback.
All reactions