소스 검색

Update src/Materials/Textures/equirectangularCubeTexture.ts

Co-Authored-By: ddervisis <6106539+ddervisis@users.noreply.github.com>
David Catuhe 6 년 전
부모
커밋
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)