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: examples/js/postprocessing/TAARenderPass.js
+29-6Lines changed: 29 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
/**
2
-
* @author bhouston / http://clara.io/ *
2
+
*
3
+
* Temporal Anti-Aliasing Render Pass
4
+
*
5
+
* @author bhouston / http://clara.io/
6
+
*
7
+
* When there is no motion in the scene, the TAA render pass accumulates jittered camera samples across frames to create a high quality anti-aliased result.
8
+
*
9
+
* References:
10
+
*
11
+
* TODO: Add support for motion vector pas so that accumulation of samples across frames can occur on dynamics scenes.
When there is no motion in the scene, the TAA render pass accumulates jittered camera samples across frames to create a high quality anti-aliased result.<br/><br/>
32
+
When there is no motion in the scene, the TAA render pass accumulates jittered camera samples<br/>
33
+
across frames to create a high quality anti-aliased result.<br/><br/>
33
34
Texture interpolation, mipmapping and anistropic sampling is disabled to emphasize<br/> the effect MSAA levels have one the resulting render quality.
0 commit comments