Skip to main content
-1 votes
1 answer
29 views

In threejs, i'm working on a showerbase project using shader. One of my material got visible mineral veins on it and I noticed when it wrap around the border, the veins are not aligned. I made a ...
Idea's user avatar
  • 1
0 votes
1 answer
37 views

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 Studio Euler Order: XYZ ...
Claudio's user avatar
  • 94
0 votes
0 answers
15 views

I have added particlesystem to threejs editor and trying to load its properties const scene = await loader.parseAsync( json.scene ); scene.traverse(child => { console.log(child.config) ...
Jammanna M's user avatar
1 vote
1 answer
108 views

The scene, the mesh is all showing up on the website. I've moved the glb literally next to the main.ts file so there's no directory issues. But nothing shows up. The filename is coffeeshop.glb. This ...
yoenuts's user avatar
  • 53
1 vote
0 answers
31 views

Title: How to properly quarter-cut spheres in Three.js with clipping planes? Body: I'm working on a Three.js project where I'm trying to create a visual of layered spheres, and I want to cut each ...
Simon's user avatar
  • 13
0 votes
0 answers
35 views

I'm having an issue where my method multiColourLerp Cannot be found when I import it from my utils file. I know that shaders usually don't reuse code across files but for the sake of maintainability I ...
Ben's user avatar
  • 1
0 votes
0 answers
19 views

This website is using a very cool rotating Three.js effect. I want to replicate it, but I am not able to figure out exactly what it is or how it’s implemented. I inspected the site and found it is ...
Uchit Chakma's user avatar
0 votes
0 answers
127 views

I want to load all points on the screen where camera is or load all points from the pointcloud and then I want to raycast on that. problem is when I raycast on that sometime if points are not loaded ...
ketan's user avatar
  • 103
1 vote
1 answer
43 views

What I want is: when the mouse enters the body of the website, the cursor becomes visible; and when it is out of the webpage, it should not be visible. I'm trying to update the values passed to the ...
IceyXsm's user avatar
  • 11
1 vote
0 answers
14 views

I am working with a 3D model, and I want that when I double right-click on an object, the object gets centered on the screen. How can I do this? I have this code, but when I am far away from the ...
Caleb Sosa's user avatar
0 votes
1 answer
103 views

Created Text with TextGeometry in Threejs, const font = await loadFont(fontUrl) const geometry = new TextGeometry("文字", { font: font, size: size, depth: 10, ...
thor lee's user avatar
1 vote
0 answers
56 views

I’m currently working on a project using Fabric.js and Three.js, and I have a few questions: UV Scaling (Pixel-Perfect): What steps should I follow to scale UV maps correctly in Fabric.js and ensure ...
Emrecan Tetik's user avatar
1 vote
1 answer
138 views

I made two bars and made a sort of a transparent shader in cycles. I baked the normal maps and exported as .glb. In the gLTF viewer https://gltf-viewer.donmccurdy.com/ it shows perfectly:- in gLTF ...
SOHAN C's user avatar
  • 11
1 vote
0 answers
41 views

import * as THREE from 'three'; import "./style.css" //scene const scene = new THREE.Scene(); //create our sphere const geometry =new THREE.SphereGeometry(3,64,64); const material = new ...
Thejas A's user avatar
1 vote
1 answer
386 views

screenshot of issueI've been following a threejs tutorial for a long time now and have never had this issue. Just got a new laptop about a month ago and I was following a tutorial and returned to ...
Bec Asmar's user avatar

15 30 50 per page
1
2 3 4 5 6