-
OpenSim Geometry Proposal
To help address issues with Geometry representation in OpenSim brought up by previous proposals, and the current deficiencies in representing Geometry, here's a new proposal…
-
It looks like it assumes "o name" format, but this particular obj file from wavefront does not have them. Its structure looks like this:
```
# 3ds Max Wavefront OBJ Exporter v0.97b - (c)2007 guruware…
-
There are certain features in the buildings layer that can span multiple tiles at high zooms, which is problematic for rendering. Eg the [highline in nyc](https://www.openstreetmap.org/way/37054313)
…
-
Hi, perhaps someone had the same problem with exporting a model with 2 animations from Blender.
I have read that:
UPDATE 2: Currently THREE.js exports multiple actions using blender exporter, so this …
-
##### Description of the problem
I'm a little bit confused with the concept of creating a scene graph with three.js, not sure if this should be posted to stack overflow.
`Object3D`
> Base class fo…
-
##### Description of the problem
In the documentation for Skinned Meshes it references "Imaginary functions" which aren't defined anywhere. So copying/pasting the code doesn't work.
- http://threejs.…
-
As we widen the range of landuse sort_key values in in https://github.com/mapzen/vector-datasource/issues/364 and https://github.com/mapzen/vector-datasource/issues/504, we need to offset the roads up…
-
Browsing around Washington DC I'm seeing tons of buildings that don't fill (but do stroke) at mid zooms. Zooming into high (neighborhood) zooms they do fill. And sometimes the interior ring (that shou…
-
Per suggestion in a lengthy Stackoverflow conversation, I am posting this potential issue here.
Basically I am having to rewrite the line "if ( data.initialized === true ) return;" to "if ( data.init…
-
Before the next release of `three` I want to openly discuss the features of the new Blender exporter. Originally this addon was just my side project so I added features that were only supported by an …