@threlte/core
Advanced tools
Comparing version 5.0.7 to 5.0.8
# @threlte/core | ||
## 5.0.8 | ||
### Patch Changes | ||
- 104ba90: Republishing due to <TransformControls> inconsistency | ||
## 5.0.7 | ||
@@ -4,0 +10,0 @@ |
@@ -117,5 +117,5 @@ import type { Audio, BufferGeometry, Camera, ColorRepresentation, Light, Line, Material, Mesh, Object3D, PositionalAudio, Vector3, Vector3Tuple } from 'three'; | ||
enabled?: boolean; | ||
translationSnap?: number; | ||
scaleSnap?: number; | ||
rotationSnap?: number; | ||
translationSnap?: number | null; | ||
scaleSnap?: number | null; | ||
rotationSnap?: number | null; | ||
showX?: boolean; | ||
@@ -122,0 +122,0 @@ showY?: boolean; |
{ | ||
"name": "@threlte/core", | ||
"version": "5.0.7", | ||
"version": "5.0.8", | ||
"author": "Grischa Erbe <hello@legrisch.com> (https://legrisch.com)", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
400352