So, what I am trying to implement is STL flexi toy maker app.The desired functionality is simple: the user uploads stl -> selects where to 'cut' (where the hinges will be) -> the model is ...
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: [...
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 ...
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 ...
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 ...
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....
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 ...
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. ...
I'm developing a hero section for my React portfolio that includes a 3D model rendered with Three.js via @react-three/fiber.However, when the component loads, I see this error in the browser console:...
In Three.js VR I retrieve references to the controllers like the code below. There are two ways to get controller objects for 2 different purposes, buttons and positions/rotations.controller1 is for ...
i want to show on the screen the 3d model when i import it from cloudinary and it is succesful but the problem is that it wontshow the 3d model on the screen and the error says failed to load GLF ...
I'm trying to create an SVG animation where a shape continuously deforms (like a breathing or liquid blob).The goal is to later place text inside the shape so that the text appears to deform along ...
I'm trying to get the direction/rotation of the head or the direction/rotation of the face from the neck.I'm working whit a BHV file exported from Axis Studio:Body: Axis StudioEuler Order: XYZ...
Calling renderer.render() in a requestAnimationFrame() loop will often fire faster than the <canvas> element can update its image, making any "true" FPS measurement inaccurate.In ...
I’m building a 3D website in React Three Fiber, Three.js, and @react-three/drei.The scene is a 3d circular monument with 4 wall-mounted objects spread evenly around the monument: Mirror, ATM, Statue, ...