21,148
questions
0
votes
0
answers
14
views
Using React Three CSG and Fiber, how can I use an uploaded STL file as the source for a subtraction?
I want to upload two stl files, and create a subtraction against the first stl using the second. When I upload a single stl and try to subtract using a Three based geometry it works well, but when I ...
0
votes
0
answers
12
views
Markers Positioned Below the Surface of .glb Model in Three.js
I'm working on a Three.js project (React) using the @react-three/fiber and @react-three/drei libraries. My goal is to place markers on the surface of a terrain .glb model based on specific coordinates....
0
votes
0
answers
14
views
Cefsharp, fetch request gets blocked when mouse and keyboard events are firing
I'm using Three.js to render a 3D scene in my web application. After each rendering frame, I send a request to the server to see if any 3D objects have changed position. This is working as expected ...
0
votes
1
answer
53
views
how to smooth transaction with animejs in three js when the target camera position move?
I had a button when the current position was on the top and then it moved to the bottom and centered with Vector3, but it was not smooth, it is like when we do display: none; to display: block for my ...
0
votes
0
answers
27
views
Implementing Raycasting in Gaussian Splatting Using Three.js
How can I place points at X, Y, Z coordinates in a 3D map using Three.js? I'm working with Gaussian Splatting representations, and right now, raycasting with a splat mesh doesn't work with Three.js's ...
0
votes
1
answer
71
views
Infinite marquee on a 3d/dynamic perspective path? Can it be done?
(perspective grid that might be useful to illustrate what I mean) I've been trying to create what I'd describe as a "dynamic perspective infinite marquee". Specifically I'm using this video ...
0
votes
0
answers
23
views
How to add Event Listner to Aceternity UI Github Globe? [closed]
I'm building a 3d globe similar to Github using Aceternity UI
I want to add Multiple Event Listners and Pointers to the globe.
onMouseEnter: Revolving animation of the globe should be paused
...
0
votes
0
answers
20
views
React-Three/Drei Html's 'occlude="blending"' prop hides Html, leva etc when post processing pass is used
I've found that setting Drei's Html component's prop occlude="blending", which seems to be the only way to currently get html/3d depth to place nice, will cause Html, Leva and any similar ...
1
vote
2
answers
124
views
How i can make the object steady 180 degrees?
i have clothe object where user can rotation the cloth, i am using orbit control to rotation the object here, and the interface, user can change the color of clothe, there is a button to see the back ...
0
votes
0
answers
19
views
R3F / Rapier - How to use a Static Collider for First-Person Movement
I want to create a custom PlayerController for react-three-fiber by using rapier.
I'm using a MouseMovement combined with KeyControls (WASD). I want a simple CapsuleCollider, to preventing the player ...
1
vote
0
answers
26
views
@react-three/fiber doesn't render the 3D model, leads to a blank screen
I'm trying to render a 3D animation using @react-three/fiber, @react-three/drei, and three. But it leads to an empty screen. No error logs are displayed. I checked whether WebGL was being supported by ...
0
votes
1
answer
70
views
"Html" Component turning black after setting occlude to "blending"
pretty new to r3f but having a blast so far. I've run into a bit of an issue when rendering HTML into the scene with the drei helper. I'll drop the code from my render function below:
<group ref={...
-1
votes
0
answers
44
views
First image broken on mobiles while working on desktops in deployment [closed]
I’m encountering an issue with my portfolio on mobile devices after deployment. I’ve created nine cubes to represent different languages and frameworks, which display correctly on desktop. However, ...
0
votes
1
answer
69
views
How to make a three.js cube have different colors on different sides?
I am new to three.js, and in a program I am creating, I would like to make different colors for different sides of the cube. The arrow keys control cube rotation. For example, could I have red on one ...
0
votes
0
answers
73
views
How to find orienation of an object in a 2d Image
I have to detect some objects (Sofa and table in my case) and replace that objects from a 3d model. I am using YOLO to detect and LaMa to remove object and then trying to place the 3d model on the ...