-
I am working on a project were I have examples of real time deformations with ThreeJS. I am creating objects in Blender and export them with the glTF-Exporter to glTF and then import them into ThreeJS…
-
## Current Behavior
1. Import a binary .PCD-File (e.g. https://github.com/rollup/three-jsnext/blob/master/examples/models/pcd/Zaghetto.pcd) in CloudCompare
2. Save/Export it "File" -> "Save" -> ".p…
-
The `animation.js` helper has this for the constructor:
```
constructor(obj, clip) {
// Object with animations
this.obj = obj;
// Initialize animation mixer
this.mixer = new …
-
Favicons are currently limited to 2 dimensional images.
Create a specification that allows the display of 3D content.
This feature will build upon the existing infrastructure and must not introduc…
-
##### Description of the problem
Here is a reproducible example, I have in my js file just the THREE import and after that the CanvasRenderer code as taken from [here](https://github.com/mrdoob/thre…
-
I'm currently having issues getting the GLTF loader to work properly in my my react app with plain threejs. Here are a few code snippets that should help. I've used every permutation I can think of…
-
Hello,
I'm using the draco encoder to convert 5 `.obj` models to `.drc`. All 5 obj models have the same vertex count. When I load the models via the threejs draco loader I've noticed the vertex cou…
-
## Describe the bug
Recently, i upgraded my PC with a new GPU Radeon VEGA 56. With this new GPU, i started to [experience some troubles](https://forum.gdevelop-app.com/t/looking-for-amd-vega-56-or-64…
-
Hi,
First, great seed and job.
Second, I'm trying to load a SVG image as texture but I'm getting this error.
![screenshot 2018-10-25 at 10 19 01](https://user-images.githubusercontent.com/40356…
-
How does the mtl loader work, does it load all the instances of an item at once or individually? I modified the mtl loader and planner element to allow the user to change textures however the textures…