Results 2 comments of GongShu

Tnank you for answering my question.I had try to use runtime.orientToGeocoord(),but it dosen't work. Am I using it wrong?There is my code: ``` async function loadTileset() { const result =...

Do you mean like this? ``` const { model, runtime } = result; model.rotation.set(-Math.PI / 2, 0, Math.PI / 2); runtime.orientToGeocoord({ height: 0, lat: 29.3637161, long: 106.53427913 }) tilesRuntime.value =...