Skip to content

Commit

Permalink
Remove entity debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysurac committed Apr 16, 2018
1 parent 3d39a1f commit a5e6e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/map-aircraft.3d.js.php
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ function displayData(data) {

var orientation = new Cesium.VelocityOrientationProperty(entity.position)
entity.orientation = orientation;
console.log(entity);
//console.log(entity);
//var hpRoll = new Cesium.HeadingPitchRoll();
//entity.modelMatrix = Cesium.Transforms.aircraftHeadingPitchRollToFixedFrame(entity.position,hpRoll);
}
Expand Down

0 comments on commit a5e6e04

Please sign in to comment.