
What is the URL for three.js to include it online?
Apr 23, 2021 · I am trying to make a javascript application in google app engine using three.js but I am not getting the URL to include it online in my document. I dont want to upload the whole …
How to change the thickness of lines using Three.js
Hello, according to THREE.JS document: "Due to limitations of the OpenGL Core Profile with the WebGL renderer on most platforms linewidth will always be 1 regardless of the set value."
three.js - javascript importing modules with threejs and three …
Jan 29, 2024 · I am trying to use threejs and three-globe together, using only the CDN distributions from unpkg, but I am getting tripped up by modules. I am hoping to avoid using a …
How to create a simple GUI in three.js? - Stack Overflow
Aug 21, 2022 · I intend to create a simple GUI using three.js where the user slides a slider to increase or decrease the radius of the sphere at her will. The HTML code I used to create the …
How to create a Sphere using three.js? - Stack Overflow
Aug 7, 2022 · You'll need to complete a few actions and gain 15 reputation points before being able to upvote. Upvoting indicates when questions and answers are useful. What's reputation …
How to rotate a 3D object on axis three.js? - Stack Overflow
Jun 16, 2012 · I have a great problem about the rotation in three.js I want to rotate my 3D cube in one of my game. //init geometry = new THREE.CubeGeometry grid, grid, grid material = new …
Changing three.js background to transparent or other color
Changing three.js background to transparent or other color Asked 12 years, 6 months ago Modified 11 months ago Viewed 222k times
javascript - Three.js - Orthographic camera - Stack Overflow
It is unfortunate that many of the three.js examples pass window.innerWidth and window.innerHeight as args to this constructor. Doing so only makes sense if the orthographic …
Trying to load an object with OBJLoader locally | Three.js
Jan 13, 2021 · I am testing how three.js works with 3d objects in a web page with a .obj file, I am using OBJLoader to load my obj file into the HTML view. I however cannot seem to get …
How do I load GLTFLoader from a cdn THREE.js - Stack Overflow
Oct 18, 2020 · I'm having some issues figuring out how to get GLTFLoader to work in THREE.js. I don't understand how to use a cdn site to host the file. I have tried using links from examples …