We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b998f66 + 6cf4944 commit 347f5e7Copy full SHA for 347f5e7
examples/jsm/loaders/TiltLoader.js
@@ -172,7 +172,7 @@ class StrokeGeometry extends BufferGeometry {
172
173
size = size / 2;
174
175
- for ( let i = 3, j = 4; i <= positions.length; i += 3, j += 4 ) {
+ for ( let i = 0, j = 0; i < positions.length; i += 3, j += 4 ) {
176
177
position.fromArray( positions, i );
178
quaternion.fromArray( quaternions, j );
0 commit comments