expenses / mateversum

Mateversum is a peer-to-peer WebXR metaverse project. Binary: https://github.com/expenses/mateversum-web
https://expenses.github.io/mateversum-web
MIT License
24 stars 1 forks source link

Volumetric Video #33

Open expenses opened 2 years ago

expenses commented 2 years ago

I want to look into implementing the XRFoundation's volumetric video codec for Mateversum: https://github.com/XRFoundation/Universal-Volumetric The have demo files here: https://github.com/XRFoundation/UniversalVolumetric-Demo

Parsing the json manifest and loading the geometry into buffers seems easy enough. The harder part is handling the video texture. I made some rough changes to wgpu to allow for external textures a while ago, so I'd need to dig those out.