Hi!
I would like to inquire about progress in 3d models integration to Cesium.
Now I am trying to render simple textured 3d model, but all what I got is unshaded polygonal mesh of the specified color.
May be you could give some code samples or hints of how textured 3d model can be rendered with the latest Cezium version. I have been browsing reference documentation and source code but still have no clue.
The first idea that came to my head was looking for some hook in the Cesium where pure webgl rendering is possible with access to some current cesium states (like matricies).
Have you considered the possibility of some third party webgl engines (like three.js) integration to cesium?
Many thanks in advance!