Releases: enijar/react-xr-ui
Releases · enijar/react-xr-ui
0.0.55
Improves performance by reducing the number of canvas elements created when layers are being used for layout purposes only (i.e. not rendering anything).
0.0.54
Adds onLayout
callback prop to Layer
component.
Fixes React render warning for when the Layer
component is not mounted.
0.0.53
Set premultiplyAlpha
to false
by default.
0.0.52
Add depthTest
to global layer props.
0.0.50
Fixes an issue where images wouldn't render after load when optimizedRendering
was set.
0.0.49
Adds alphaTest
prop to Layer component, with a global setting for the XrUi
component.
0.0.48
Adds depthTest
and depthWrite
props to Layer
component.
0.0.47
Fixes an issue with Layer
component not rendering when optimizedRendering
prop is turned on.
0.0.46
Adds optimizedRendering
prop, disabling 60FPS rendering and only rendering Layer
components once.
Check this link to see it in action or this link to see the example code.