@takram/three-clouds
Version:
A Three.js and R3F implementation of geospatial volumetric clouds
7 lines (6 loc) • 964 B
TypeScript
export declare const CLOUD_SHAPE_TEXTURE_SIZE = 128;
export declare const CLOUD_SHAPE_DETAIL_TEXTURE_SIZE = 32;
export declare const DEFAULT_LOCAL_WEATHER_URL = "https://media.githubusercontent.com/media/takram-design-engineering/three-geospatial/45a1c6c1bb9fd38b3680fd120795ff4c32df68ff/packages/clouds/assets/local_weather.png";
export declare const DEFAULT_SHAPE_URL = "https://media.githubusercontent.com/media/takram-design-engineering/three-geospatial/45a1c6c1bb9fd38b3680fd120795ff4c32df68ff/packages/clouds/assets/shape.bin";
export declare const DEFAULT_SHAPE_DETAIL_URL = "https://media.githubusercontent.com/media/takram-design-engineering/three-geospatial/45a1c6c1bb9fd38b3680fd120795ff4c32df68ff/packages/clouds/assets/shape_detail.bin";
export declare const DEFAULT_TURBULENCE_URL = "https://media.githubusercontent.com/media/takram-design-engineering/three-geospatial/45a1c6c1bb9fd38b3680fd120795ff4c32df68ff/packages/clouds/assets/turbulence.png";