mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Fix openjscad augmentation of THREE
This commit is contained in:
Vendored
+3
-3
@@ -5,11 +5,11 @@
|
||||
|
||||
/// <reference types="three" />
|
||||
|
||||
declare namespace THREE {
|
||||
declare module "three" {
|
||||
var CSG: {
|
||||
fromCSG: (csg: CSG, defaultColor: any) => {
|
||||
colorMesh: Mesh;
|
||||
wireframe: Mesh;
|
||||
colorMesh: THREE.Mesh;
|
||||
wireframe: THREE.Mesh;
|
||||
boundLen: number;
|
||||
};
|
||||
getGeometryVertex: (geometry: any, vertex_position: any) => number;
|
||||
|
||||
Reference in New Issue
Block a user