Can i draw triangle directly? So that the cesium need not to compute for triangulation。
who has methods to reduce the compution for triangulation?
在 2015年4月21日星期二 UTC+8下午2:53:25,郑华伟写道:
I recommend you using Cesium.Geometry() directly.
在 2015年4月21日星期二 UTC+8下午2:53:25,郑华伟写道:
Thank you very much, i will have a try!谢谢
在 2015年4月22日星期三 UTC+8下午3:30:45,詹昌文写道:
Can you give me some samples about Geometry for Drawing Geometry???
在 2015年4月22日星期三 UTC+8下午3:30:45,詹昌文写道:
Samples are geometries such as PolygonGeometry or RectangleGeometry, etc. You can refer to the source code to write your own geometry.
在 2015年4月23日星期四 UTC+8下午4:59:06,郑华伟写道: