-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Showing lines on the edges #13
Comments
Rendering lines at crease edges is normally done by the viewer. |
Thanks for quick response. We convert IFC to GLB on our backend using this converter and the converted GLB file is then rendered on mobile (Filament for Android, SceneKit for iOS). These lines on the edges help our customers since a lot of the work we’re focusing on is specific to the individual objects of the model. |
Ok. If you prefer to compute those edges not in the viewer, but server side, we can integrate that as an option in the ifc2gltf converter. |
Just a note that Then the xeokit The algorithm that All our XKT models have such edges, and the So the But the Viewer will also calculate the edges itself, when we load GLB/glTF directy into the Viewer, and when we programmatically create scene objects in the Viewer ourselves using the JavaScript API. |
Is there a command line option currently (or in the roadmap) to show lines (like wireframe) on the edges of a geometry when converting from
IFC
toGLB
format. Something like this - in the below image (rendered using HOOPS visualize viewer) there are lines on the edges,The text was updated successfully, but these errors were encountered: