Browse Source

Update src/Materials/Textures/equirectangularCubeTexture.ts

Co-Authored-By: ddervisis <6106539+ddervisis@users.noreply.github.com>
David Catuhe 6 years ago
parent
commit
35652e363e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Materials/Textures/equirectangularCubeTexture.ts

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

@@ -35,7 +35,7 @@ export class EquiRectangularCubeTexture extends BaseTexture {
     public coordinatesMode = Texture.CUBIC_MODE;
 
     /**
-     * Instantiates an EquirectangularCubeTexture from the following parameters.
+     * Instantiates an EquiRectangularCubeTexture from the following parameters.
      * @param url The location of the image
      * @param scene The scene the texture will be used in
      * @param size The cubemap desired size (the more it increases the longer the generation will be)