2
0
Эх сурвалжийг харах

NodeBuilder: Fix LinearEncoding (#22439)

sunag 3 жил өмнө
parent
commit
d1b66970f2

+ 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 ) {