I have an IFC model, and I use the sample script 'test-2legged' in Scene Preparation (http://forgetoolkit.com/#/scenePrepration) to upload it to Forge. Then I loaded it with AR/VR toolkit (ForgeARKit-update-6-2018.1). However the downloaded model is incomplete (see below pictures). There is no external links in the model.
Please also note that I did some minor modification in 'test-2legged', as the original sample does not work directly with the new beta server 'https://developer-api-beta.autodesk.io' (please refer to another post: Forge ARKit: Cannot load model in Unity).
It seems for some components in the model it is visible but for some others it 's not, one thing I noticed is that some components has non-Unicode(Finnish) value in properties such as Type/Type name, not sure if that is the root-cause.
Can anyone help to check what can be wrong? I can upload the sample model.
Thank you in advance!
For anyone running into a similar issue, there was a problem with how affine transforms from https://developer-api-beta.autodesk.io were being parsed in Unity. If you're seeing similar issues (meshes in the scene having positions/rotations/scales all set to zeros), go to Assets/Forge/CodeBase/InstanceTreeRequest.cs and replace the
"AffineMatrix"
switch case with the following code: