Three.js源码学习(十二)core/InterleavedBufferAttribute

constructor构造器 【Three.js源码学习(十二)core/InterleavedBufferAttribute】InterleavedBufferAttribute(interleavedBuffer,itemSize,offset,normalized)
data
itemSize
offset
normalized
定义属性 count=data.count
array=data.array
medhod方法 setX(index,x)
setY(index,y)
setZ(index,z)
setW(index,w)
getX(index)
getY(index)
getZ(index)
getW(index)
setXY(index,x,y)
setXYZ(index,x,y,z)
setXYZW(index,x,y,z,w)

    推荐阅读