瀏覽代碼

BufferGeometry: Added center placeholder.

Mr.doob 10 年之前
父節點
當前提交
598ac122d9
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      src/core/BufferGeometry.js

+ 6 - 0
src/core/BufferGeometry.js

@@ -86,6 +86,12 @@ THREE.BufferGeometry.prototype = {
 
 	},
 
+	center: function () {
+
+		// TODO
+
+	},
+
 	fromGeometry: function ( geometry, settings ) {
 
 		settings = settings || { 'vertexColors': THREE.NoColors };