Cosmos Journeyer API Documentation - v1.10.1
    Preparing search index...
    type Textures = {
        empty: Texture;
        environment: { milkyWay: CubeTexture };
        gasPlanet: Readonly<GasPlanetTextures>;
        materials: Readonly<AllMaterialTextures>;
        noises: NoiseTextures;
        particles: Readonly<ParticleTextures>;
        pools: Readonly<TexturePools>;
        rings: Readonly<RingsTextures>;
        terrains: Readonly<AllTerrainTextures>;
        ui: { cursorImageUrl: string };
        water: Readonly<WaterTextures>;
    }
    Index

    Properties

    empty: Texture
    environment: { milkyWay: CubeTexture }
    gasPlanet: Readonly<GasPlanetTextures>
    materials: Readonly<AllMaterialTextures>
    particles: Readonly<ParticleTextures>
    pools: Readonly<TexturePools>
    rings: Readonly<RingsTextures>
    terrains: Readonly<AllTerrainTextures>
    ui: { cursorImageUrl: string }
    water: Readonly<WaterTextures>