Initial project import
This commit is contained in:
7
node_modules/@react-three/drei/web/pivotControls/ScalingSphere.d.ts
generated
vendored
Normal file
7
node_modules/@react-three/drei/web/pivotControls/ScalingSphere.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import * as React from 'react';
|
||||
import * as THREE from 'three';
|
||||
export declare const calculateOffset: (clickPoint: THREE.Vector3, normal: THREE.Vector3, rayStart: THREE.Vector3, rayDir: THREE.Vector3) => number;
|
||||
export declare const ScalingSphere: React.FC<{
|
||||
direction: THREE.Vector3;
|
||||
axis: 0 | 1 | 2;
|
||||
}>;
|
||||
Reference in New Issue
Block a user