Tag

spherical coordinates

0 views collected around this technical thread.

Kuaishou Audio & Video Technology
Kuaishou Audio & Video Technology
May 27, 2021 · Fundamentals

How Kuaishou Built Its Immersive Panorama Video Engine: From Sphere Modeling to Projection Rendering

This article explains how Kuaishou's audio‑video team implemented panorama video technology in 2020, covering its historical background, user impact, data analysis of a viral video, and the technical pipeline that creates a spherical model, projects it, and renders immersive 360° playback on mobile devices.

3D renderingVRmobile graphics
0 likes · 12 min read
How Kuaishou Built Its Immersive Panorama Video Engine: From Sphere Modeling to Projection Rendering
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 ConversionThree.jsWebGL
0 likes · 5 min read
Converting Geographic Coordinates to 3D Positions in three.js