-
**Caveat**: the ideas presented here are fairly wild / brainstormy and I don't expect them to be accepted or implemented - but I do want to write them down here because they may inspire discussion.
…
-
Hi @takahirox ! So I'm trying to load a 3d model & mtl file located inside of a zip file. The zip loading works fine. but when I do this
```javascript
var manager = new THREE.LoadingManager ( );
…
-
Because of how THREE.js does SSAO, we sometimes get artifacts where the depth is wrong on transparent materials.
If you think about it for a sec, this is actually most likely because of how THREE.js …
avaer updated
2 years ago
-
### Description
This is part of error stacks
```txt
Uncaught (in promise) RangeError: Invalid array length
at getMinMax (GLTFExporter.js:248:8)
at GLTFWriter.processAccessor (GLTFExport…
-
The idea is to change the internal processing in simshady. It should be possible to return shaded scenes from single sky segments.
# What do I mean by that
* sky segment is one direction of incomin…
-
In order to install the plugin manually, you have to download the three files individually, then create a folder and rename it with the plugin id and put these files in it.
I know these files are n…
1ku1 updated
2 months ago
-
## Description
window.addEventListener('click', function (event) {
// console.log("click---- " + event);
// var intersects = getIntersects(event.layerX, event.layerY);…
magix updated
2 years ago
-
**Describe The Bug:**
If delete city from the list. The city still show on the HomeBridge and HomeKit app
**To Reproduce:**
Add more then one city to list (on my example it were three). After …
-
Currently browsers can't resolve third party modules, so if we include a `ecsy-three` bundle in your webapp:
```js
// your-app.html
import Sky from 'https://unpkg.com/ecsy-three'
```
You will g…
-
I get this warning:
```
WebGL warning: drawElementsInstanced: type: Invalid enum value 0 (Did you typo `gl.SOMETHINGG` and pass `undefined`?)
```
Things otherwise work well. However this warnin…