Skip to content

Commit 7e273c9

Browse files
rdhyeeclaude
andauthored
Fix globe rotation direction (west-to-east landmass drift) (#83)
Flip camera rotation sign so landmasses move in the natural west-to-east direction. Re-captured 120-frame animation. Fixes #78 Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1f07c6d commit 7e273c9

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

assets/isamples_globe.webp

-7.02 KB
Loading

tools/capture_globe_rotation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ async def capture_globe(num_frames=120, duration_sec=15, output_path="/tmp/isamp
9393
() => {{
9494
window._viewer.scene.camera.rotate(
9595
Cesium.Cartesian3.UNIT_Z,
96-
-{rotation_per_frame}
96+
{rotation_per_frame}
9797
);
9898
}}
9999
""")

0 commit comments

Comments
 (0)