-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Labels
Description
Hi,
I'm converting a ifc 4 model (AC-20-Smiley-West-10-Bldg.ifc from this repository) to glTF using this code:
var newModel = IFCModelExtensions.FromIFC("AC-20-Smiley-West-10-Bldg.ifc");
newModel.ToGlTF("test.glb");
I'm using 0.8.0-alpha.9 of Hypar.Elements.Serialization.IFC.
In the result it looks like there are missing colors and geometries. Is there something possible to improve the output?
Ifc model:
glTF:

