-
Hey @MangelMaxime, thanks again for your effort to showcase this approach to create high-quality multilanguage projects.
We applied the rules shown here in our [ARCtrl](https://github.com/nfdi4plan…
-
## Environment
### Code
Added `midObj` to set the offset.
```html
three-vrm example
body {
margin: 0;
}
canvas {
display: block;
}
…
-
I've generated some tiles from a DEM (Erdas Imagine format) using the [`ctb-tile`](https://github.com/geo-data/cesium-terrain-builder) tool under Ubuntu 18.04.
I want now to visualize the generated…
-
new webpack.WatchIgnorePlugin([ /\.js$/, /\.d\.ts$/ ]),
Solve the cycle
but,Code compilation cannot be passed.
in ./node_modules/three-es6-plugin/es6/OrbitControls.js
"export 'OrbitControls' (imp…
-
Heya, first of all thanks a lot for this awesome library.
I am trying to implement it in my vite project, and I am getting this error: Uncaught ReferenceError: Module is not defined
Any ideas?
…
-
With the latest versions:
three-bmfont-text v3.0.1
three v0.120.1
MSDFShader doesn't work
![image](https://user-images.githubusercontent.com/1902219/93358790-95a35880-f84a-11ea-910f-eede0ab8…
-
Hello
I have 2 STL models imported via this code (simplified):
```javascript
var A, B;
var loader = new THREE.STLLoader();
// Load Object A
loader.load( './stl/A.stl', function ( geome…
-
- `nvim --version`: 0.4.3
- Operating system/version: Ubuntu 20.04
- Terminal name: Konsole
I've just made [this question](https://stackoverflow.com/q/68093410/14739472) on stackoverflow about ho…
-
I tried the various downloads for this [model](https://market.pmnd.rs/model/heart) , Three.js works fine but the React-three-fiber starter projects renders black without model and gives me an console …
-
Your lib is fantastic and really powerful.
We are loading ES6 directly into modern browsers for optimized loading with Import promise etc.
Noticing that three.interaction causes error when used …