OmarShehata / webgl-outlines

Implementation of a post process outline shader in ThreeJS & PlayCanvas.
MIT License
376 stars 41 forks source link

ifc to gltf missing wall drawing outlines #20

Open christiandimitri opened 3 months ago

christiandimitri commented 3 months ago

Great work here! I converted an ifc model into a gltf, drag and drop to this source code and got a missing wall! Original model: image Outlined Model: image

OmarShehata commented 3 months ago

@christiandimitri it sounds like maybe the implementation here may help your case? https://github.com/OmarShehata/webgl-outlines/issues/16#issuecomment-2172866598

feel free to update this ticket as you work on it/I can try to help along the way too

christiandimitri commented 3 months ago

@christiandimitri it sounds like maybe the implementation here may help your case? #16 (comment)

feel free to update this ticket as you work on it/I can try to help along the way too

I will definitely work on it and update this ticket accordingly