Danilo Salvati

Results 14 comments of Danilo Salvati

I am not sure I have understood the question correctly... However you can find the code for the image element inside [https://github.com/cvdlab/react-planner/blob/master/demo/src/catalog/items/image/planner-element.jsx](https://github.com/cvdlab/react-planner/blob/master/demo/src/catalog/items/image/planner-element.jsx) and [https://github.com/cvdlab/react-planner/blob/master/demo/src/catalog/items/image/imageful.jsx](https://github.com/cvdlab/react-planner/blob/master/demo/src/catalog/items/image/imageful.jsx)

Hi @aw-devel, As in previous versions, 3D scene is centered at the center of the drawing. However if the drawing has issues (for example a 0-length wall) the centering algorithm...

Hi @AnthonyBASTIDE, what you have noticed is essentially correct, as we do not consider the "interior walls". We have discussed some solutions for this issue and we will try to...

Hi @aw-devel, objects used in the github demo are only samples of what you can do with react-planner :smile: If you want to customize models you just have to add...

Actually is not possible... we will add this functionality with one of the next releases

This is an old problem we had with the svg representation used for the floorplans. In fact, as stated by svg specification, the render order is only influenced by the...

Hi @JaccoGoris. I think #55 regarded the *save project button* and so it was not related to the 3D scene. Exporting 3D scene is a bit messy as the scene...

P.s. I would like a PR :wink: as I do not have much time to dedicate on it

I will have a look on it soon

Sorry for the late response but I was very busy in these days... I am not fully convinced by your pull requests, so I will try to accomplish same results...