Current Master (see diff)
3.2.4 (see diff)
- Fixed
index
property to default tonull
for<bufferedGeometry/>
(PR #208)
- The list of contributors can be found in https://github.com/toxicFork/react-three-renderer/graphs/contributors
3.2.3 (see diff)
- Add
uv
property to BufferGeometryDescriptor (PR #194) - Added defaults for
arrowHelper
origin
anddir
properties
- Fix installation instructions in readme to match peer dependencies (PR #203)
3.2.1 (see diff)
- Use
raf
forrequestAnimationFrame
shimming #163 #164
- Fix GeometryDescriptorBase faceVertexUvs property #180
3.2.0 (see diff)
- Update dependencies:
react@~15.6.1
three@~0.86.0
- Use
prop-types
package
3.1.1 (see diff)
- Fix (hopefully) all three.js documentation links (#177)
- Fix PropTypes deprecation warning (#174)
- Fix
minFilter
property oftexture
(#166) - Add
edgesGeometry
(#159)