Replies: 1 comment
-
The sandbox isn't working well for me. I would try an instanced mesh - depending upon how many points you have. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone!
I’m learning React-Three-Fiber, and I want to make a tunnel with particles that go out of it, going towards the viewer.
I’m using this threejs code as a reference: https://github.com/Mamboleoo/InfiniteTubes/blob/a3b831b6c95bed4d803dfeed8b66ec76de333996/js/demo2.js 1
here is the live demo of what i want to make (from the threejs code): https://tympanus.net/Development/InfiniteTubes/index2.html 2
I’ve already managed to make the tunnel, but I’m stuck on the particles:
here is my sandbox: https://codesandbox.io/s/particle-in-tunnel-b17ng?file=/src/objects/App.tsx
any help would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions