File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { Object3D } from '../core/Object3D.js';
55import { Vector3 } from '../math/Vector3.js' ;
66import { LineBasicMaterial } from '../materials/LineBasicMaterial.js' ;
77import { BufferGeometry } from '../core/BufferGeometry.js' ;
8- import { Float32BufferAttribute } from '../core/BufferAttribute' ;
8+ import { Float32BufferAttribute } from '../core/BufferAttribute.js ' ;
99
1010/**
1111 * @author mrdoob / http://mrdoob.com/
Original file line number Diff line number Diff line change 11import { Line } from './Line.js' ;
22import { Vector3 } from '../math/Vector3.js' ;
3- import { Float32BufferAttribute } from '../core/BufferAttribute' ;
3+ import { Float32BufferAttribute } from '../core/BufferAttribute.js ' ;
44
55/**
66 * @author mrdoob / http://mrdoob.com/
You can’t perform that action at this time.
0 commit comments