Introducing GEO_LOD: a vendor extension for per-part LOD switching in glTF

Hi everyone! :waving_hand:

I’ve just opened a PR to add a small Vendor extension called GEO_LOD to the glTF registry:

This lets you tag any grouping node (mesh-free) with [switchIn, switchOut] thresholds by distance or screen coverage, and your loader will only traverse and render the active subtree.

All the details (JSON Schema, README, and two live example models) are bundled in that PR under extensions/2.0/Vendor/GEO_LOD. Any feedback on the schema or spec would be hugely appreciated!

– Andy Bushnell

PS i’m a total newbie to github, so apologies if things are rough around the edges! :slight_smile:

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.