I have created a reality model using contextcapture and uploaded to a webserver. However when I open the model in the AppCCWebViewer2 it defaults to STK World Terrain Mesh and places the model in space. Changing the terrain type to WGS84 brings the model back down to earth but it is still floating hundred+ metres above the ground.
How can I fix this and also set the default terrain display so it is not in space?
Thanks
Bentley uses old Cesium version for Webviewer 2 and also STK terrain is no longer free but as the webviewer is old there is no option to input new access token.
It is floating because WGS84 height is ellipsodial you have to either generate model with WGS84 MSL or adjust height afterwards - communities.bentley.com/.../461649
Thanks Oto.
Forgive me I am very new to Java scripting. Where would I replace the code in the output packages, i.e. which section of which file from the ContextCapture outputs?
You have to modify in generated webviewer app. And it is not Java but javascript.