Parcourir la source

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

linbingquan il y a 2 ans
Parent
commit
aeb4444220
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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';