Ver Fonte

BufferGeometry: Added center placeholder.

Mr.doob há 10 anos atrás
pai
commit
598ac122d9
1 ficheiros alterados com 6 adições e 0 exclusões
  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 };