Tag

geographic coordinates

0 views collected around this technical thread.

360 Tech Engineering
360 Tech Engineering
Sep 23, 2019 · Frontend Development

Converting Geographic Coordinates to 3D Positions in three.js

This article explains how to transform latitude‑longitude geographic coordinates into three‑dimensional spherical coordinates for a three.js globe, covering both manual trigonometric calculations and the library's built‑in THREE.Spherical and THREE.Vector3 utilities with code examples.

Coordinate ConversionJavaScriptThree.js
0 likes · 5 min read
Converting Geographic Coordinates to 3D Positions in three.js