adizanni / floor3d-card

Your Home Digital Twin: aka floor3d-card. Visualize Home Assistant state and perform actions using objects in a 3D home model based on Three.js.
https://github.com/adizanni/floor3d-card
MIT License
461 stars 66 forks source link

Hide the floors button? #120

Closed Newlance closed 2 years ago

Newlance commented 2 years ago

I would like to create a "fake" room underneath each floor so that I can have stairs leading to the floor below. Is there a way to hide the "change floors" buttons?

I decided to break each floor up into its own OBJ file to boost performance; however I'm encountering issues because SweetHome3D doesn't allow downward leading stairs without a lower floor beneath it.

image image

adizanni commented 2 years ago

It is not yet possible, but I may think about hiding the controls or hiding one specific floor

Newlance commented 2 years ago

Thanks. I'm looking into this too. Not making a whole lot of progress, it's still a lot over my head, but just wanted to let you know that I'm starting to familiarize myself with the code so I might be able to contribute...

Newlance commented 2 years ago

Created PR for this item https://github.com/adizanni/floor3d-card/pull/121

Newlance commented 2 years ago

Closing with merge!

adizanni commented 2 years ago

Thanks for this too....