Michael Herzog 1 месяц назад
Родитель
Сommit
d2d9d40693
1 измененных файлов с 2 добавлено и 0 удалено
  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号