This repository was archived by the owner on Jul 20, 2020. It is now read-only.
v2.2.1
npm install --save react-three-renderer@2.2.1
Changelog ( see diff )
Components
- Add
magFilterandminFilterattributes to<texture/>( #75 ) - Fix the default value for the
rotationproperty of<absEllipse/> - Remove the
receiveShadowproperty from light components - Add missing attributes to
<meshPhongMaterial/>: - Fixed accidental swapping of
tubularSegmentsandradialSegmentsattributes for<torusKnotGeometry/>
Documentation
- Add notes for default values for attributes
- Reorder some properties in the
<react3/>
and<boxGeometry/>documentation to make more sense - Clarify documentation for
lookAtproperty for<object3D/>and its subclasses - Add missing default properties for some components
- Whitespace fixes