提交 c2da7a27 编写于 作者: M Mr.doob

Merge branch 'patch-6' of https://github.com/brason/three.js into dev

Conflicts:
	src/core/BufferGeometry.js
......@@ -474,7 +474,7 @@ THREE.BufferGeometry.prototype = {
if ( geometry.colors.length > 0 ) {
var colors = new Float32Array( geometry.colors.length * 3 );
this.addAttribute( 'color', new THREE.BufferAttribute( colors, 3 ).copyVector3sArray( geometry.colors ) );
this.addAttribute( 'color', new THREE.BufferAttribute( colors, 3 ).copyColorsArray( geometry.colors ) );
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册