Просмотр исходного кода

LDrawConditionalLineNodeMaterial: fix import (#32861)

Garrett Johnson 4 недель назад
Родитель
Сommit
cd9bc6f7bd
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      examples/jsm/materials/LDrawConditionalLineNodeMaterial.js

+ 2 - 2
examples/jsm/materials/LDrawConditionalLineNodeMaterial.js

@@ -1,5 +1,5 @@
-import { Color } from 'three/webgpu';
-import { attribute, cameraProjectionMatrix, dot, float, Fn, modelViewMatrix, modelViewProjection, NodeMaterial, normalize, positionGeometry, sign, uniform, varyingProperty, vec2, vec4 } from 'three/tsl';
+import { Color, NodeMaterial } from 'three/webgpu';
+import { attribute, cameraProjectionMatrix, dot, float, Fn, modelViewMatrix, modelViewProjection, normalize, positionGeometry, sign, uniform, varyingProperty, vec2, vec4 } from 'three/tsl';
 
 
 /**
 /**
  * A special line material for meshes loaded via {@link LDrawLoader}.
  * A special line material for meshes loaded via {@link LDrawLoader}.

粤ICP备19079148号