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

Merge pull request #5723 from AVGP/5680-counting-buffergeometry

_this.info.memory.geometries now counting BufferGeometry correctly
......@@ -3630,7 +3630,7 @@ THREE.WebGLRenderer = function ( parameters ) {
if ( geometry instanceof THREE.BufferGeometry ) {
//
_this.info.memory.geometries ++;
} else if ( object instanceof THREE.Mesh ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册