Explorar el Código

Update src/Materials/Textures/equirectangularCubeTexture.ts

Co-Authored-By: ddervisis <6106539+ddervisis@users.noreply.github.com>
David Catuhe hace 6 años
padre
commit
faaa551b01
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Materials/Textures/equirectangularCubeTexture.ts

+ 1 - 1
src/Materials/Textures/equirectangularCubeTexture.ts

@@ -8,7 +8,7 @@ import { Nullable } from "../../types";
 /**
 /**
  * This represents a texture coming from an equirectangular image supported by the web browser canvas.
  * This represents a texture coming from an equirectangular image supported by the web browser canvas.
  */
  */
-export class EquirectangularCubeTexture extends BaseTexture {
+export class EquiRectangularCubeTexture extends BaseTexture {
     /** The six faces of the cube. */
     /** The six faces of the cube. */
     private static _FacesMapping = ['right', 'left', 'up', 'down', 'front', 'back'];
     private static _FacesMapping = ['right', 'left', 'up', 'down', 'front', 'back'];