Skip to main content
Filter by
Sorted by
Tagged with
3 votes
1 answer
101 views

I am trying to extrude this path using Three.js ('M10,10h100v100'). You'll note there isn’t any 'z' command in the SVG file, and it is just meant to be a polyline, going right 100 and then down 100. ...
lukehawk's user avatar
  • 1,523
Advice
2 votes
1 replies
165 views

How does antigravity.google create its background animation effect using Three.js, and how can I reproduce something similar (likely using math-based animations)? I'm trying to understand how the ...
a3code's user avatar
  • 14.1k
0 votes
0 answers
52 views

Inside the VR mode, I can move from image to another I use my own fetching API. I tried to move to the next panorama, but it is not moving inside the scene. I was trying multiple solutions, nothing ...
Asma Aljuwaei's user avatar
2 votes
0 answers
68 views

I'm making a school project for the scale of different planets and for now im making an MVP for the app. I get no error when I remove the Slider component but when it is there it reports the error. ...
Miles Knaebe's user avatar
0 votes
0 answers
31 views

I am new in threejs and initializing scene, render and everything inside a class. I have a method animate and in the constructor, I am doing this: this.renderer.setAnimationLoop(this.animate) inside ...
Sak G's user avatar
  • 10
0 votes
0 answers
21 views

I’m running into a strange issue with react-three-fiber that only shows up in development, but not after deploying to Vercel. Here’s my setup: <Canvas gl={{ antialias: true }} camera={{ position: [...
Sak G's user avatar
  • 10
Advice
0 votes
0 replies
60 views

Hi guys i am trying to make a website with 3d model in it and you can apply patterns designs texts stickers on the model i am doing it with canvas atlas which is every assets renders inside the oen ...
Bn'R's user avatar
  • 37