T-PLAY / hub

Central HUB and communication protocol of TPLAY
https://t-play.github.io/hub/
Mozilla Public License 2.0
2 stars 1 forks source link

[data] Change mesh serialization to packed glb data #1

Open hiergaut opened 6 months ago

hiergaut commented 6 months ago

Mesh can be used as metadata of SensorSpec. The deserialization on Hololens 2 is too slow. Big mesh deserialization when debugging is too slow. Big meshes impact the transport of SensorSpec (InputSensor, OutputSensor) through server and all viewers. You may avoid the use of cpp serializer, use glb raw data instead with unpack process when Mesh is used.

hiergaut commented 5 months ago

This will automatically fix issue #11