-
https://webpack.js.org/
https://webpack.js.org/guides/typescript/
-
Hello,
I am trying to load vtk files in three.js using the VTKLoader. The vtk files are produced by paraview. However, the loader fails silently and no vtk data is shown on the browser.
Any sugges…
-
In my case i have a sort of 3d models gallery with many canvases so I eventually reach the
`WARNING: Too many active WebGL contexts. Oldest context will be lost.` and the later `THREE.WebGLRenderer:…
-
##### Description of the problem
demo url: https://threejs.org/examples/#canvas_geometry_panorama_fisheye
```javascript
var materials = [
loadTexture(require('./img/px.jpg')), // right…
-
##### Description of the problem
I downloaded a 3D model from Sketchfab in glTF format and I would like to display it using threejs. I have used the gltf loader code sample from the demo but the mo…
-
This example contains a mesh, and that mesh is instantiated multiple times in the scene. Different instantiations assign a different skeleton/bones, so it should be treated as multiple SkinnedMesh ins…
-
I'm a university teacher teaching Crystallography. I have built a lot of crystal models in .wrl format exported from WinXmorph and Krystalshaper, two software of crystal morphology drawing. These file…
-
* [x] https://threejs.org/examples/webgl_loader_obj2_meshspray.html
* [ ] https://threejs.org/examples/webgl_loader_vtk.html
* [x] https://threejs.org/examples/webgl_buffergeometry_constructed_from_…
-
##### Description of the problem
I'm getting the following error:
`
"[Exception... "Out of Memory" nsresult: "0x8007000e (NS_ERROR_OUT_OF_MEMORY)" location: "JS frame :: webpack-internal:///./sr…
-
There are some old compilations of Three.js from a definitely typed type definitions, but three now has its own type definitions. I tried to compile these but immediately hit an error:
```
Transpili…