Comparing version 0.0.11 to 0.0.12
@@ -53,3 +53,4 @@ 'use strict'; | ||
ref: mergeRefs([controls, ref]), | ||
args: [camera, gl.domElement] | ||
args: [camera, gl.domElement], | ||
enableDamping: true | ||
}, props)); | ||
@@ -92,3 +93,4 @@ }); | ||
ref: mergeRefs([controls, ref]), | ||
args: [camera, gl.domElement] | ||
args: [camera, gl.domElement], | ||
enableDamping: true | ||
}, props)); | ||
@@ -95,0 +97,0 @@ }); |
@@ -41,3 +41,4 @@ import _extends from '@babel/runtime/helpers/esm/extends'; | ||
ref: mergeRefs([controls, ref]), | ||
args: [camera, gl.domElement] | ||
args: [camera, gl.domElement], | ||
enableDamping: true | ||
}, props)); | ||
@@ -75,3 +76,4 @@ }); | ||
ref: mergeRefs([controls, ref]), | ||
args: [camera, gl.domElement] | ||
args: [camera, gl.domElement], | ||
enableDamping: true | ||
}, props)); | ||
@@ -78,0 +80,0 @@ }); |
{ | ||
"name": "drei", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "useful add-ons for react-three-fiber", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.cjs.js", |
@@ -30,3 +30,3 @@ [![Build Status](https://travis-ci.org/react-spring/drei.svg?branch=master)](https://travis-ci.org/react-spring/drei) [![npm version](https://badge.fury.io/js/drei.svg)](https://badge.fury.io/js/drei) ![npm](https://img.shields.io/npm/dt/drei.svg) | ||
- [x] `<Detailed />`, a wrapper around THREE.LOD (Level of detail) | ||
- [x] `<Detailed />`, a wrapper around THREE.LOD (Level of detail) | [sandbox](https://codesandbox.io/s/r3f-drei-detailed-dep1v) | ||
@@ -41,3 +41,3 @@ ```jsx | ||
- [x] `<PositionalAudo />`, a wrapper around THREE.PositionalAudio | ||
- [x] `<PositionalAudio />`, a wrapper around THREE.PositionalAudio | [sandbox](https://codesandbox.io/s/r3f-drei-positionalaudio-yi1o0) | ||
@@ -44,0 +44,0 @@ ```jsx |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40592
796