exokitxr / exokit-web

Exokit WebXR engine for the browser
70 stars 18 forks source link

LOD support for xr-iframe #121

Closed avaer closed 5 years ago

avaer commented 5 years ago

lol9

This adds LOD visibility for xr-iframe's extents. It honors the extents and load-distance for xr-iframe at the engine level, and also accounts for layered XROffset transforms:

<xr-iframe position="7 0 7" extents="[0 0 15 15]" load-factor=1 src="app1.html"></xr-iframe>

The default remains visibility for all xr-iframes and the default load-distance is Infinity. load-distance of 0 means exactly the extents bound, while load-distance === 10 means load when <= 10 units away.