Three.js
Three.js is a cross-browser JavaScript library and Application Programming Interface (API) used to create and display animated 3D computer graphics in a web browser.
Here are 4,735 public repositories matching this topic...
-
Updated
May 31, 2022 - JavaScript
Could you provide a working sandbox for this project on sandbox.io as an example for integration?
-
Updated
Nov 9, 2021 - JavaScript
-
Updated
May 7, 2022 - JavaScript
-
Updated
Apr 28, 2022 - JavaScript
Use this template instead https://codesandbox.io/s/r3f-template-jrl1f
-
Updated
Apr 11, 2022 - HTML
-
Updated
Feb 28, 2022 - JavaScript
-
Updated
May 2, 2022 - JavaScript
-
Updated
May 28, 2022 - Vue
I don't think this is a duplicate ticket, even though it's quite an obvious feature after that cat demo at SciPy2018.
The code that selects and renders the different geos is here in the THREE.js code
https://github.com/maartenbreddels/ipyvolume/blob/master/js/src/scatter.js#L57
I don't know quite where/how to inject the mesh definition compatible with the data file of this form, but i
Description
glTF content from Sketchfab can memory leak
scene.gltf
file content is loaded as blob tofileMap["scene.gltf ]
- [
fileMap["scene.gltf"]
has a new value](https://github.com/mozilla/hubs/blob/01d8e31dbdf1f300174f0fdc17dc9d5cb4f73580/src/workers/sketc
-
Updated
Feb 18, 2021 - JavaScript
-
Updated
May 29, 2022 - JavaScript
-
Updated
Oct 29, 2017
-
Updated
May 16, 2022 - JavaScript
-
Updated
May 26, 2022 - JavaScript
-
Updated
May 31, 2022 - JavaScript
-
Updated
Jun 1, 2022 - TypeScript
-
Updated
Jun 1, 2022 - TypeScript
Created by Ricardo Cabello
Released April 24, 2010
Latest release 6 days ago
- Repository
- mrdoob/three.js
- Website
- threejs.org
- Wikipedia
- Wikipedia
Found a small error in the Real World Use Cases of the v8 Migration Guide
The example code describing that array's must be explicit is missing the .map() closing bracket.
What it is now: