magic-script-components-react-native
magic-script-components-react-native copied to clipboard
Support clipping rotated nodes on Android
Currently on Android we have implemented only the axis aligned clipping. This means than rotated children of Scroll view (or Prism) are not exactly clipped. We could re-implement the clipping stuff so that it uses planes. However the problem still will be with colliders - they have to be Boxes in ARCore. I think this is not a big priority - we have already well functioning and efficient axis aligned clipping.