new drone render method
This commit is contained in:
@ -171,7 +171,7 @@ namespace DroneSimulator
|
||||
{
|
||||
foreach (Drone d in Drone.AllDrones)
|
||||
{
|
||||
screen2D.Move(d.ID, d.PosXYZ, d.GetOrientation());
|
||||
screen2D.Move(d.ID, d.PosXYZ, d.GetOrientation(), d.Quat);
|
||||
|
||||
string line = "ID:" + d.ID.ToString() + " Pitch:" + ((int)d.Orientation.X).ToString() + " Roll:" + ((int)d.Orientation.Y).ToString() + " Yaw:" + ((int)d.Orientation.Z).ToString();
|
||||
|
||||
|
Reference in New Issue
Block a user