Skip to content

0.9 - Features, Features, Features

Latest
Compare
Choose a tag to compare
@macrozone macrozone released this 21 Feb 11:33
· 16 commits to master since this release

New Features:

  • we have a new github organisation! https://github.com/react-native-ar
  • NEW ARKIT 1.5 features (needs IOS 11.3 (currently beta)):
    • ios beta add support for image detection, see #155, solves #153
      -ios beta add support for vertical plane detection, solves #139
  • new billboard constraints, e.g. so that objects always face the camera, thx @bnjm , see #158
  • 3d objects can now be nested, in usually useful with <ARKit.Group />. See updated readme for more information
  • add support for AnimatedValues on:
    • position
    • eulerAngles
    • scale
    • opacity
  • new API to check whether ARKit has been initialized. See #152
  • new Material-properties, see the updated readme. (thx @bnjm )

Improvements & Bugfixes

  • <ARKit.Sprite /> has been improved and is now super smooth. It additionaly receives a transition property to make it smoother or faster depending on your needs.
  • When running in simulator, you have now orbit-controls! This also allows you to use storybook to design your 3d components! thx @bnjm see #159
  • No longer asks for camera permission on startup if ARKit is not mounted. (see #152)
  • fix light color property (thx @bnjm #157)

Breaking

planeDetection property on <ARKit /> is no longer a boolean, but any of the constants in ARKit.ARPlaneDetection.*