Frederic Schwarz

Results 6 comments of Frederic Schwarz

@Utopiah this is an issue with aframe-ar I'll create an issue there https://github.com/chenzlabs/aframe-ar

blocked by https://github.com/chenzlabs/aframe-ar/issues/9

Thanks for input. Will adapt the demo / example.

@Utopiah the version difference is probably due to the demo referencing a feature branch not master https://github.com/archilogic-com/3dio-js/tree/dynamic-entities/examples-browser/staging/stage-room-ar this version should be the same version as on glitch

3d.io only supports A-frame 0.8 and lower but we're open for pull requests

take a look at `dynamic-entities` branch https://github.com/archilogic-com/3dio-js/tree/dynamic-entities/src/aframe/component/dynamic-entities it has already support for library materials material definition follows implementation for `io3d-furniture` ```html ``` support for custom materials could look like this:...