I am wanting to display underground infrastructure using FME AR, but have been unable to have the app display an object below the horizontal plane.
The model will always end up placed ON the plane, with the feature in the model with the lowest Z coordinate determining the vertical position of the rest of the features. This question was asked 2 years ago, but there was no good answer. Manually offsetting an object in the model downwards causes it to display at ground level, which offsets everything else upwards by the same amount.
I know displaying things below ground is possible (on iOS), thanks to Dmitri Bagh's tutorial and workspace here for creating virtual holes: https://www.linkedin.com/pulse/augmented-holes-how-see-under-ground-dmitri-bagh/
(He links the workspace template for download in the youtube comments)
I am using the current Android app, and I suspect that is the issue.
I used Dmitri's workspace manhole example, reproduced the .fmear model, and when viewed in the FME AR app, it places the base of the manhole at ground level, instead of placing the asphalt layer at ground level as it does in Dmitri's video.
I am using FME 2021.1.3, also tried using the new FME AR writer with various options (outputting as glTF, full scale etc), with no change to the result. Adjusting, rescaling the model in app only does it relative to the plane. Adding an anchor feature does not change the result either.
Inspecting the data I can see the manhole model has coordinates (0,0,0) at the top, and (0,0,-3) at the base, so it's not a data issue either.
Has anyone had success with the Android FME AR app in displaying objects below the horizontal plane? With the PipeReplacer transformer enabling rapid generation of 3D pipe geometries, I'm hoping to finally display them in their actual locations in AR.