opensourceBIM / bimvie.ws

Javascript client for Building Information Modelling, using open standards like IFC, BCF and BIMSie. Using Bootstrap, BIM Surfer, etc..
GNU Affero General Public License v3.0
170 stars 85 forks source link

selecting objects which geometryNode._core.arrays.colors.length exceeds 65556 #130

Open ManishSahijwani opened 5 years ago

ManishSahijwani commented 5 years ago

Hello,

I am visualizing files ifc with bimvie.ws and I found problems when selecting objects in which geometryNode._core.arrays.colors.length exceeds 65556, in this case it is not well marked the whole object and not just deselected . There is some way for the geometryNode to be 32 bits and not 16 bits. I think bimsurfer3 would not have this problem but I think bimvie.ws uses bimsurfer v1 vd?

Thank you.