Explorar o código

Update docstring

Dennis Dervisis %!s(int64=6) %!d(string=hai) anos
pai
achega
063ad51a8d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Materials/Textures/equirectangularCubeTexture.ts

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

@@ -6,7 +6,7 @@ import { Scene } from "../../scene";
 import { Nullable } from "../../types";
 
 /**
- * This represents a texture coming from an 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 {
     /** The six faces of the cube. */