Tag

meshopt

0 views collected around this technical thread.

TikTok Frontend Technology Team
TikTok Frontend Technology Team
Apr 2, 2024 · Game Development

Optimizing Game Interaction Scenarios with AnnieX: Engine Preheat, Asset Offline Library, and Resource Compression

This article details the 2024 Douyin Spring Festival game interaction optimizations using the AnnieX cross‑platform container, covering engine preheat, a shared offline asset library, and advanced 3D resource compression techniques such as quantization, sparse accessors, and meshopt, along with performance results and future plans.

3D assetsAnnieXGame Optimization
0 likes · 24 min read
Optimizing Game Interaction Scenarios with AnnieX: Engine Preheat, Asset Offline Library, and Resource Compression
ByteFE
ByteFE
Jul 19, 2023 · Frontend Development

Using WebAssembly for Efficient 3D Model Decoding in Web Applications

This article explains how WebAssembly is used to decode glTF 3D models compressed with Draco and Meshopt algorithms in Porsche's live gift system, detailing the decoding framework, implementation, and performance benefits and user experience.

3D model decodingDracoglTF
0 likes · 18 min read
Using WebAssembly for Efficient 3D Model Decoding in Web Applications