Skip to content

Commit 2e779d9

Browse files
committed
Update display for glTF v0.8
1 parent b32a804 commit 2e779d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/CitydbKmlDataSource.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1659,7 +1659,7 @@
16591659
// Cesium already handles versions
16601660

16611661
if (dataSource._gltfVersion == '0.8') {
1662-
heading = Cesium.Math.toRadians(headingValue - 270);
1662+
heading = Cesium.Math.toRadians(headingValue);
16631663
pitch = Cesium.Math.toRadians(180);
16641664
}
16651665
/*

0 commit comments

Comments
 (0)