aalavandhaann / blueprint-js

The Javascript es6 version of the original furnishup/blueprint3d. Need some royalty free low poly models for the inventory. Can someone help me with this?
MIT License
504 stars 158 forks source link

export plan feature request #6

Closed robbisy closed 5 years ago

robbisy commented 5 years ago

Is your feature request related to a problem? Please describe.

I would like to have my floor plan on my website

Describe the solution you'd like

I would like to create my floorplan with blueprint-js and then export it on my website

Describe alternatives you've considered

Maybe the possibility to export a pdf file of the floorplan created

aalavandhaann commented 5 years ago

Have you cloned this repository on your web host? Did you setup the roll-up to compile js?

robbisy commented 5 years ago

No I didn't when I say I would like to have my floor plan on my website I mean just the 3d canvas. The idea is to build the house plan on https://aalavandhaann.github.io/blueprint-js/build/ and then to export the 3d model on my website I don't know if It's possible Do you think it is ?

aalavandhaann commented 5 years ago

Helo robbisy,

Did you check the vr demo? It uses the idea of exporting the 3d scene to a "GLTF" model and then using it inside a-frame for vr demo. To export your floorplan as a 3d model click the button as shown in the screenshot. These buttons can be found on the top-left. Once exported as a GLTF you can import it inside threejs of your own implementation or inside Blender. selection_116

Check the folder vrdemo in which all the gltf files you find are the ones exported from the floorplan.

Let me know if you still have any problems I will be more than glad to be of help.

Regards,

0K