开发更新

This commit is contained in:
ChenX
2024-03-26 10:01:15 +08:00
parent ed08696189
commit 070821c353
498 changed files with 5192 additions and 10640 deletions

View File

@@ -1,12 +0,0 @@
import { BufferGeometry, Object3D, Points, PointsMaterial } from 'three';
export declare class GripScene extends Object3D {
_GripMaterial: PointsMaterial;
_GripMap: Map<Object3D, Points<import("three").Geometry | BufferGeometry, import("three").Material | import("three").Material[]>>;
constructor();
Append(obj: Object3D): void;
Remove(obj: Object3D): void;
Clear(): void;
Update(entity: Object3D): void;
UpdateAll(): void;
}
//# sourceMappingURL=GripScene.d.ts.map