Cone rotation around apex with Cesium.js
问题 I am trying to rotate a cone from its apex, rather than its centre, so that the apex remains in the same position. I've found the example below from the following link: https://groups.google.com/forum/#!topic/cesium-dev/f9ZiSWPMgus But it only shows how to rotate the cone by 90 degrees, if you choose a different value for roll, like 45 or 30 degrees, it gets skewed, and the apex ends up in the wrong place. I know its something to do with the offset, but can't make any progress from there. Is