• A
    Added dynamic updating of BufferGeometry. Added BufferGeometry.applyMatrix.... · 098d3eda
    alteredq 提交于
    Added dynamic updating of BufferGeometry. Added BufferGeometry.applyMatrix. Added Matrix4.multiplyVector3Array.
    
    CTMLoader now keeps references to typed arrays used to initialize GL buffers. These are later on deleted in WebGLRenderer (by default, if BufferGeometry.dynamic flag is not set).
    
    Fixes #2166
    
    (this commit should go to `unflipped` branch, it assumes straightforward UVs)
    098d3eda
BufferGeometry.js 1.3 KB