Explorar el Código

NodeBuilder: Fix LinearEncoding (#22439)

sunag hace 3 años
padre
commit
d1b66970f2
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      examples/jsm/renderers/nodes/core/NodeBuilder.js

+ 2 - 0
examples/jsm/renderers/nodes/core/NodeBuilder.js

@@ -6,6 +6,8 @@ import NodeCode from './NodeCode.js';
 import NodeKeywords from './NodeKeywords.js';
 import { NodeUpdateType } from './constants.js';
 
+import { LinearEncoding } from 'three';
+
 class NodeBuilder {
 
 	constructor( material, renderer ) {