USNavalResearchLaboratory / simdissdk

SIMDIS SDK
Other
114 stars 39 forks source link

LOS attached with platform #102

Closed raghulsekar closed 7 months ago

raghulsekar commented 7 months ago

Is there any example where the LOS node is attached to a moving 3D model and will the visibility sense if the yaw of the model changes so that the LOS node will obstruct with the model

emminizer commented 7 months ago

You can adapt the RadialLOS example to move based on an input position, or tie it to an entity. It appears to only test against loaded terrain, and not 3-D models in scene.

raghulsekar commented 7 months ago

Alright! Thanks