Browse Source

Examples: Fixed NodeMaterial not import error. (#25400)

linbingquan 2 năm trước cách đây
mục cha
commit
aeb4444220
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      examples/webgl_nodes_loader_gltf_sheen.html

+ 2 - 0
examples/webgl_nodes_loader_gltf_sheen.html

@@ -36,6 +36,8 @@
 
 			import * as THREE from 'three';
 
+			import { NodeMaterial, uv, mul, mix, color, checker } from 'three/nodes';
+
 			import { nodeFrame } from 'three/addons/renderers/webgl/nodes/WebGLNodes.js';
 
 			import { OrbitControls } from 'three/addons/controls/OrbitControls.js';