CleanJK / cleanjk

GNU General Public License v2.0
7 stars 3 forks source link

deferred asset loading #38

Open Razish opened 4 years ago

Razish commented 4 years ago

registering an asset should immediately return a { renderContextID, assetID } pair for a discrete key (e.g. image path). the real content will be queued for loading in a background thread. minimal information will be read immediately (maybe a manifest file). when the handle is told to render, use progressively-loaded resources (e.g. load flat-shaded LOD 0 first).