Explorar o código

NodeBuilder: Fix LinearEncoding (#22439)

sunag %!s(int64=3) %!d(string=hai) anos
pai
achega
d1b66970f2
Modificáronse 1 ficheiros con 2 adicións e 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 ) {