I want to create a glTF/glb mesh georeferenced, these are my parameters into the writer.
Even though, the .prj file has the coordinate system tipe, they don't display the model georeferenced, any suggestion? Thanks in advance
I want to create a glTF/glb mesh georeferenced, these are my parameters into the writer.
Even though, the .prj file has the coordinate system tipe, they don't display the model georeferenced, any suggestion? Thanks in advance
Hi
What application are you using the view the output glTF file in? Does this application support the use of PRJ files to georeference the data?
So a couple of things to note here:
"nodes" : "
{
"matrix" : m 1, 0, 0, 0, 0, 0, -1, 0, 0, 1, 0, 0, 12344325.1234567, 0, -12344325.1234567, 1 ],
"mesh" : 0
}
The next thing to note is related to what
Perhaps you can elaborate on how you are trying to work with georeferenced gltf files?
Hi
What application are you using the view the output glTF file in? Does this application support the use of PRJ files to georeference the data?
Hi
So a couple of things to note here:
"nodes" : "
{
"matrix" : m 1, 0, 0, 0, 0, 0, -1, 0, 0, 1, 0, 0, 12344325.1234567, 0, -12344325.1234567, 1 ],
"mesh" : 0
}
The next thing to note is related to what
Perhaps you can elaborate on how you are trying to work with georeferenced gltf files?
Hi
Hmm, if you're working with cesium ion then depending on the model you should be able to upload a gltf/glb. But in this case if you want cesium to do the tiling then it needs to be in a local coordinate system (not projected).
https://cesium.com/learn/3d-tiling/ion-tile-3d-models/
Depending on the size/extent of the model the georefererencing might not work so well. I'm also not familiar with how their tiling pipeline works