-
Notifications
You must be signed in to change notification settings - Fork 204
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
IFC not rendering correctly #27
Comments
Just implemented the missing component, result can be tested here: https://tomvandig.github.io/web-ifc/examples/viewer/index.html To make the model visible, I also had to solve a coordination issue, so models are now default coordinated on the first element found. This will have to change in the future. Your second model is actually rendering "correctly", however the default number of segments in a circle is currently set to 5, which I admit is a bit of a loose definition of circle. Updated it to 12. Will make this option configurable in the future. |
@tomvandig Awesome work. 👍 🥇
About the coordinates, dont think about it, I did a update to viewer repo that will focus model but its not set a default behavior behavior atm. Update: Really cool you added focus part to test part, easier for me to do a quick test to see what part to extract next 👍 Closing this issue. |
I can send sample files on discord in a PM
With web-ifc I get this:
![image](https://user-images.githubusercontent.com/2901416/117673617-3a442300-b1ab-11eb-872d-bc38933d4948.png)
1
2 (overlook the red color)
![image](https://user-images.githubusercontent.com/2901416/117674854-53999f00-b1ac-11eb-89dd-b5a5e78d536f.png)
In blender:
![image](https://user-images.githubusercontent.com/2901416/117673202-dcafd680-b1aa-11eb-87c3-df9b5ffc345b.png)
![image](https://user-images.githubusercontent.com/2901416/117674723-349b0d00-b1ac-11eb-8487-c78fc84bc26f.png)
1
2
The text was updated successfully, but these errors were encountered: