Просмотр исходного кода

Update src/Materials/Textures/equirectangularCubeTexture.ts

Co-Authored-By: ddervisis <6106539+ddervisis@users.noreply.github.com>
David Catuhe 6 лет назад
Родитель
Сommit
35652e363e
1 измененных файлов с 1 добавлено и 1 удалено
  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)