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