-
Notifications
You must be signed in to change notification settings - Fork 19
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
Debug option raise exception #16
Comments
Hello, @picaosgeo I have checked the file you provided and the data is confirmed to be IFC4. We are converting the IFC data using the assimp porting library, but the assimp library only supports IFC2x3 yet. Additionally, we are trying to find a way to support IFC4 conversion. Thank you. |
Hello, @znkim znkim Thank you for your quick response. I understood that the IFC4 format is not yet supported. By the way, the zip file in the attached URL also contains FBX files. The command parameters were as follows.
Do you have any insight into the FBX conversion? |
Hello @picaosgeo, We recently managed to open the FBX file you provided. We have seen that it is a huge building with detailed terrain around it. Now we have started debugging to optimize the resources in order to convert this large FBX file. We believe that we will have results soon. Thank you for testing the 'Mago3D Tiler'. |
Hello @picaosgeo, Finally, we have managed to convert the FBX file to 3dTiles. However, there are several issues. The most notable one is that the vertices have global positions instead of local positions. Having global positions implies a loss of precision. Example of a vertex position from the FBX file: It can be seen in the captured images that small objects such as chairs, hangers, or the wheels of the chairs do not maintain their geometry intact and are deformed. On the other hand, the file you provided is very large and generates a GLB file of about 500MB, which is too much for data traffic from a server. Even so, the FBX file you provided can be converted on computers with a lot of memory. Thank you for all and see you soon. Additionally, note that the same thing happens when opening the file with Blender. |
Hello,
I tried to convert an ifc file using mago-3d-tiler, but the tiles were not outputting, so I used the debug option.
However, when I run the program, I get the following exception error.
The error seems to be about aiScene, but the error did not occur in the glb file conversion.
Ifc,fbx,shp will result in an exception error.
Test data can be downloaded from the following URL:
https://drive.google.com/file/d/1IzBTdZlaJs7V3U8JVXjBpEBOdklOKgVy/view?usp=sharing
The text was updated successfully, but these errors were encountered: