Преглед изворни кода

BufferGeometry: Added center placeholder.

Mr.doob пре 11 година
родитељ
комит
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 };

粤ICP备19079148号