Explorar o código

Tests: Fix GLTFExporter Unit test (#21728)

Takahiro %!s(int64=4) %!d(string=hai) anos
pai
achega
a7c0676980
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      test/unit/example/exporters/GLTFExporter.tests.js

+ 1 - 1
test/unit/example/exporters/GLTFExporter.tests.js

@@ -395,7 +395,7 @@ export default QUnit.module( 'Exporters', () => {
 
 			const scene = new Scene();
 			const mesh = new Mesh(
-				new BoxBufferGeometry( 1, 1, 1 ),
+				new BoxGeometry( 1, 1, 1 ),
 				new MeshBasicMaterial()
 			);
 			scene.add( mesh );