فهرست منبع

Return geometry after calling applyMatrix()

Return geometry (`this`) after calling `applyMatrix():`
Wilt 9 سال پیش
والد
کامیت
a266e460f4
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      src/core/Geometry.js

+ 2 - 0
src/core/Geometry.js

@@ -87,6 +87,8 @@ THREE.Geometry.prototype = {
 		this.verticesNeedUpdate = true;
 		this.normalsNeedUpdate = true;
 
+		return this;
+
 	},
 
 	rotateX: function () {