So you mean that CLAMP_TO_GROUND only works for a local coordinate system and basically removes z value from Cartesian3 point of origin. right?
Because I have my models in global geocentric system, in other words my origin point of the coordinate system is the center of the earth and if I use CLAMP_TO_GROUND my models end up somewhere on the equatorial plane! :))
Yes, from looking at the code it looks like the Model is getting the globe position from the model matrix, so if your model is already in the global coordinate system it won’t work because it will think the position is in the center of the earth.