Browse Source

TRAANode: Improve docs.

Michael Herzog 2 weeks ago
parent
commit
d2d9d40693
1 changed files with 2 additions and 0 deletions
  1. 2 0
      examples/jsm/tsl/display/TRAANode.js

+ 2 - 0
examples/jsm/tsl/display/TRAANode.js

@@ -14,6 +14,8 @@ let _rendererState;
  * - {@link https://alextardif.com/TAA.html}
  * - {@link https://www.elopezr.com/temporal-aa-and-the-quest-for-the-holy-trail/}
  *
+ * Note: MSAA must be disabled when TRAA is in use.
+ *
  * @augments TempNode
  * @three_import import { traa } from 'three/addons/tsl/display/TRAANode.js';
  */

粤ICP备19079148号