Questions tagged [3d.io]
38 questions
6
votes
2 answers
Getting the bounding box or centers of models
I was wondering if there was a way to obtain the bounding box for the models that are inserted via 3dio.js, or otherwise calculate their center points? I'm looking to center them on the origin.
The images below show two models relative to the scene…

Neil Docherty
- 555
- 4
- 20
5
votes
1 answer
How to get the storage key from my 3D floorplan scene id?
I upload my 2D flow plan and receive the 3D floor plan mail. I can get the scene id from 3d floor plan url, but I can not use it to my aframe scene since agrane need storage key to load the scene. I can paste the scene id to app creator to get the…

Szu Wei Chen
- 103
- 5
5
votes
1 answer
How to get furniture models from 3d.io into ARKit
I'm displaying furniture from furniture.3d.io in my AR app, which works well in a web view using Google's WebARonARKit and aframe. However the tracking and lighting seems to be better when using ARKit natively.
ARKit requires models to be either…

Benjamin
- 455
- 4
- 7
4
votes
2 answers
Cannot read property 'call' of undefined
Calling IO3D.services results in:
Uncaught (in promise) TypeError: Cannot read property 'call' of undefined
version:
https://3d.io 1.0.0-beta.22 (@master #274adf0 2017/08/02 10:16)
What i tried:
IO3D.services.call('Model.search', {
arguments: {
…

meme
- 83
- 5
3
votes
1 answer
Archilogic material preset choices in 3d.io viewer
I would like to create a web app that lets the user choose between different presets for floors and walls in an archilogic 3D…

menisy
- 83
- 1
- 5
3
votes
1 answer
Getting the storageId from Url
Does someone know from a 3d model how to get the storageID? There seems to be a method like this, but it keeps telling me invalid url. thanks…

Alejandro Gurovich
- 33
- 2
3
votes
1 answer
3d.io api at React project
Does 3d.io support React components at future ? Now, I need to find dom element utilized "ref" from component to retrieve io3d objects.
render () {
// this.props.elements is the state from getAframeElements
if (this.props.sceneId !==…

Felix Chang
- 209
- 1
- 5
3
votes
2 answers
Waypoints animation issue at 3d.io
The camera animation always starts from the initial camera pose.
We do not want this behaviour.
You can check this issue with:
https://app.3d.io/default_setup.
This code worked before. We didn't change anything.

Felix Chang
- 209
- 1
- 5
3
votes
2 answers
Aframe, 3dio scene: orientation changes
I used to upload a 3dio scene into a-frame via the bakedModelUrl
which is described here:…

Anathapindika
- 141
- 1
- 10
3
votes
1 answer
How can I get the .data3d.buffer from my uploaded 3d model through storage API
I can upload my 3d model through storage api. But I can not get the .data3d.buffer from storage api. I found the .data3d.buffer is necessary for aframe to load the 3d model. How can I get the .data3d.buffer through storage api??

Szu Wei Chen
- 103
- 5
3
votes
1 answer
Can I run a 3d.io scene locally (without network connection)?
I would love to create a 3d.io aframe scene that loads an apartment including 3d.io furniture without the need for a network connection. How can I do that?

Dominique Burgauer
- 31
- 3
2
votes
1 answer
Camera tour points refresh in 3d.io
I made sortable menu of camera tour points (only jquery)
2
votes
1 answer
ReferenceError: io3d is not defined at react npm project
I tried to load scene data into aframe, then below error was showed up
3dio.js:13140 Uncaught (in promise) ReferenceError: io3d is not defined
at NewComponent.update (3dio.js:13140)
at NewComponent.updateProperties…

Felix Chang
- 209
- 1
- 5
2
votes
1 answer
Waypoints position and rotation are empty from the scene api
io3d.scene.getAframeElements api returns the waypoints
The position and rotation are empty. How can I get…

Felix Chang
- 209
- 1
- 5
2
votes
1 answer
scene api - getAframeElements
I have use floorplan conversion api to convert my 2d floorplan to 3d and get the sceneId back 71c8eef9-b44e-447f-a0d2-fd299318da56.
I want to convert it to afame component inside my aframe application.So I use getAframeElements and get two entity…

KevinHu
- 991
- 3
- 10
- 20