1. A concise explanation of the problem you're experiencing.
----------My process workflow----------
1. Photogrammetry (Photoscan,GCP Proccessed)
2. Export obj (Photoscan,Local Coordinate)
3. Convert to b3dm (obj23dtiles command line tools, --tileset option)
4. move b3dm, tileset.json files to one directory(in my case ‘http://localhost:8080/Apps/SampleData/models/test2/’
5. Test in Sandcastle, I could see my model, but location was wrong.
My model's right location is Korea, but it showing in USA.
I wanna move my model to right position(Korea)
2. A minimal code example. If you've found a bug, this helps us reproduce and repair it.
-------------javascript code------------
var viewer = new Cesium.Viewer('cesiumContainer');
var tileset = new Cesium.Cesium3DTileset({
url: ‘http://localhost:8080/Apps/SampleData/models/test2/’
});
viewer.scene.primitives.add(tileset);
viewer.zoomTo(tileset);
---------------tileset.json-------------
{
"asset": {
"version": "0.0",
"tilesetVersion": "1.0.0-obj23dtiles",
"gltfUpAxis": "Z"
},
"geometricError": 200,
"root": {
"transform": [
0.9686356343768793,
0.24848542777253738,
0,
0,
-0.15986461316605738,
0.6231776341036305,
0.7655670720519978,
0,
0.1902322613874096,
-0.7415555464951368,
0.6433560897277117,
0,
1215022.9309072953,
-4736352.219974792,
4081639.203163236,
1
],
"boundingVolume": {
"region": [
-1.3197046886133135,
0.6988739942707489,
-1.3197020262666388,
0.6988744679437489,
0,
10.101737976074219
]
},
"geometricError": 0,
"refine": "ADD",
"content": {
"url": "objlocal.b3dm"
}
}
}
3. Context. Why do you need to do this? We might know a better way to accomplish your goal.
I wanna move my model to korea from wrong position.
Right position of My model is logitude, latitude (129.191971, 35.173105) by degree
logitude, latitude(2.254825261091031, 0.6138864903996801) by radian
How can i move my model to this coordinate ??
What i have to modify ??
4. The Cesium version you're using, your operating system and browser.
cesium version : Lastest Version(Maybe 1.43)
System : Win 10 64bit, 16gb ram, gtx970, i7-4790
Browser : Chrome, Firefox