فهرست منبع

Updated builds.

Mr.doob 7 سال پیش
والد
کامیت
e371d6e789
3فایلهای تغییر یافته به همراه9 افزوده شده و 204 حذف شده
  1. 4 0
      build/three.js
  2. 1 204
      build/three.min.js
  3. 4 0
      build/three.module.js

+ 4 - 0
build/three.js

@@ -22313,6 +22313,8 @@
 
 			}
 
+			scene.onBeforeRender( _this, scene, camera, renderTarget );
+
 			_projScreenMatrix.multiplyMatrices( camera.projectionMatrix, camera.matrixWorldInverse );
 			_frustum.setFromMatrix( _projScreenMatrix );
 
@@ -22411,6 +22413,8 @@
 
 			state.setPolygonOffset( false );
 
+			scene.onAfterRender( _this, scene, camera, renderTarget );
+
 			if ( vr.enabled ) {
 
 				vr.submitFrame();

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 1 - 204
build/three.min.js


+ 4 - 0
build/three.module.js

@@ -22307,6 +22307,8 @@ function WebGLRenderer( parameters ) {
 
 		}
 
+		scene.onBeforeRender( _this, scene, camera, renderTarget );
+
 		_projScreenMatrix.multiplyMatrices( camera.projectionMatrix, camera.matrixWorldInverse );
 		_frustum.setFromMatrix( _projScreenMatrix );
 
@@ -22405,6 +22407,8 @@ function WebGLRenderer( parameters ) {
 
 		state.setPolygonOffset( false );
 
+		scene.onAfterRender( _this, scene, camera, renderTarget );
+
 		if ( vr.enabled ) {
 
 			vr.submitFrame();

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است