Quantcast
Channel: Programming (In-game)
Viewing all articles
Browse latest Browse all 903

Beacon and Antenna GPS

$
0
0
I think I may have found a way for drones to extract Vector3D info and create waypoints from Broadcasts (like Beacons and Antennas)

Each Beacon and RadioAntenna block creates a MyRadioBroadcaster object, which is an extension of MyDataBroadcaster class.

We can get a List of all broadcasters in a certain radius by using the public static MyRadioBroadcasters.GetAllBroadcastersInSphere(new BoundingSphere(Entity.PositionComp.GetPosition(), 0.5f), out list)

The MyDataBroadcaster class has a...

Beacon and Antenna GPS

Viewing all articles
Browse latest Browse all 903

Trending Articles