You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ As per the npm standard, ‘start’ is the place to begin the package.
28
28
29
29
This script will start a local server similar to [threejs.org](https://threejs.org/), but instead will be hosted on your local machine. Browse to http://localhost:8080/ to check it out. It also automatically creates the ‘build/three.js’ and ‘build/three.module.js’ scripts anytime there is a change within your three.js directory.
30
30
31
-
The next most important script runs all the appropriate testing.
31
+
The next most important script runs all the appropriate testing. The E-2-E testing is intended to be run by github actions.
<p>By default these data are reset at each render calls, but when using the composer or mirrors it can be preferred to reset them with a custom pattern :
194
+
<p>By default these data are reset at each render call but when having multiple render passes per frame (e.g. when using post processing) it can be preferred to reset with a custom pattern.
195
+
First, set *autoReset* to *false*.
195
196
<code>
196
197
renderer.info.autoReset = false;
198
+
</code>
199
+
Call *reset()* whenever you have finished to render a single frame.
0 commit comments