cesium load gltf, not in the right position
I'm trying to load a model of house, by cesium. I have already set the position of the model by specified the matrix of the model, but the model is not in the position where I put it. I found the model origin is not in or near the model itself .
Someone suggested, modifying the gltf
file, to make sure the origin is near or in the center of model should work, but how can this be done through programming? I don't want to edit thousand gltf
models.