XRTK / com.xrtk.gltf

A version of the Khronos Unity glTF project tuned for use by the XRTK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Streaming support to the glTF library

SimonDarksideJ opened this issue · comments

XRTK - Mixed Reality Toolkit Feature Request

Is your feature request related to a problem? Please describe

The glTF library currently supports downloading of glTF objects and assets for rendering.

It would be better if the library also supported streaming and mipmapping.

TODO:

  • Add Streaming Support
  • Add MipMap models support (multiple model variants)