Strata - v1.4.10
    Preparing search index...

    Function createTerrainUniforms

    • Terrain shader uniforms factory

      Returns {
          biomeCenters: { value: never[] };
          biomeColors: { value: never[] };
          biomeRadii: { value: never[] };
          biomeTypes: { value: never[] };
          desertAlbedo: { value: null };
          desertAO: { value: null };
          desertNormal: { value: null };
          desertRoughness: { value: null };
          forestAlbedo: { value: null };
          forestAO: { value: null };
          forestNormal: { value: null };
          forestRoughness: { value: null };
          marshAlbedo: { value: null };
          marshAO: { value: null };
          marshNormal: { value: null };
          marshRoughness: { value: null };
          mountainAlbedo: { value: null };
          mountainAO: { value: null };
          mountainNormal: { value: null };
          mountainRoughness: { value: null };
          tundraAlbedo: { value: null };
          tundraAO: { value: null };
          tundraNormal: { value: null };
          tundraRoughness: { value: null };
          useTextures: { value: boolean };
      }