Can Cesium Draw realsize dynamic object little harder box or cylinder?

Hello, I need help.
In my project need recreate not hard (for similar 2d analog) features.
But I not see good options in Cesium from box.
So - task:
Need draw simply realsize form gabarite (exact - not approximate) from server JSON data - as sample - width & length ship.
Ofcources - I can draw box - positions & heading rotate good work - BUT need more difficult form - not simply box form. Also I can draw GroundPrimitive - BUT he not supported rotation for geometry, only texture rotation (sRotation).
Previous Solve = I use several simple 3d model from glb фы intermediate and rounded option. As sample:
A < 50 meters
50 < B < 100
100 < C < 200
D > 200
But now need draw accurate size form. As sample:
110meters must different wit 124m & etc
Any solve can be usefull. Thanks

@dihand

I have done various CesiumJS projects where accurately sized entities were necessary. For these projects, I often imported the symbols that I needed from another JavaScript API. So for military symbology (MIL-STD-2525), I used the following API.

Have you been able to find an API with the symbols that you require?

If you are planning on adding the symbols as entities, can you please share some more details on how you are achieving this? Finally, it is still unclear to me why using differently sized simple 3D models will not work here - how are you implementing this? I am looking forward to learning more!

-Sam

@sam.rothstein . Thanks - we used similar flow for solve this problem. Its work.

1 Like

@dihand

Great! I am happy that I was able to help you resolve your question :grinning: :rocket:

-Sam