|
@@ -2611,7 +2611,7 @@ THREE.WebGLRenderer = function ( parameters ) {
|
|
|
attributeSize = attributeItem.itemSize;
|
|
|
_gl.bindBuffer( _gl.ARRAY_BUFFER, attributeItem.buffer );
|
|
|
enableAttribute( attributePointer );
|
|
|
- _gl.vertexAttribPointer( attributePointer, attributeSize, _gl.FLOAT, false, 0, startIndex * attributeSize * 4 ); // 4 bytes per Float32
|
|
|
+ _gl.vertexAttribPointer( attributePointer, attributeSize, _gl.FLOAT, false, 0, 0 );
|
|
|
|
|
|
} else if ( material.defaultAttributeValues ) {
|
|
|
|