Skip to content

Commit 05fc233

Browse files
author
Fennec
committed
New version build
1 parent a34aa2f commit 05fc233

5 files changed

+360
-388
lines changed

dist/three-viewport-gizmo.d.ts

+2-10
Original file line numberDiff line numberDiff line change
@@ -501,19 +501,11 @@ export declare class ViewportGizmo extends Object3D<ViewportGizmoEventMap> {
501501
* Converts the input-coordinates from the standard Y-axis up to what is set in Object3D.DEFAULT_UP.
502502
*
503503
* @private
504-
* @param input - The coordinates to be converted
505-
* @param spherical - Whether or not the coordinates are for a sphere
504+
* @param target - The target Vector3 to be converted
505+
* @param isSpherical - Whether or not the coordinates are for a sphere
506506
* @returns The converted coordinates
507507
*/
508508
private coordinateConversion;
509-
/**
510-
* Based on the Three.js-function setFromSphericalCoords, with coordinate conversion applied.
511-
*
512-
* @private
513-
* @param s - The spherical coordinates
514-
* @returns - Vector x, y, z
515-
*/
516-
private setFromSpherical;
517509
/**
518510
* Handles pointer move events for hover effects and drag operations.
519511
*

0 commit comments

Comments
 (0)