three-render-objects
Advanced tools
Comparing version 1.26.2 to 1.26.3
@@ -582,4 +582,2 @@ 'use strict'; | ||
state.controls.addEventListener('start', function () { | ||
state.isPointerPressed = true; // trackball controls blocks pointerdown events, so we have to track it (also) here | ||
state.controlsEngaged = true; | ||
@@ -586,0 +584,0 @@ }); |
@@ -574,4 +574,2 @@ import { WebGLRenderer, Scene, PerspectiveCamera, Raycaster, TextureLoader, Vector2, Vector3, Box3, Color, Mesh, SphereGeometry, MeshBasicMaterial, BackSide, EventDispatcher, MOUSE, Quaternion, Spherical, Clock } from 'three'; | ||
state.controls.addEventListener('start', function () { | ||
state.isPointerPressed = true; // trackball controls blocks pointerdown events, so we have to track it (also) here | ||
state.controlsEngaged = true; | ||
@@ -578,0 +576,0 @@ }); |
{ | ||
"name": "three-render-objects", | ||
"version": "1.26.2", | ||
"version": "1.26.3", | ||
"description": "Easy way to render ThreeJS objects with built-in interaction defaults", | ||
@@ -48,3 +48,3 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@babel/core": "^7.14.2", | ||
"@babel/core": "^7.14.3", | ||
"@babel/plugin-proposal-class-properties": "^7.13.0", | ||
@@ -56,6 +56,6 @@ "@babel/plugin-proposal-object-rest-spread": "^7.14.2", | ||
"@rollup/plugin-node-resolve": "^13.0.0", | ||
"postcss": "^8.2.15", | ||
"postcss": "^8.3.0", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.47.0", | ||
"rollup-plugin-dts": "^3.0.1", | ||
"rollup": "^2.49.0", | ||
"rollup-plugin-dts": "^3.0.2", | ||
"rollup-plugin-postcss": "^4.0.0", | ||
@@ -62,0 +62,0 @@ "rollup-plugin-terser": "^7.0.2", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
722757
5390