Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

v2.3.3

Compare
Choose a tag to compare
@toxicFork toxicFork released this 06 Nov 14:32
· 156 commits to master since this release

npm install --save react-three-renderer@2.3.3

Changelog( see diff )

Components

  • Added <shapeGeometry> ( #114 )
  • Fixed a bug which would cause a crash when you changed some properties on components
    whose children used ref functions
  • Added <bufferGeometry> ( #105 #119 )

Core

  • Fixed bug which would not allow you to get a canvas reference through the canvasRef property in some conditions ( #115 )