USNavalResearchLaboratory / simdissdk

SIMDIS SDK
Other
114 stars 39 forks source link

PlatformNode is attached to Mapnode? #103

Closed raghulsekar closed 4 months ago

raghulsekar commented 4 months ago

what is the hierarchy of attaching PlatformNode (the one that contains the icon/model) to the earth node) , i would like to know if the model nodes are getting added to map node or not?

emminizer commented 4 months ago

Please take a look at any of the examples that use Platforms in the data store to see the hierarchy. Models are under platform nodes, which are generally under a group under ScenarioManager, under drapeable scene objects under the sky node. See the following screenshot from an internal tool in the SIMDIS application:

image

raghulsekar commented 4 months ago

Thanks!