Browse Source

BufferGeometry: Added center placeholder.

Mr.doob 10 years ago
parent
commit
598ac122d9
1 changed files with 6 additions and 0 deletions
  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 ) {
 	fromGeometry: function ( geometry, settings ) {
 
 
 		settings = settings || { 'vertexColors': THREE.NoColors };
 		settings = settings || { 'vertexColors': THREE.NoColors };