Fix lints
This commit is contained in:
parent
74fe150ef4
commit
2c17c93531
2 changed files with 3 additions and 9 deletions
|
@ -25,7 +25,7 @@ import {
|
||||||
MeshStandardNodeMaterial,
|
MeshStandardNodeMaterial,
|
||||||
WebGPURenderer,
|
WebGPURenderer,
|
||||||
} from "three/webgpu";
|
} from "three/webgpu";
|
||||||
import { color, vec4 } from "three/tsl";
|
import { color } from "three/tsl";
|
||||||
|
|
||||||
export enum Orientation {
|
export enum Orientation {
|
||||||
X = "X",
|
X = "X",
|
||||||
|
|
|
@ -1,16 +1,10 @@
|
||||||
import {
|
import { BufferAttribute, BufferGeometry, DoubleSide, Mesh } from "three";
|
||||||
BufferAttribute,
|
|
||||||
BufferGeometry,
|
|
||||||
Color,
|
|
||||||
DoubleSide,
|
|
||||||
Mesh,
|
|
||||||
} from "three";
|
|
||||||
|
|
||||||
import { fetchVertices, fetchTriangleIndices, transform } from "./utils";
|
import { fetchVertices, fetchTriangleIndices, transform } from "./utils";
|
||||||
import { TRIANGLE_INDICES_URL, VERTICES_URL } from "../config";
|
import { TRIANGLE_INDICES_URL, VERTICES_URL } from "../config";
|
||||||
import { topoNodeMaterial } from "../ShaderMaterial";
|
import { topoNodeMaterial } from "../ShaderMaterial";
|
||||||
import { MeshStandardNodeMaterial } from "three/webgpu";
|
import { MeshStandardNodeMaterial } from "three/webgpu";
|
||||||
import { color, vec4 } from "three/tsl";
|
import { color } from "three/tsl";
|
||||||
|
|
||||||
interface MappedFeature {
|
interface MappedFeature {
|
||||||
featuregeom_id: number;
|
featuregeom_id: number;
|
||||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue