Explorar o código

[docs] FXAAShader typo fix: immedates -> immediates

nikolas %!s(int64=7) %!d(string=hai) anos
pai
achega
e7873a7f2a
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      examples/js/shaders/FXAAShader.js

+ 2 - 2
examples/js/shaders/FXAAShader.js

@@ -705,8 +705,8 @@ THREE.FXAAShader = {
         "    //",
         "    // Extra constants for 360 FXAA Console only.",
         "    // Use zeros or anything else for other platforms.",
-        "    // These must be in physical constant registers and NOT immedates.",
-        "    // Immedates will result in compiler un-optimizing.",
+        "    // These must be in physical constant registers and NOT immediates.",
+        "    // Immediates will result in compiler un-optimizing.",
         "    // {xyzw} = float4(1.0, -1.0, 0.25, -0.25)",
         "    FxaaFloat4 fxaaConsole360ConstDir",
         ") {",