@baidumap/mapv-three 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +97 -0
- package/dist/assets/images/bdImg.png +0 -0
- package/dist/assets/images/bg.png +0 -0
- package/dist/assets/images/carInside.png +0 -0
- package/dist/assets/images/mapCompass.png +0 -0
- package/dist/assets/images/mapZoom2x.png +0 -0
- package/dist/assets/images/node.png +0 -0
- package/dist/assets/images/nodeT.png +0 -0
- package/dist/assets/images/signal/grayforward.png +0 -0
- package/dist/assets/images/signal/grayforwardAwait.png +0 -0
- package/dist/assets/images/signal/grayleft.png +0 -0
- package/dist/assets/images/signal/grayleftAwait.png +0 -0
- package/dist/assets/images/signal/grayreverse.png +0 -0
- package/dist/assets/images/signal/grayright.png +0 -0
- package/dist/assets/images/signal/greenforward.png +0 -0
- package/dist/assets/images/signal/greenforwardAwait.png +0 -0
- package/dist/assets/images/signal/greenleft.png +0 -0
- package/dist/assets/images/signal/greenleftAwait.png +0 -0
- package/dist/assets/images/signal/greenreverse.png +0 -0
- package/dist/assets/images/signal/greenright.png +0 -0
- package/dist/assets/images/signal/redforward.png +0 -0
- package/dist/assets/images/signal/redforwardAwait.png +0 -0
- package/dist/assets/images/signal/redleft.png +0 -0
- package/dist/assets/images/signal/redleftAwait.png +0 -0
- package/dist/assets/images/signal/redreverse.png +0 -0
- package/dist/assets/images/signal/redright.png +0 -0
- package/dist/assets/images/signal/yellowforward.png +0 -0
- package/dist/assets/images/signal/yellowforwardAwait.png +0 -0
- package/dist/assets/images/signal/yellowleft.png +0 -0
- package/dist/assets/images/signal/yellowleftAwait.png +0 -0
- package/dist/assets/images/signal/yellowreverse.png +0 -0
- package/dist/assets/images/signal/yellowright.png +0 -0
- package/dist/assets/libs/basis/README.md +46 -0
- package/dist/assets/libs/basis/basis_transcoder.js +21 -0
- package/dist/assets/libs/basis/basis_transcoder.wasm +0 -0
- package/dist/assets/libs/draco/README.md +32 -0
- package/dist/assets/libs/draco/draco_decoder.js +34 -0
- package/dist/assets/libs/draco/draco_decoder.wasm +0 -0
- package/dist/assets/libs/draco/draco_encoder.js +33 -0
- package/dist/assets/libs/draco/draco_wasm_wrapper.js +117 -0
- package/dist/assets/libs/draco/gltf/draco_decoder.js +33 -0
- package/dist/assets/libs/draco/gltf/draco_decoder.wasm +0 -0
- package/dist/assets/libs/draco/gltf/draco_encoder.js +33 -0
- package/dist/assets/libs/draco/gltf/draco_wasm_wrapper.js +116 -0
- package/dist/assets/map/mapbox/v8.json +1 -0
- package/dist/assets/map/style/README.md +6 -0
- package/dist/assets/map/style/default.json +1 -0
- package/dist/assets/map/style/yanmou.json +1 -0
- package/dist/assets/models/hdmap/SM_Big-Pier_2.glb +0 -0
- package/dist/assets/models/hdmap/SM_Cone_Barrel.glb +0 -0
- package/dist/assets/models/hdmap/SM_Fence1-0.glb +0 -0
- package/dist/assets/models/hdmap/SM_Fence1-8.glb +0 -0
- package/dist/assets/models/hdmap/SM_Fence2-5.glb +0 -0
- package/dist/assets/models/hdmap/SM_Fence7-0.glb +0 -0
- package/dist/assets/models/hdmap/SM_Fence7-2.glb +0 -0
- package/dist/assets/models/hdmap/SM_Fence7-3.glb +0 -0
- package/dist/assets/models/hdmap/SM_Road_facility2.glb +0 -0
- package/dist/assets/models/hdmap/SM_Signboard_8.glb +0 -0
- package/dist/assets/models/hdmap/SM_fence1-5.glb +0 -0
- package/dist/assets/models/hdmap/tunnel_light.glb +0 -0
- package/dist/assets/models/tree/planar/tree18.glb +0 -0
- package/dist/assets/models/tree/planar/tree19.glb +0 -0
- package/dist/assets/models/tree/planar/tree20.glb +0 -0
- package/dist/assets/models/tree/planar/tree21.glb +0 -0
- package/dist/assets/models/tree/planar/tree22.glb +0 -0
- package/dist/assets/models/tree/tree18.glb +0 -0
- package/dist/assets/models/tree/tree19.glb +0 -0
- package/dist/assets/models/twin/MINIMALIST/AMBULANCE.glb +0 -0
- package/dist/assets/models/twin/MINIMALIST/BICYCLE.glb +0 -0
- package/dist/assets/models/twin/MINIMALIST/BICYCLE_ANIMATE.glb +0 -0
- package/dist/assets/models/twin/MINIMALIST/BIGTRUCK.glb +0 -0
- package/dist/assets/models/twin/MINIMALIST/BUS.glb +0 -0
- package/dist/assets/models/twin/MINIMALIST/CAR.glb +0 -0
- package/dist/assets/models/twin/MINIMALIST/DANGEROUS.glb +0 -0
- package/dist/assets/models/twin/MINIMALIST/ELECTRICBICYCLE.glb +0 -0
- package/dist/assets/models/twin/MINIMALIST/FIRETRUCK.glb +0 -0
- package/dist/assets/models/twin/MINIMALIST/LARGETRUCK.glb +0 -0
- package/dist/assets/models/twin/MINIMALIST/MAN.glb +0 -0
- package/dist/assets/models/twin/MINIMALIST/MAN_ANIMATE.glb +0 -0
- package/dist/assets/models/twin/MINIMALIST/MINIBUS.glb +0 -0
- package/dist/assets/models/twin/MINIMALIST/MOTORCYCLE.glb +0 -0
- package/dist/assets/models/twin/MINIMALIST/MVP.glb +0 -0
- package/dist/assets/models/twin/MINIMALIST/POLICECAR.glb +0 -0
- package/dist/assets/models/twin/MINIMALIST/SMALLBUS.glb +0 -0
- package/dist/assets/models/twin/MINIMALIST/SMALLTRUCK.glb +0 -0
- package/dist/assets/models/twin/MINIMALIST/SUV.glb +0 -0
- package/dist/assets/models/twin/MINIMALIST/TAXI.glb +0 -0
- package/dist/assets/models/twin/MINIMALIST/TOUR.glb +0 -0
- package/dist/assets/models/twin/MINIMALIST/TRAFFICCONE.glb +0 -0
- package/dist/assets/models/twin/MINIMALIST/TRICYCCLE.glb +0 -0
- package/dist/assets/models/twin/MINIMALIST/TRUCK.glb +0 -0
- package/dist/assets/models/twin/MINIMALIST/WATERCAR.glb +0 -0
- package/dist/assets/models/twin/MINIMALIST/WOMAN.glb +0 -0
- package/dist/assets/models/twin/MINIMALIST/WOMAN_ANIMATE.glb +0 -0
- package/dist/assets/models/twin/REALISTIC/AMBULANCE.glb +0 -0
- package/dist/assets/models/twin/REALISTIC/BICYCLE.glb +0 -0
- package/dist/assets/models/twin/REALISTIC/BIGTRUCK.glb +0 -0
- package/dist/assets/models/twin/REALISTIC/BUS.glb +0 -0
- package/dist/assets/models/twin/REALISTIC/CAR.glb +0 -0
- package/dist/assets/models/twin/REALISTIC/DANGEROUS.glb +0 -0
- package/dist/assets/models/twin/REALISTIC/ELECTRICBICYCLE.glb +0 -0
- package/dist/assets/models/twin/REALISTIC/FIRETRUCK.glb +0 -0
- package/dist/assets/models/twin/REALISTIC/LARGETRUCK.glb +0 -0
- package/dist/assets/models/twin/REALISTIC/MAN.glb +0 -0
- package/dist/assets/models/twin/REALISTIC/MINIBUS.glb +0 -0
- package/dist/assets/models/twin/REALISTIC/MOTORCYCLE.glb +0 -0
- package/dist/assets/models/twin/REALISTIC/MPV.glb +0 -0
- package/dist/assets/models/twin/REALISTIC/POLICECAR.glb +0 -0
- package/dist/assets/models/twin/REALISTIC/SMALLBUS.glb +0 -0
- package/dist/assets/models/twin/REALISTIC/SMALLTRUCK.glb +0 -0
- package/dist/assets/models/twin/REALISTIC/SUV.glb +0 -0
- package/dist/assets/models/twin/REALISTIC/TAXI.glb +0 -0
- package/dist/assets/models/twin/REALISTIC/TOUR.glb +0 -0
- package/dist/assets/models/twin/REALISTIC/TRAFFICCONE.glb +0 -0
- package/dist/assets/models/twin/REALISTIC/TRICYCLE.glb +0 -0
- package/dist/assets/models/twin/REALISTIC/TRUCK.glb +0 -0
- package/dist/assets/models/twin/REALISTIC/WATERCAR.glb +0 -0
- package/dist/assets/models/twin/REALISTIC/WOMAN.glb +0 -0
- package/dist/assets/textures/building/1024/Level12_Repeat0_RR1_Grid8_0_LOD0_Res1024_DiffuseMap.PNG +0 -0
- package/dist/assets/textures/building/1024/Level12_Repeat0_RR1_Grid8_0_LOD0_Res1024_EmissiveMap.PNG +0 -0
- package/dist/assets/textures/building/1024/Level12_Repeat0_RR1_Grid8_0_LOD0_Res1024_NormalMap.PNG +0 -0
- package/dist/assets/textures/building/1024/Level12_Repeat0_RR1_Grid8_0_LOD0_Res1024_RoughnessMap.PNG +0 -0
- package/dist/assets/textures/building/1024/Level12_Repeat3_RR1_Grid8_0_LOD0_Res1024_DiffuseMap.PNG +0 -0
- package/dist/assets/textures/building/1024/Level12_Repeat3_RR1_Grid8_0_LOD0_Res1024_EmissiveMap.PNG +0 -0
- package/dist/assets/textures/building/1024/Level12_Repeat3_RR1_Grid8_0_LOD0_Res1024_NormalMap.PNG +0 -0
- package/dist/assets/textures/building/1024/Level12_Repeat3_RR1_Grid8_0_LOD0_Res1024_RoughnessMap.PNG +0 -0
- package/dist/assets/textures/building/1024/Level18_Repeat3_RR1_Grid8_0_LOD0_Res1024_DiffuseMap.PNG +0 -0
- package/dist/assets/textures/building/1024/Level18_Repeat3_RR1_Grid8_0_LOD0_Res1024_EmissiveMap.PNG +0 -0
- package/dist/assets/textures/building/1024/Level18_Repeat3_RR1_Grid8_0_LOD0_Res1024_NormalMap.PNG +0 -0
- package/dist/assets/textures/building/1024/Level18_Repeat3_RR1_Grid8_0_LOD0_Res1024_RoughnessMap.PNG +0 -0
- package/dist/assets/textures/building/1024/Level1_Repeat0_RR1_Grid8_0_LOD0_Res1024_DiffuseMap.PNG +0 -0
- package/dist/assets/textures/building/1024/Level1_Repeat0_RR1_Grid8_0_LOD0_Res1024_EmissiveMap.PNG +0 -0
- package/dist/assets/textures/building/1024/Level1_Repeat0_RR1_Grid8_0_LOD0_Res1024_NormalMap.PNG +0 -0
- package/dist/assets/textures/building/1024/Level1_Repeat0_RR1_Grid8_0_LOD0_Res1024_RoughnessMap.PNG +0 -0
- package/dist/assets/textures/building/1024/Level23_Repeat0_RR1_Grid8_0_LOD0_Res1024_DiffuseMap.PNG +0 -0
- package/dist/assets/textures/building/1024/Level23_Repeat0_RR1_Grid8_0_LOD0_Res1024_EmissiveMap.PNG +0 -0
- package/dist/assets/textures/building/1024/Level23_Repeat0_RR1_Grid8_0_LOD0_Res1024_NormalMap.PNG +0 -0
- package/dist/assets/textures/building/1024/Level23_Repeat0_RR1_Grid8_0_LOD0_Res1024_RoughnessMap.PNG +0 -0
- package/dist/assets/textures/building/1024/Level23_Repeat3_RR1_Grid8_0_LOD0_Res1024_DiffuseMap.PNG +0 -0
- package/dist/assets/textures/building/1024/Level23_Repeat3_RR1_Grid8_0_LOD0_Res1024_EmissiveMap.PNG +0 -0
- package/dist/assets/textures/building/1024/Level23_Repeat3_RR1_Grid8_0_LOD0_Res1024_NormalMap.PNG +0 -0
- package/dist/assets/textures/building/1024/Level23_Repeat3_RR1_Grid8_0_LOD0_Res1024_RoughnessMap.PNG +0 -0
- package/dist/assets/textures/building/1024/Level2_Repeat1_RR1_Grid8_0_LOD0_Res1024_DiffuseMap.PNG +0 -0
- package/dist/assets/textures/building/1024/Level2_Repeat1_RR1_Grid8_0_LOD0_Res1024_EmissiveMap.PNG +0 -0
- package/dist/assets/textures/building/1024/Level2_Repeat1_RR1_Grid8_0_LOD0_Res1024_NormalMap.PNG +0 -0
- package/dist/assets/textures/building/1024/Level2_Repeat1_RR1_Grid8_0_LOD0_Res1024_RoughnessMap.PNG +0 -0
- package/dist/assets/textures/building/1024/Level3_Repeat1_RR1_Grid8_0_LOD0_Res1024_DiffuseMap.PNG +0 -0
- package/dist/assets/textures/building/1024/Level3_Repeat1_RR1_Grid8_0_LOD0_Res1024_EmissiveMap.PNG +0 -0
- package/dist/assets/textures/building/1024/Level3_Repeat1_RR1_Grid8_0_LOD0_Res1024_NormalMap.PNG +0 -0
- package/dist/assets/textures/building/1024/Level3_Repeat1_RR1_Grid8_0_LOD0_Res1024_RoughnessMap.PNG +0 -0
- package/dist/assets/textures/building/1024/Level3_Repeat2_RR1_Grid8_0_LOD0_Res1024_DiffuseMap.PNG +0 -0
- package/dist/assets/textures/building/1024/Level3_Repeat2_RR1_Grid8_0_LOD0_Res1024_EmissiveMap.PNG +0 -0
- package/dist/assets/textures/building/1024/Level3_Repeat2_RR1_Grid8_0_LOD0_Res1024_NormalMap.PNG +0 -0
- package/dist/assets/textures/building/1024/Level3_Repeat2_RR1_Grid8_0_LOD0_Res1024_RoughnessMap.PNG +0 -0
- package/dist/assets/textures/building/1024/Level4_Repeat3_RR1_Grid8_0_LOD0_Res1024_DiffuseMap.PNG +0 -0
- package/dist/assets/textures/building/1024/Level4_Repeat3_RR1_Grid8_0_LOD0_Res1024_EmissiveMap.PNG +0 -0
- package/dist/assets/textures/building/1024/Level4_Repeat3_RR1_Grid8_0_LOD0_Res1024_NormalMap.PNG +0 -0
- package/dist/assets/textures/building/1024/Level4_Repeat3_RR1_Grid8_0_LOD0_Res1024_RoughnessMap.PNG +0 -0
- package/dist/assets/textures/building/1024/Level6_Repeat3_RR1_Grid8_0_LOD0_Res1024_DiffuseMap.PNG +0 -0
- package/dist/assets/textures/building/1024/Level6_Repeat3_RR1_Grid8_0_LOD0_Res1024_EmissiveMap.PNG +0 -0
- package/dist/assets/textures/building/1024/Level6_Repeat3_RR1_Grid8_0_LOD0_Res1024_NormalMap.PNG +0 -0
- package/dist/assets/textures/building/1024/Level6_Repeat3_RR1_Grid8_0_LOD0_Res1024_RoughnessMap.PNG +0 -0
- package/dist/assets/textures/building/1024/Level7_Repeat3_RR1_Grid8_0_LOD0_Res1024_DiffuseMap.PNG +0 -0
- package/dist/assets/textures/building/1024/Level7_Repeat3_RR1_Grid8_0_LOD0_Res1024_EmissiveMap.PNG +0 -0
- package/dist/assets/textures/building/1024/Level7_Repeat3_RR1_Grid8_0_LOD0_Res1024_NormalMap.PNG +0 -0
- package/dist/assets/textures/building/1024/Level7_Repeat3_RR1_Grid8_0_LOD0_Res1024_RoughnessMap.PNG +0 -0
- package/dist/assets/textures/building/ac1.png +0 -0
- package/dist/assets/textures/building/black.png +0 -0
- package/dist/assets/textures/building/buiding_normal.jpg +0 -0
- package/dist/assets/textures/building/buiding_roughness.jpg +0 -0
- package/dist/assets/textures/building/building2_atlas_diffuse.jpg +0 -0
- package/dist/assets/textures/building/building2_atlas_diffuse_debug.jpg +0 -0
- package/dist/assets/textures/building/building3_atlas_diffuse.jpg +0 -0
- package/dist/assets/textures/building/building3_atlas_metallic_roughness.jpg +0 -0
- package/dist/assets/textures/building/building3_atlas_normal.jpg +0 -0
- package/dist/assets/textures/building/building4_diffuse.jpg +0 -0
- package/dist/assets/textures/building/building_atlas_diffuse.jpg +0 -0
- package/dist/assets/textures/building/building_atlas_emissive.jpg +0 -0
- package/dist/assets/textures/building/building_atlas_metallic_roughness.jpg +0 -0
- package/dist/assets/textures/building/building_atlas_normal.jpg +0 -0
- package/dist/assets/textures/building/building_atlas_roughness.jpg +0 -0
- package/dist/assets/textures/building/building_diffuse.jpg +0 -0
- package/dist/assets/textures/building/building_side.jpg +0 -0
- package/dist/assets/textures/cloud/3d_noise_128.png +0 -0
- package/dist/assets/textures/cloud/3d_noise_32.png +0 -0
- package/dist/assets/textures/cloud/BlueNoise_R_128.png +0 -0
- package/dist/assets/textures/cloud/blue_noise.png +0 -0
- package/dist/assets/textures/cloud/clouds_classic.jpg +0 -0
- package/dist/assets/textures/cloud/shape_1.jpg +0 -0
- package/dist/assets/textures/cloud/shape_1.png +0 -0
- package/dist/assets/textures/cloud/skybox.glb +0 -0
- package/dist/assets/textures/cloud/weather_1.png +0 -0
- package/dist/assets/textures/cloud/weather_2.png +0 -0
- package/dist/assets/textures/element/traffic_light_bg.png +0 -0
- package/dist/assets/textures/element/traffic_light_bloom.png +0 -0
- package/dist/assets/textures/element/traffic_light_mask.jpg +0 -0
- package/dist/assets/textures/element/traffic_light_mask.png +0 -0
- package/dist/assets/textures/element/traffic_light_mask_1.jpg +0 -0
- package/dist/assets/textures/element/traffic_light_mask_2.jpg +0 -0
- package/dist/assets/textures/element/traffic_light_mask_3.jpg +0 -0
- package/dist/assets/textures/element/traffic_light_mask_4.jpg +0 -0
- package/dist/assets/textures/element/traffic_light_mask_5.jpg +0 -0
- package/dist/assets/textures/element/traffic_light_mask_far.jpg +0 -0
- package/dist/assets/textures/element/traffic_light_number.png +0 -0
- package/dist/assets/textures/element/traffic_light_number_mask.jpg +0 -0
- package/dist/assets/textures/element/traffic_light_number_mask2.jpg +0 -0
- package/dist/assets/textures/element/traffic_light_number_mask3.jpg +0 -0
- package/dist/assets/textures/element/trafficlight-icon-sprite.jpg +0 -0
- package/dist/assets/textures/excavation/excavationregion_side.jpeg +0 -0
- package/dist/assets/textures/excavation/excavationregion_top.jpeg +0 -0
- package/dist/assets/textures/miscellaneous/debug_grid.jpg +0 -0
- package/dist/assets/textures/realistic/Albedo_2K_vl1lfb3fw_512.jpg +0 -0
- package/dist/assets/textures/realistic/Albedo_2K_xdhhdhl_512.jpg +0 -0
- package/dist/assets/textures/realistic/Grass_1_S.jpg +0 -0
- package/dist/assets/textures/realistic/Green_dark.jpg +0 -0
- package/dist/assets/textures/realistic/Road.jpg +0 -0
- package/dist/assets/textures/realistic/Road_Asphalt_10_albedo.jpg +0 -0
- package/dist/assets/textures/realistic/Road_Asphalt_10_ao.jpg +0 -0
- package/dist/assets/textures/realistic/Road_Asphalt_10_height.jpg +0 -0
- package/dist/assets/textures/realistic/Road_Asphalt_10_normal.jpg +0 -0
- package/dist/assets/textures/realistic/Road_Asphalt_10_roughness.jpg +0 -0
- package/dist/assets/textures/realistic/Road_Asphalt_albedo.jpg +0 -0
- package/dist/assets/textures/realistic/Road_Asphalt_albedo.tif +0 -0
- package/dist/assets/textures/realistic/Road_Asphalt_ao.jpg +0 -0
- package/dist/assets/textures/realistic/Road_Asphalt_ao.tif +0 -0
- package/dist/assets/textures/realistic/Road_Asphalt_height.jpg +0 -0
- package/dist/assets/textures/realistic/Road_Asphalt_height.tif +0 -0
- package/dist/assets/textures/realistic/Road_Asphalt_normal.jpg +0 -0
- package/dist/assets/textures/realistic/Road_Asphalt_normal.tif +0 -0
- package/dist/assets/textures/realistic/Road_Asphalt_roughness.jpg +0 -0
- package/dist/assets/textures/realistic/Road_Asphalt_roughness.tif +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Asphalt_Base10_2x2_512_albedo.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Asphalt_Base10_2x2_512_ao.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Asphalt_Base10_2x2_512_height.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Asphalt_Base10_2x2_512_normal.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Asphalt_Base10_2x2_512_roughness.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Concrete_WW2_2x2_512_albedo.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Concrete_WW2_2x2_512_normal.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Concrete_WW2_2x2_512_roughness.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Green_Default_albedo.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Greenbelt_Default_albedo.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Ground_MudWet_512_roughness.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Ground_RockBed4_512_albedo.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Ground_RockBed4_512_ao.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Ground_RockBed4_512_height.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Ground_RockBed4_512_normal.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Ground_RockBed4_512_roughness.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Nature_Moss_512_albedo.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Nature_Moss_512_ao.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Nature_Moss_512_height.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Nature_Moss_512_normal.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Nature_Moss_512_roughness.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Nature_Pebbles_512_albedo.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Nature_Pebbles_512_ao.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Nature_Pebbles_512_height.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Nature_Pebbles_512_normal.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Nature_Pebbles_512_roughness.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Road_Default_albedo.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Roofing_Bitumen_512_albedo.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Roofing_Bitumen_512_ao.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Roofing_Bitumen_512_height.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Roofing_Bitumen_512_normal.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Roofing_Bitumen_512_roughness.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Snow_Plain_3x3_512_height.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Snow_Plain_3x3_512_noise.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Various_HighRise4_512_albedo.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Various_HighRise4_512_ao.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Various_HighRise4_512_emissive.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Various_HighRise4_512_height.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Various_HighRise4_512_metallic.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Various_HighRise4_512_normal.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Various_HighRise4_512_roughness.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Various_HighRise5_512_albedo.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Various_HighRise5_512_ao.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Various_HighRise5_512_emissive.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Various_HighRise5_512_metallic.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Various_HighRise5_512_normal.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Various_HighRise5_512_roughness.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Various_HighRise6_512_albedo.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Various_HighRise6_512_ao.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Various_HighRise6_512_emissive.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Various_HighRise6_512_height.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Various_HighRise6_512_metallic.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Various_HighRise6_512_normal.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Various_HighRise6_512_roughness.jpg +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Various_HighRise_512_albedo.png +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Various_HighRise_512_ao.png +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Various_HighRise_512_emissive.png +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Various_HighRise_512_normal.png +0 -0
- package/dist/assets/textures/realistic/TexturesCom_Various_HighRise_512_roughness.png +0 -0
- package/dist/assets/textures/sky/clear/afternoon/afternoon.jpg +0 -0
- package/dist/assets/textures/sky/clear/default/default.jpg +0 -0
- package/dist/assets/textures/sky/clear/dusk/dusk.jpg +0 -0
- package/dist/assets/textures/sky/clear/night/night.jpg +0 -0
- package/dist/assets/textures/sky/cloudy/afternoon/afternoon.jpg +0 -0
- package/dist/assets/textures/sky/cloudy/default/default.jpg +0 -0
- package/dist/assets/textures/sky/cloudy/dusk/dusk.jpg +0 -0
- package/dist/assets/textures/sky/cloudy/night/night.jpg +0 -0
- package/dist/assets/textures/sky/gradient/sky_gradient.jpg +0 -0
- package/dist/assets/textures/sky/gradient/sky_gradient1.png +0 -0
- package/dist/assets/textures/sky/moon/moonNoise.png +0 -0
- package/dist/assets/textures/sky/others/cloud/default/nx.jpg +0 -0
- package/dist/assets/textures/sky/others/cloud/default/ny.jpg +0 -0
- package/dist/assets/textures/sky/others/cloud/default/nz.jpg +0 -0
- package/dist/assets/textures/sky/others/cloud/default/px.jpg +0 -0
- package/dist/assets/textures/sky/others/cloud/default/py.jpg +0 -0
- package/dist/assets/textures/sky/others/cloud/default/pz.jpg +0 -0
- package/dist/assets/textures/sky/others/cloud/tile.png +0 -0
- package/dist/assets/textures/sky/others/lensflare0.png +0 -0
- package/dist/assets/textures/sky/others/lensflare3.png +0 -0
- package/dist/assets/textures/sky/others/smokeparticle.webp +0 -0
- package/dist/assets/textures/sky/others/snow.png +0 -0
- package/dist/assets/textures/sky/others/stars.jpg +0 -0
- package/dist/assets/textures/sky/others/stars_2k.jpg +0 -0
- package/dist/assets/textures/sky/others/trace_01.png +0 -0
- package/dist/assets/textures/sky/overcast/afternoon/afternoon.jpg +0 -0
- package/dist/assets/textures/sky/overcast/default/default.jpg +0 -0
- package/dist/assets/textures/sky/overcast/dusk/dusk.jpg +0 -0
- package/dist/assets/textures/sky/overcast/night/night.jpg +0 -0
- package/dist/assets/textures/sky/partlyCloudy/afternoon/afternoon.jpg +0 -0
- package/dist/assets/textures/sky/partlyCloudy/default/default.jpg +0 -0
- package/dist/assets/textures/sky/partlyCloudy/dusk/dusk.jpg +0 -0
- package/dist/assets/textures/sky/partlyCloudy/night/night.jpg +0 -0
- package/dist/assets/textures/sky/partlyCloudy_default.HDR +0 -0
- package/dist/assets/textures/sky/partlyCloudy_default.jpg +0 -0
- package/dist/assets/textures/sky/test/nx.jpeg +0 -0
- package/dist/assets/textures/sky/test/ny.jpeg +0 -0
- package/dist/assets/textures/sky/test/nz.jpeg +0 -0
- package/dist/assets/textures/sky/test/px.jpeg +0 -0
- package/dist/assets/textures/sky/test/py.jpeg +0 -0
- package/dist/assets/textures/sky/test/pz.jpeg +0 -0
- package/dist/assets/textures/tree/hill_tree_billboard.png +0 -0
- package/dist/assets/textures/tree/hill_tree_billboard_normal.png +0 -0
- package/dist/assets/textures/tree/number_grid.png +0 -0
- package/dist/assets/textures/water/lake_bed.webp +0 -0
- package/dist/assets/textures/water/lake_normal.webp +0 -0
- package/dist/assets/textures/water/ocean_bed.webp +0 -0
- package/dist/assets/textures/water/ocean_normal.webp +0 -0
- package/dist/assets/textures/water/river_bed.webp +0 -0
- package/dist/assets/textures/water/river_normal.webp +0 -0
- package/dist/assets/textures/water/waternomal.jpg +0 -0
- package/dist/assets/workers/jsonWorker.js +2 -0
- package/dist/devtool/panel.js +515 -0
- package/dist/mapvthree.module.js +58914 -0
- package/dist/mapvthree.umd.js +53 -0
- package/dist/types/Internal.d.ts +18 -0
- package/dist/types/addons/highwaymap/Viewer.d.ts +164 -0
- package/dist/types/addons/highwaymap/index.d.ts +3 -0
- package/dist/types/addons/highwaymap/map/Map.d.ts +59 -0
- package/dist/types/addons/highwaymap/map/MapControl.d.ts +57 -0
- package/dist/types/addons/highwaymap/service/index.d.ts +3 -0
- package/dist/types/addons/highwaymap/utils/eventTypes.d.ts +15 -0
- package/dist/types/addons/index.d.ts +4 -0
- package/dist/types/addons/traffic/config/assets.d.ts +78 -0
- package/dist/types/addons/traffic/config/element.d.ts +23 -0
- package/dist/types/addons/traffic/handler/AbstractLoadPolicy.d.ts +13 -0
- package/dist/types/addons/traffic/handler/DefaultLoadPolicy.d.ts +5 -0
- package/dist/types/addons/traffic/handler/ModelCreator.d.ts +70 -0
- package/dist/types/addons/traffic/handler/ModelHandler.d.ts +131 -0
- package/dist/types/addons/traffic/handler/assets.d.ts +365 -0
- package/dist/types/addons/traffic/handler/ceilManager.d.ts +16 -0
- package/dist/types/addons/traffic/handler/tools.d.ts +17 -0
- package/dist/types/addons/traffic/handler/trafficLight.d.ts +253 -0
- package/dist/types/addons/traffic/index.d.ts +16 -0
- package/dist/types/addons/traffic/objects/BasicLabel.d.ts +226 -0
- package/dist/types/addons/traffic/objects/Diamond.d.ts +61 -0
- package/dist/types/addons/traffic/objects/DynamicModel.d.ts +129 -0
- package/dist/types/addons/traffic/objects/InstancedModel.d.ts +91 -0
- package/dist/types/addons/traffic/objects/LineMesh.d.ts +6 -0
- package/dist/types/addons/traffic/objects/Model.d.ts +169 -0
- package/dist/types/addons/traffic/objects/TrafficGroup.d.ts +16 -0
- package/dist/types/addons/traffic/objects/TrafficInstancedObject.d.ts +7 -0
- package/dist/types/addons/traffic/objects/TrafficObject.d.ts +14 -0
- package/dist/types/addons/traffic/objects/curveLineMesh.d.ts +29 -0
- package/dist/types/addons/traffic/objects/shaders/Line2dShader.d.ts +1 -0
- package/dist/types/addons/traffic/objects/shaders/RingCircle.d.ts +19 -0
- package/dist/types/addons/traffic/objects/shaders/WaveCircle2.d.ts +13 -0
- package/dist/types/addons/traffic/objects/shaders/WaveCircle4.d.ts +17 -0
- package/dist/types/addons/traffic/objects/shaders/WaveCircle5.d.ts +17 -0
- package/dist/types/addons/traffic/service/assets.d.ts +50 -0
- package/dist/types/addons/traffic/utils/BasicLabel.d.ts +3 -0
- package/dist/types/addons/traffic/utils/MapMath.d.ts +78 -0
- package/dist/types/addons/traffic/utils/assets.d.ts +108 -0
- package/dist/types/addons/traffic/utils/freeTag.d.ts +71 -0
- package/dist/types/addons/traffic/utils/hooks.d.ts +1 -0
- package/dist/types/addons/traffic/utils/index.d.ts +26 -0
- package/dist/types/addons/traffic/utils/trafficLight.d.ts +73 -0
- package/dist/types/addons/traffic/utils/ws.d.ts +23 -0
- package/dist/types/addons/visual/core/LRU.d.ts +27 -0
- package/dist/types/addons/visual/core/defines.d.ts +55 -0
- package/dist/types/addons/visual/core/global.d.ts +29 -0
- package/dist/types/addons/visual/extension/AnimatePolygon.d.ts +108 -0
- package/dist/types/addons/visual/extension/DoubleLine.d.ts +137 -0
- package/dist/types/addons/visual/extension/FlyLineLayer.d.ts +140 -0
- package/dist/types/addons/visual/extension/MeshLine.d.ts +61 -0
- package/dist/types/addons/visual/extension/TubeLine.d.ts +93 -0
- package/dist/types/addons/visual/extension/Water/Reflector.d.ts +26 -0
- package/dist/types/addons/visual/extension/Water/Refractor.d.ts +26 -0
- package/dist/types/addons/visual/extension/Water/Water.d.ts +60 -0
- package/dist/types/addons/visual/extension/Water/WaterFive.d.ts +20 -0
- package/dist/types/addons/visual/extension/Water/WaterFour.d.ts +17 -0
- package/dist/types/addons/visual/extension/Water/WaterOne.d.ts +10 -0
- package/dist/types/addons/visual/extension/Water/WaterSix.d.ts +15 -0
- package/dist/types/addons/visual/extension/Water/WaterThree.d.ts +14 -0
- package/dist/types/addons/visual/extension/Water/WaterTwo.d.ts +14 -0
- package/dist/types/addons/visual/extension/specialEffect/LateralScan.d.ts +32 -0
- package/dist/types/addons/visual/extension/specialEffect/LineGradient.d.ts +28 -0
- package/dist/types/addons/visual/extension/specialEffect/TwinkleEffect.d.ts +30 -0
- package/dist/types/addons/visual/index.d.ts +17 -0
- package/dist/types/addons/visual/map/Fence.d.ts +121 -0
- package/dist/types/addons/visual/map/Polyline.d.ts +178 -0
- package/dist/types/addons/visual/mapTile/MapLayer.d.ts +50 -0
- package/dist/types/addons/visual/mapTile/MapLayerLoader.d.ts +15 -0
- package/dist/types/addons/visual/mapTile/MapLodLayer.d.ts +15 -0
- package/dist/types/addons/visual/mapTile/MapRequest.d.ts +69 -0
- package/dist/types/addons/visual/mapTile/MapTile.d.ts +131 -0
- package/dist/types/addons/visual/mapTile/MapTileLoader.d.ts +26 -0
- package/dist/types/addons/visual/mapTile/config.d.ts +381 -0
- package/dist/types/addons/visual/mapTile/workers/WorkerService.d.ts +9 -0
- package/dist/types/addons/visual/mapTile/workers/WorkerServiceManager.d.ts +8 -0
- package/dist/types/addons/visual/utils/AdaptedThree.d.ts +22 -0
- package/dist/types/addons/visual/utils/CombinePositions.d.ts +23 -0
- package/dist/types/addons/visual/utils/Extrude.d.ts +92 -0
- package/dist/types/addons/visual/utils/GenerateObject.d.ts +32 -0
- package/dist/types/addons/visual/utils/GeoJSONUtil.d.ts +10 -0
- package/dist/types/addons/visual/utils/MapMath.d.ts +66 -0
- package/dist/types/addons/visual/utils/MergeGeometries.d.ts +13 -0
- package/dist/types/addons/visual/utils/OrganizedGeometry.d.ts +33 -0
- package/dist/types/addons/visual/utils/OrganizedMaterial.d.ts +5 -0
- package/dist/types/addons/visual/utils/lines/Line2.d.ts +7 -0
- package/dist/types/addons/visual/utils/lines/LineDashShaderMaterial.d.ts +4 -0
- package/dist/types/addons/visual/utils/lines/LineGeometry.d.ts +7 -0
- package/dist/types/addons/visual/utils/lines/LineMaterial.d.ts +4 -0
- package/dist/types/addons/visual/utils/lines/LineSegments2.d.ts +9 -0
- package/dist/types/addons/visual/utils/lines/LineSegmentsGeometry.d.ts +17 -0
- package/dist/types/addons/visual/utils/util.d.ts +269 -0
- package/dist/types/assets/libs/basis/basis_transcoder.d.ts +5 -0
- package/dist/types/assets/libs/draco/draco_decoder.d.ts +5 -0
- package/dist/types/assets/libs/draco/draco_encoder.d.ts +5 -0
- package/dist/types/assets/libs/draco/draco_wasm_wrapper.d.ts +5 -0
- package/dist/types/assets/libs/draco/gltf/draco_decoder.d.ts +5 -0
- package/dist/types/assets/libs/draco/gltf/draco_encoder.d.ts +5 -0
- package/dist/types/assets/libs/draco/gltf/draco_wasm_wrapper.d.ts +5 -0
- package/dist/types/assets/workers/jsonWorker.d.ts +2 -0
- package/dist/types/devtool/panel.d.ts +11 -0
- package/dist/types/index.d.ts +176 -0
- package/dist/types/index.open.d.ts +56 -0
- package/dist/types/threejs/controls/MapControl.d.ts +57 -0
- package/dist/types/threejs/controls/MapControl3D.d.ts +134 -0
- package/dist/types/threejs/controls/PointerLockControls.d.ts +17 -0
- package/dist/types/threejs/controls/PointerMovementAggregator.d.ts +23 -0
- package/dist/types/threejs/controls/TransformControls.d.ts +70 -0
- package/dist/types/threejs/core/CustomInstancedBufferGeometry.d.ts +14 -0
- package/dist/types/threejs/core/CustomRaycaster.d.ts +7 -0
- package/dist/types/threejs/geometries/ShadowVolumLineGeometry.d.ts +12 -0
- package/dist/types/threejs/geometries/line/FatLineGeometry.d.ts +48 -0
- package/dist/types/threejs/geometries/line/GroundFatLineGeometry.d.ts +47 -0
- package/dist/types/threejs/geometries/line/PolylineGeometry.d.ts +29 -0
- package/dist/types/threejs/geometries/line/SimpleLineGeometry.d.ts +12 -0
- package/dist/types/threejs/geometries/line/WallGeometry.d.ts +30 -0
- package/dist/types/threejs/geometries/point/Ballon.d.ts +5 -0
- package/dist/types/threejs/geometries/point/Billboard.d.ts +7 -0
- package/dist/types/threejs/geometries/point/IconGeometry.d.ts +6 -0
- package/dist/types/threejs/geometries/point/IconPointGeometry.d.ts +5 -0
- package/dist/types/threejs/geometries/point/LabelGeometry.d.ts +5 -0
- package/dist/types/threejs/geometries/point/Plane.d.ts +4 -0
- package/dist/types/threejs/geometries/point/Shape.d.ts +13 -0
- package/dist/types/threejs/geometries/point/SimplePointGeometry.d.ts +5 -0
- package/dist/types/threejs/geometries/point/SparkGeometry.d.ts +5 -0
- package/dist/types/threejs/geometries/point/SpecialPointGeometry.d.ts +5 -0
- package/dist/types/threejs/geometries/point/SymbolGeometry.d.ts +10 -0
- package/dist/types/threejs/geometries/polygon/PolygonGeometry.d.ts +76 -0
- package/dist/types/threejs/geometries/sphere/BasePillarGeometry.d.ts +44 -0
- package/dist/types/threejs/geometries/sphere/ConeGeometry.d.ts +9 -0
- package/dist/types/threejs/geometries/sphere/GridGeometry.d.ts +8 -0
- package/dist/types/threejs/geometries/sphere/LightSphereGeometry.d.ts +13 -0
- package/dist/types/threejs/geometries/sphere/PillarGeometry.d.ts +6 -0
- package/dist/types/threejs/helpers/BoundingBoxHelper.d.ts +15 -0
- package/dist/types/threejs/helpers/OrientedBoundingBoxHelper.d.ts +9 -0
- package/dist/types/threejs/loaders/3dtiles/B3DMLoader.d.ts +7 -0
- package/dist/types/threejs/loaders/3dtiles/CMPTLoader.d.ts +10 -0
- package/dist/types/threejs/loaders/3dtiles/GLTFExtensionLoader.d.ts +6 -0
- package/dist/types/threejs/loaders/3dtiles/I3DMLoader.d.ts +7 -0
- package/dist/types/threejs/loaders/3dtiles/PNTSLoader.d.ts +5 -0
- package/dist/types/threejs/loaders/3dtiles/base/B3DMLoaderBase.d.ts +11 -0
- package/dist/types/threejs/loaders/3dtiles/base/CMPTLoaderBase.d.ts +11 -0
- package/dist/types/threejs/loaders/3dtiles/base/I3DMLoaderBase.d.ts +11 -0
- package/dist/types/threejs/loaders/3dtiles/base/LoaderBase.d.ts +9 -0
- package/dist/types/threejs/loaders/3dtiles/base/PNTSLoaderBase.d.ts +10 -0
- package/dist/types/threejs/loaders/GLTFLoader.d.ts +18 -0
- package/dist/types/threejs/loaders/GifLoader.d.ts +19 -0
- package/dist/types/threejs/loaders/globals.d.ts +16 -0
- package/dist/types/threejs/loaders/gltf/GLTFMeshFeaturesExtension.d.ts +9 -0
- package/dist/types/threejs/loaders/gltf/GLTFStructuralMetadataExtension.d.ts +9 -0
- package/dist/types/threejs/loaders/gltf/MeshFeatures.d.ts +13 -0
- package/dist/types/threejs/loaders/gltf/MeshFeaturesMaterial.d.ts +74 -0
- package/dist/types/threejs/loaders/gltf/metadata/JsonMetadataTable.d.ts +56 -0
- package/dist/types/threejs/loaders/gltf/metadata/MetadataTable.d.ts +183 -0
- package/dist/types/threejs/loaders/gltf/metadata/MetadataTableProperty.d.ts +38 -0
- package/dist/types/threejs/loaders/gltf/metadata/PropertyAttribute.d.ts +100 -0
- package/dist/types/threejs/loaders/gltf/metadata/PropertyAttributeProperty.d.ts +95 -0
- package/dist/types/threejs/loaders/gltf/metadata/PropertyTable.d.ts +219 -0
- package/dist/types/threejs/loaders/gltf/metadata/PropertyTexture.d.ts +96 -0
- package/dist/types/threejs/loaders/gltf/metadata/PropertyTextureProperty.d.ts +23 -0
- package/dist/types/threejs/loaders/gltf/metadata/StructuralMetadata.d.ts +158 -0
- package/dist/types/threejs/loaders/gltf/metadata/parseStructuralMetadata.d.ts +26 -0
- package/dist/types/threejs/loaders/utilities/BatchTable.d.ts +8 -0
- package/dist/types/threejs/loaders/utilities/BatchTableHierarchyExtension.d.ts +12 -0
- package/dist/types/threejs/loaders/utilities/FeatureTable.d.ts +11 -0
- package/dist/types/threejs/loaders/utilities/TexCoordUtilities.d.ts +4 -0
- package/dist/types/threejs/loaders/utilities/TextureReadUtility.d.ts +10 -0
- package/dist/types/threejs/loaders/utilities/TextureUtils.d.ts +14 -0
- package/dist/types/threejs/loaders/utilities/arrayToString.d.ts +1 -0
- package/dist/types/threejs/loaders/utilities/estimateBytesUsed.d.ts +1 -0
- package/dist/types/threejs/materials/CommonShaderMaterial.d.ts +5 -0
- package/dist/types/threejs/materials/common.d.ts +46 -0
- package/dist/types/threejs/materials/effects/EffectCommonMaterial.d.ts +17 -0
- package/dist/types/threejs/materials/effects/ScanMaterial.d.ts +81 -0
- package/dist/types/threejs/materials/effects/ScanNodeMaterial.d.ts +12 -0
- package/dist/types/threejs/materials/effects/TwinkleMaterial.d.ts +65 -0
- package/dist/types/threejs/materials/effects/WindowMaterial.d.ts +45 -0
- package/dist/types/threejs/materials/effects/WindowNodeMaterial.d.ts +11 -0
- package/dist/types/threejs/materials/effects/common.d.ts +22 -0
- package/dist/types/threejs/materials/element/NewTrafficLightMaterial.d.ts +14 -0
- package/dist/types/threejs/materials/element/ScreenMaterial.d.ts +13 -0
- package/dist/types/threejs/materials/element/TileTrafficLightMaterial.d.ts +15 -0
- package/dist/types/threejs/materials/element/TrafficLightMaterial.d.ts +13 -0
- package/dist/types/threejs/materials/engine/MrtPostMaterial.d.ts +16 -0
- package/dist/types/threejs/materials/engine/SsrMaterial.d.ts +15 -0
- package/dist/types/threejs/materials/extend/ExtendMeshStandardMaterial.d.ts +51 -0
- package/dist/types/threejs/materials/extend/MeshHeightMaterial.d.ts +21 -0
- package/dist/types/threejs/materials/extend/MultipleTexturesMeshStandardMaterial.d.ts +3 -0
- package/dist/types/threejs/materials/heatmap/Heatmap.d.ts +15 -0
- package/dist/types/threejs/materials/heatmap/Heatmap3D.d.ts +12 -0
- package/dist/types/threejs/materials/heatmap/HeatmapDepthTexture.d.ts +11 -0
- package/dist/types/threejs/materials/heatmap/HeatmapTexture.d.ts +18 -0
- package/dist/types/threejs/materials/line/FatLineMaterial.d.ts +11 -0
- package/dist/types/threejs/materials/line/PolylineMaterial.d.ts +12 -0
- package/dist/types/threejs/materials/line/TrafficLinkMaterial.d.ts +21 -0
- package/dist/types/threejs/materials/line/WallMaterial.d.ts +13 -0
- package/dist/types/threejs/materials/map/BaiduVectorMaterial.d.ts +10 -0
- package/dist/types/threejs/materials/map/MVTMaterial.d.ts +11 -0
- package/dist/types/threejs/materials/map/PlaceholderMaterial.d.ts +9 -0
- package/dist/types/threejs/materials/natural/BillboardTreeMaterial.d.ts +12 -0
- package/dist/types/threejs/materials/natural/DynamicSkyMaterial.d.ts +18 -0
- package/dist/types/threejs/materials/natural/FoliageLeafMaterial.d.ts +23 -0
- package/dist/types/threejs/materials/natural/SkyMaterial.d.ts +7 -0
- package/dist/types/threejs/materials/natural/StaticSkyMaterial.d.ts +13 -0
- package/dist/types/threejs/materials/natural/VerticalGradientSkyMaterial.d.ts +15 -0
- package/dist/types/threejs/materials/natural/WaterMaterial.d.ts +36 -0
- package/dist/types/threejs/materials/point/ActiveCircle.d.ts +12 -0
- package/dist/types/threejs/materials/point/Arrow.d.ts +8 -0
- package/dist/types/threejs/materials/point/Ballon.d.ts +9 -0
- package/dist/types/threejs/materials/point/Bubble.d.ts +11 -0
- package/dist/types/threejs/materials/point/Circle.d.ts +11 -0
- package/dist/types/threejs/materials/point/EffectModel.d.ts +13 -0
- package/dist/types/threejs/materials/point/EffectPoint.d.ts +6 -0
- package/dist/types/threejs/materials/point/Fan.d.ts +9 -0
- package/dist/types/threejs/materials/point/Icon.d.ts +8 -0
- package/dist/types/threejs/materials/point/IconPoint.d.ts +8 -0
- package/dist/types/threejs/materials/point/Label.d.ts +8 -0
- package/dist/types/threejs/materials/point/Shape.d.ts +9 -0
- package/dist/types/threejs/materials/point/Simple.d.ts +10 -0
- package/dist/types/threejs/materials/point/Spark.d.ts +10 -0
- package/dist/types/threejs/materials/point/SpecialPoint.d.ts +8 -0
- package/dist/types/threejs/materials/point/Symbol.d.ts +10 -0
- package/dist/types/threejs/materials/point/common.d.ts +61 -0
- package/dist/types/threejs/materials/polygon/PolygonMaterial.d.ts +13 -0
- package/dist/types/threejs/materials/shadowVolume/LineShadowVolumeMaterial.d.ts +16 -0
- package/dist/types/threejs/materials/shadowVolume/ShadowVolumeMaterial.d.ts +13 -0
- package/dist/types/threejs/materials/sphere/ConeMaterial.d.ts +14 -0
- package/dist/types/threejs/materials/sphere/GridMaterial.d.ts +9 -0
- package/dist/types/threejs/materials/sphere/LightSphere.d.ts +8 -0
- package/dist/types/threejs/materials/sphere/PillarMaterial.d.ts +14 -0
- package/dist/types/threejs/materials/text/Default.d.ts +12 -0
- package/dist/types/threejs/materials/text/sdf/SDFTextMaterial.d.ts +12 -0
- package/dist/types/threejs/objects/FadeData.d.ts +32 -0
- package/dist/types/threejs/objects/GeoGroup.d.ts +9 -0
- package/dist/types/threejs/objects/GeoInstancedMesh.d.ts +95 -0
- package/dist/types/threejs/objects/GeoLine.d.ts +14 -0
- package/dist/types/threejs/objects/GeoMesh.d.ts +9 -0
- package/dist/types/threejs/objects/GeoObject.d.ts +145 -0
- package/dist/types/threejs/objects/GeoPoints.d.ts +26 -0
- package/dist/types/threejs/objects/ThreeObject.d.ts +49 -0
- package/dist/types/threejs/objects/element/RoadLight.d.ts +8 -0
- package/dist/types/threejs/objects/element/TileLightManager.d.ts +66 -0
- package/dist/types/threejs/objects/element/TileTrafficLight.d.ts +58 -0
- package/dist/types/threejs/objects/element/TrafficLight.d.ts +32 -0
- package/dist/types/threejs/objects/ground/groundObject.d.ts +60 -0
- package/dist/types/threejs/objects/heatmap/Heatmap.d.ts +148 -0
- package/dist/types/threejs/objects/heatmap/Heatmap3D.d.ts +58 -0
- package/dist/types/threejs/objects/instance/DynamicInstancedMesh.d.ts +93 -0
- package/dist/types/threejs/objects/instance/GridLODInstancedMesh.d.ts +47 -0
- package/dist/types/threejs/objects/instance/InstancedModel.d.ts +56 -0
- package/dist/types/threejs/objects/instance/LODDynamicInstancedMesh.d.ts +10 -0
- package/dist/types/threejs/objects/instance/LineInstancedMesh.d.ts +65 -0
- package/dist/types/threejs/objects/line/FatLine.d.ts +243 -0
- package/dist/types/threejs/objects/line/GroundFatLine.d.ts +18 -0
- package/dist/types/threejs/objects/line/Polyline.d.ts +85 -0
- package/dist/types/threejs/objects/line/SimpleLine.d.ts +47 -0
- package/dist/types/threejs/objects/line/TrafficLink.d.ts +3 -0
- package/dist/types/threejs/objects/line/Wall.d.ts +249 -0
- package/dist/types/threejs/objects/natural/BillboardTree.d.ts +9 -0
- package/dist/types/threejs/objects/natural/Cloud.d.ts +29 -0
- package/dist/types/threejs/objects/natural/Sky.d.ts +6 -0
- package/dist/types/threejs/objects/natural/SkyAtmosphere.d.ts +25 -0
- package/dist/types/threejs/objects/natural/SkyBox.d.ts +8 -0
- package/dist/types/threejs/objects/natural/VolumetricClouds.d.ts +10 -0
- package/dist/types/threejs/objects/point/ActiveMesh.d.ts +5 -0
- package/dist/types/threejs/objects/point/BallonPoint.d.ts +13 -0
- package/dist/types/threejs/objects/point/BubblePoint.d.ts +46 -0
- package/dist/types/threejs/objects/point/Circle.d.ts +111 -0
- package/dist/types/threejs/objects/point/ClusterPoint.d.ts +184 -0
- package/dist/types/threejs/objects/point/CustomMesh.d.ts +4 -0
- package/dist/types/threejs/objects/point/DomPoint.d.ts +87 -0
- package/dist/types/threejs/objects/point/EffectModelPoint.d.ts +70 -0
- package/dist/types/threejs/objects/point/FanPoint.d.ts +57 -0
- package/dist/types/threejs/objects/point/GeoInstancedPointMesh.d.ts +4 -0
- package/dist/types/threejs/objects/point/Icon.d.ts +149 -0
- package/dist/types/threejs/objects/point/IconPoint.d.ts +84 -0
- package/dist/types/threejs/objects/point/Label.d.ts +365 -0
- package/dist/types/threejs/objects/point/PointGroup.d.ts +35 -0
- package/dist/types/threejs/objects/point/ShapePoint.d.ts +12 -0
- package/dist/types/threejs/objects/point/SimplePoint.d.ts +108 -0
- package/dist/types/threejs/objects/point/Spark.d.ts +69 -0
- package/dist/types/threejs/objects/point/SpecialPoint.d.ts +39 -0
- package/dist/types/threejs/objects/point/Text.d.ts +184 -0
- package/dist/types/threejs/objects/point/TwinLabel.d.ts +202 -0
- package/dist/types/threejs/objects/polygon/Polygon.d.ts +87 -0
- package/dist/types/threejs/objects/sphere/Cone.d.ts +63 -0
- package/dist/types/threejs/objects/sphere/Grid.d.ts +80 -0
- package/dist/types/threejs/objects/sphere/LightSphere.d.ts +63 -0
- package/dist/types/threejs/objects/sphere/Pillar.d.ts +25 -0
- package/dist/types/threejs/objects/text/AlphaImage.d.ts +6 -0
- package/dist/types/threejs/objects/text/CollisionIndex.d.ts +0 -0
- package/dist/types/threejs/objects/text/GlyphAtlas.d.ts +6 -0
- package/dist/types/threejs/objects/text/GridIndex.d.ts +0 -0
- package/dist/types/threejs/objects/text/SDFText.d.ts +121 -0
- package/dist/types/threejs/objects/text/SymbolQuad.d.ts +13 -0
- package/dist/types/threejs/objects/text/font-atlas-manager.d.ts +21 -0
- package/dist/types/threejs/objects/text/glyph-manager.d.ts +14 -0
- package/dist/types/threejs/objects/text/symbol-layout.d.ts +10 -0
- package/dist/types/threejs/objects/text/utils.d.ts +45 -0
- package/dist/types/threejs/particles/Emitter.d.ts +2 -0
- package/dist/types/threejs/particles/Fireflies.d.ts +55 -0
- package/dist/types/threejs/particles/Particle.d.ts +5 -0
- package/dist/types/threejs/particles/ParticleSystem.d.ts +4 -0
- package/dist/types/threejs/postprocessing/ColorAdjustPass.d.ts +24 -0
- package/dist/types/threejs/postprocessing/CompositionPass.d.ts +20 -0
- package/dist/types/threejs/postprocessing/RenderPass.d.ts +15 -0
- package/dist/types/threejs/postprocessing/SsrPass.d.ts +15 -0
- package/dist/types/threejs/postprocessing/UnrealBloomPass.d.ts +46 -0
- package/dist/types/threejs/renderers/shaders/overrideShader.d.ts +13 -0
- package/dist/types/threejs/renderers/shaders/shaderLib/meshbasic.glsl.d.ts +2 -0
- package/dist/types/threejs/renderers/shaders/shaderLib/meshphysical.glsl.d.ts +2 -0
- package/dist/types/threejs/shaders/CloudShader.d.ts +73 -0
- package/dist/types/threejs/shaders/SkyAtmosphereShader.d.ts +365 -0
- package/dist/types/threejs/shaders/VolumetricCloudsShader.d.ts +115 -0
- package/dist/types/threejs/utils/model.d.ts +18 -0
- package/dist/types/threejs/utils/polygon.d.ts +9 -0
- package/dist/types/threejs/utils/polyline.d.ts +11 -0
- package/dist/types/threejs/utils/sprite.d.ts +3 -0
- package/dist/types/threemap/3dtiles/BVHWorkerTaskScheduler.d.ts +10 -0
- package/dist/types/threemap/3dtiles/Default3DTiles.d.ts +170 -0
- package/dist/types/threemap/3dtiles/Default3DTilesGroup.d.ts +11 -0
- package/dist/types/threemap/3dtiles/HDMap/HDMapEdit.d.ts +88 -0
- package/dist/types/threemap/3dtiles/HDMap/HDMapGrid.d.ts +39 -0
- package/dist/types/threemap/3dtiles/HDMap/HDMapTurnEdit.d.ts +62 -0
- package/dist/types/threemap/3dtiles/HDMap/TurnWaitingEditor.d.ts +24 -0
- package/dist/types/threemap/3dtiles/HDMap/Visibility.d.ts +22 -0
- package/dist/types/threemap/3dtiles/HDMap/dataType.d.ts +26 -0
- package/dist/types/threemap/3dtiles/HDMap/materialType.d.ts +70 -0
- package/dist/types/threemap/3dtiles/HDMap3DTiles.d.ts +24 -0
- package/dist/types/threemap/3dtiles/TrafficMap3DTiles.d.ts +24 -0
- package/dist/types/threemap/3dtiles/bvh.worker.d.ts +1 -0
- package/dist/types/threemap/3dtiles/cesium/Cesium3DTile.d.ts +81 -0
- package/dist/types/threemap/3dtiles/cesium/Cesium3DTileOptimizations.d.ts +9 -0
- package/dist/types/threemap/3dtiles/cesium/Cesium3DTileset.d.ts +211 -0
- package/dist/types/threemap/3dtiles/cesium/Cesium3DTilesetCache.d.ts +14 -0
- package/dist/types/threemap/3dtiles/cesium/Cesium3DTilesetMetadata.d.ts +19 -0
- package/dist/types/threemap/3dtiles/cesium/Cesium3DTilesetStatistics.d.ts +16 -0
- package/dist/types/threemap/3dtiles/cesium/boundingVolume/ExtendedFrustum.d.ts +5 -0
- package/dist/types/threemap/3dtiles/cesium/boundingVolume/OBB.d.ts +29 -0
- package/dist/types/threemap/3dtiles/cesium/boundingVolume/TileBoundingVolume.d.ts +19 -0
- package/dist/types/threemap/3dtiles/cesium/content/Cesium3DContentGroup.d.ts +6 -0
- package/dist/types/threemap/3dtiles/cesium/content/Cesium3DTileContentFactory.d.ts +15 -0
- package/dist/types/threemap/3dtiles/cesium/content/Cesium3DTileContentState.d.ts +9 -0
- package/dist/types/threemap/3dtiles/cesium/content/Cesium3DTileContentType.d.ts +151 -0
- package/dist/types/threemap/3dtiles/cesium/content/Empty3DTileContent.d.ts +50 -0
- package/dist/types/threemap/3dtiles/cesium/content/Implicit3DTileContent.d.ts +41 -0
- package/dist/types/threemap/3dtiles/cesium/content/Mesh3DTileContent.d.ts +19 -0
- package/dist/types/threemap/3dtiles/cesium/content/Multiple3DTileContent.d.ts +23 -0
- package/dist/types/threemap/3dtiles/cesium/content/Tileset3DTileContent.d.ts +36 -0
- package/dist/types/threemap/3dtiles/cesium/content/implicit/ImplicitAvailabilityBitstream.d.ts +37 -0
- package/dist/types/threemap/3dtiles/cesium/content/implicit/ImplicitMetadataView.d.ts +116 -0
- package/dist/types/threemap/3dtiles/cesium/content/implicit/ImplicitSubdivisionScheme.d.ts +8 -0
- package/dist/types/threemap/3dtiles/cesium/content/implicit/ImplicitSubtree.d.ts +143 -0
- package/dist/types/threemap/3dtiles/cesium/content/implicit/ImplicitSubtreeMetadata.d.ts +75 -0
- package/dist/types/threemap/3dtiles/cesium/content/implicit/ImplicitTileCoordinates.d.ts +30 -0
- package/dist/types/threemap/3dtiles/cesium/content/implicit/ImplicitTileset.d.ts +18 -0
- package/dist/types/threemap/3dtiles/cesium/content/implicit/MortonOrder.d.ts +48 -0
- package/dist/types/threemap/3dtiles/cesium/content/preprocess3DTileContent.d.ts +10 -0
- package/dist/types/threemap/3dtiles/cesium/metadata/ContentMetadata.d.ts +99 -0
- package/dist/types/threemap/3dtiles/cesium/metadata/GroupMetadata.d.ts +122 -0
- package/dist/types/threemap/3dtiles/cesium/metadata/MetadataClass.d.ts +66 -0
- package/dist/types/threemap/3dtiles/cesium/metadata/MetadataClassProperty.d.ts +58 -0
- package/dist/types/threemap/3dtiles/cesium/metadata/MetadataComponentType.d.ts +73 -0
- package/dist/types/threemap/3dtiles/cesium/metadata/MetadataEntity.d.ts +97 -0
- package/dist/types/threemap/3dtiles/cesium/metadata/MetadataEnum.d.ts +22 -0
- package/dist/types/threemap/3dtiles/cesium/metadata/MetadataEnumValue.d.ts +15 -0
- package/dist/types/threemap/3dtiles/cesium/metadata/MetadataSchema.d.ts +20 -0
- package/dist/types/threemap/3dtiles/cesium/metadata/MetadataSemantic.d.ts +167 -0
- package/dist/types/threemap/3dtiles/cesium/metadata/MetadataType.d.ts +7 -0
- package/dist/types/threemap/3dtiles/cesium/metadata/TileMetadata.d.ts +117 -0
- package/dist/types/threemap/3dtiles/cesium/metadata/TilesetMetadata.d.ts +17 -0
- package/dist/types/threemap/3dtiles/cesium/metadata/findMetadata.d.ts +5 -0
- package/dist/types/threemap/3dtiles/cesium/plugins/DebugTilesPlugin.d.ts +54 -0
- package/dist/types/threemap/3dtiles/cesium/plugins/SphereHelper.d.ts +6 -0
- package/dist/types/threemap/3dtiles/cesium/raycastTraverse.d.ts +2 -0
- package/dist/types/threemap/3dtiles/cesium/request/BufferLoader.d.ts +63 -0
- package/dist/types/threemap/3dtiles/cesium/request/Ion.d.ts +7 -0
- package/dist/types/threemap/3dtiles/cesium/request/IonResource.d.ts +15 -0
- package/dist/types/threemap/3dtiles/cesium/request/MetadataSchemaLoader.d.ts +13 -0
- package/dist/types/threemap/3dtiles/cesium/request/Request.d.ts +152 -0
- package/dist/types/threemap/3dtiles/cesium/request/RequestState.d.ts +45 -0
- package/dist/types/threemap/3dtiles/cesium/request/Resource.d.ts +35 -0
- package/dist/types/threemap/3dtiles/cesium/request/ResourceCache.d.ts +8 -0
- package/dist/types/threemap/3dtiles/cesium/request/ResourceCacheKey.d.ts +3 -0
- package/dist/types/threemap/3dtiles/cesium/request/ResourceLoader.d.ts +6 -0
- package/dist/types/threemap/3dtiles/cesium/request/ResourceLoaderState.d.ts +51 -0
- package/dist/types/threemap/3dtiles/cesium/request/ReuqestScheduler.d.ts +85 -0
- package/dist/types/threemap/3dtiles/cesium/traversal/Cesium3DTilesetBaseTraversal.d.ts +8 -0
- package/dist/types/threemap/3dtiles/cesium/traversal/Cesium3DTilesetSkipTraversal.d.ts +3 -0
- package/dist/types/threemap/3dtiles/cesium/traversal/Cesium3DTilesetTraversal.d.ts +10 -0
- package/dist/types/threemap/3dtiles/elements/AbstractElement.d.ts +41 -0
- package/dist/types/threemap/3dtiles/elements/EditableElementManager.d.ts +22 -0
- package/dist/types/threemap/3dtiles/elements/ElementsManager.d.ts +33 -0
- package/dist/types/threemap/3dtiles/elements/InstancedElementManager.d.ts +40 -0
- package/dist/types/threemap/3dtiles/elements/RoadLightElement.d.ts +17 -0
- package/dist/types/threemap/3dtiles/elements/TileInstancedElementManager.d.ts +62 -0
- package/dist/types/threemap/3dtiles/elements/TrafficLightElement.d.ts +73 -0
- package/dist/types/threemap/3dtiles/materials/Building3DTilesMaterialManager.d.ts +12 -0
- package/dist/types/threemap/3dtiles/materials/Custom3DTilesMaterialManager.d.ts +9 -0
- package/dist/types/threemap/3dtiles/materials/Default3DTilesMaterialManager.d.ts +39 -0
- package/dist/types/threemap/3dtiles/materials/HDMap3DTilesMaterialManager.d.ts +31 -0
- package/dist/types/threemap/3dtiles/materials/HDRoad3DTilesMaterialManager.d.ts +8 -0
- package/dist/types/threemap/3dtiles/materials/Identity3DTilesMaterialManager.d.ts +11 -0
- package/dist/types/threemap/3dtiles/materials/IdentityMaterial.d.ts +11 -0
- package/dist/types/threemap/3dtiles/materials/RandomColor3DTilesMaterialManager.d.ts +4 -0
- package/dist/types/threemap/3dtiles/materials/Realistic3DTilesMaterialManager.d.ts +19 -0
- package/dist/types/threemap/3dtiles/materials/Terrain3DTilesMaterialManager.d.ts +13 -0
- package/dist/types/threemap/3dtiles/materials/TrafficStatusMaterial.d.ts +19 -0
- package/dist/types/threemap/3dtiles/materials/Wireframe3DTilesMaterialManager.d.ts +5 -0
- package/dist/types/threemap/3dtiles/overridePNTSLoader.d.ts +1 -0
- package/dist/types/threemap/3dtiles/overrideTilesRenderer.d.ts +1 -0
- package/dist/types/threemap/3dtiles/overrideTilesRendererBase.d.ts +3 -0
- package/dist/types/threemap/3dtiles/raycastTraverse.d.ts +2 -0
- package/dist/types/threemap/Engine.d.ts +188 -0
- package/dist/types/threemap/animations/FlyManager.d.ts +55 -0
- package/dist/types/threemap/animations/ObjectTracker.d.ts +56 -0
- package/dist/types/threemap/animations/PathTracker.d.ts +136 -0
- package/dist/types/threemap/constants.d.ts +65 -0
- package/dist/types/threemap/controls/PointerLockControls.d.ts +56 -0
- package/dist/types/threemap/controls/TransformControl.d.ts +40 -0
- package/dist/types/threemap/controls/editors/CircleEditor.d.ts +100 -0
- package/dist/types/threemap/controls/editors/Editor.d.ts +160 -0
- package/dist/types/threemap/controls/editors/PointEditor.d.ts +96 -0
- package/dist/types/threemap/controls/editors/PolygonEditor.d.ts +148 -0
- package/dist/types/threemap/controls/editors/RectEditor.d.ts +105 -0
- package/dist/types/threemap/controls/editors/SplineAreaEditor.d.ts +41 -0
- package/dist/types/threemap/controls/editors/SplineEditor.d.ts +118 -0
- package/dist/types/threemap/controls/measure/AreaMeasure.d.ts +87 -0
- package/dist/types/threemap/controls/measure/CurvatureMeasure.d.ts +7 -0
- package/dist/types/threemap/controls/measure/LengthMeasure.d.ts +89 -0
- package/dist/types/threemap/controls/measure/Measure.d.ts +47 -0
- package/dist/types/threemap/controls/measure/PointMeasure.d.ts +54 -0
- package/dist/types/threemap/controls/measure/SlopeMeasure.d.ts +49 -0
- package/dist/types/threemap/core/Intersect.d.ts +24 -0
- package/dist/types/threemap/dataSource/BufferDataSource_broken.d.ts +29 -0
- package/dist/types/threemap/dataSource/CSVDataSource.d.ts +80 -0
- package/dist/types/threemap/dataSource/DataItem.d.ts +209 -0
- package/dist/types/threemap/dataSource/DataSource.d.ts +447 -0
- package/dist/types/threemap/dataSource/DeprecatedDataSource.d.ts +13 -0
- package/dist/types/threemap/dataSource/GeoJSONDataSource.d.ts +91 -0
- package/dist/types/threemap/dataSource/JSONDataSource.d.ts +188 -0
- package/dist/types/threemap/engine/Event.d.ts +173 -0
- package/dist/types/threemap/engine/Map.d.ts +366 -0
- package/dist/types/threemap/engine/Rendering.d.ts +562 -0
- package/dist/types/threemap/engine/Selection.d.ts +61 -0
- package/dist/types/threemap/engine/Widgets.d.ts +191 -0
- package/dist/types/threemap/engine/event/EntityProxy.d.ts +15 -0
- package/dist/types/threemap/engine/event/EventParams.d.ts +29 -0
- package/dist/types/threemap/engine/event/EventThrottle.d.ts +10 -0
- package/dist/types/threemap/engine/event/FlowEvent.d.ts +4 -0
- package/dist/types/threemap/engine/event/MultipleToggleEvent.d.ts +9 -0
- package/dist/types/threemap/engine/map/BaiduMap.d.ts +47 -0
- package/dist/types/threemap/engine/map/BaseMap.d.ts +25 -0
- package/dist/types/threemap/engine/map/BlankCesiumMap.d.ts +26 -0
- package/dist/types/threemap/engine/map/BlankMap.d.ts +111 -0
- package/dist/types/threemap/engine/map/BlankMap3DControl.d.ts +45 -0
- package/dist/types/threemap/engine/map/MapboxMap.d.ts +49 -0
- package/dist/types/threemap/engine/map/earth/AssociativeArray.d.ts +44 -0
- package/dist/types/threemap/engine/map/earth/CameraEventAggregator.d.ts +26 -0
- package/dist/types/threemap/engine/map/earth/CameraEventType.d.ts +49 -0
- package/dist/types/threemap/engine/map/earth/CameraFlightPath.d.ts +64 -0
- package/dist/types/threemap/engine/map/earth/Cartesian2.d.ts +21 -0
- package/dist/types/threemap/engine/map/earth/Cartesian3.d.ts +37 -0
- package/dist/types/threemap/engine/map/earth/Cartesian4.d.ts +13 -0
- package/dist/types/threemap/engine/map/earth/Cartographic.d.ts +10 -0
- package/dist/types/threemap/engine/map/earth/CesiumMath.d.ts +50 -0
- package/dist/types/threemap/engine/map/earth/CubicRealPolynomial.d.ts +22 -0
- package/dist/types/threemap/engine/map/earth/DeveloperError.d.ts +19 -0
- package/dist/types/threemap/engine/map/earth/Earth.d.ts +115 -0
- package/dist/types/threemap/engine/map/earth/Ellipsoid.d.ts +34 -0
- package/dist/types/threemap/engine/map/earth/EllipsoidCamera.d.ts +132 -0
- package/dist/types/threemap/engine/map/earth/EllipsoidGeodesic.d.ts +59 -0
- package/dist/types/threemap/engine/map/earth/EllipsoidRegion.d.ts +13 -0
- package/dist/types/threemap/engine/map/earth/EllipsoidRegionHelper.d.ts +15 -0
- package/dist/types/threemap/engine/map/earth/EllipsoidTangentPlane.d.ts +39 -0
- package/dist/types/threemap/engine/map/earth/EllipsoidalOccluder.d.ts +187 -0
- package/dist/types/threemap/engine/map/earth/GeographicProjection.d.ts +9 -0
- package/dist/types/threemap/engine/map/earth/Globe.d.ts +7 -0
- package/dist/types/threemap/engine/map/earth/HeadingPitchRange.d.ts +7 -0
- package/dist/types/threemap/engine/map/earth/HeadingPitchRoll.d.ts +75 -0
- package/dist/types/threemap/engine/map/earth/IndexDatatype.d.ts +27 -0
- package/dist/types/threemap/engine/map/earth/IntersectionTests.d.ts +135 -0
- package/dist/types/threemap/engine/map/earth/Intersections2D.d.ts +70 -0
- package/dist/types/threemap/engine/map/earth/Interval.d.ts +32 -0
- package/dist/types/threemap/engine/map/earth/KeyboardEventModifier.d.ts +34 -0
- package/dist/types/threemap/engine/map/earth/MapMode2D.d.ts +25 -0
- package/dist/types/threemap/engine/map/earth/OrientedBoundingBox.d.ts +85 -0
- package/dist/types/threemap/engine/map/earth/QuadraticRealPolynomial.d.ts +20 -0
- package/dist/types/threemap/engine/map/earth/QuarticRealPolynomial.d.ts +24 -0
- package/dist/types/threemap/engine/map/earth/Rectangle.d.ts +87 -0
- package/dist/types/threemap/engine/map/earth/SceneMode.d.ts +45 -0
- package/dist/types/threemap/engine/map/earth/SceneTransforms.d.ts +6 -0
- package/dist/types/threemap/engine/map/earth/ScreenSpaceCameraController.d.ts +95 -0
- package/dist/types/threemap/engine/map/earth/ScreenSpaceEventHandler.d.ts +111 -0
- package/dist/types/threemap/engine/map/earth/ScreenSpaceEventType.d.ts +130 -0
- package/dist/types/threemap/engine/map/earth/StaticMatrix3.d.ts +35 -0
- package/dist/types/threemap/engine/map/earth/StaticMatrix4.d.ts +37 -0
- package/dist/types/threemap/engine/map/earth/StaticPlane.d.ts +61 -0
- package/dist/types/threemap/engine/map/earth/StaticQuaternion.d.ts +5 -0
- package/dist/types/threemap/engine/map/earth/StaticRay.d.ts +3 -0
- package/dist/types/threemap/engine/map/earth/Stereographic.d.ts +21 -0
- package/dist/types/threemap/engine/map/earth/TerrainExaggeration.d.ts +11 -0
- package/dist/types/threemap/engine/map/earth/TileBoundingRegion.d.ts +117 -0
- package/dist/types/threemap/engine/map/earth/Transforms.d.ts +13 -0
- package/dist/types/threemap/engine/map/earth/Visibility.d.ts +24 -0
- package/dist/types/threemap/engine/map/earth/destroyObject.d.ts +1 -0
- package/dist/types/threemap/engine/map/earth/exports.d.ts +2 -0
- package/dist/types/threemap/engine/map/earth/keyboard.d.ts +23 -0
- package/dist/types/threemap/engine/map/earth/scaleToGeodeticSurface.d.ts +18 -0
- package/dist/types/threemap/engine/map/earth/utils.d.ts +5 -0
- package/dist/types/threemap/engine/rendering/Animation.d.ts +46 -0
- package/dist/types/threemap/engine/rendering/Collision.d.ts +166 -0
- package/dist/types/threemap/engine/rendering/Composition.d.ts +63 -0
- package/dist/types/threemap/engine/rendering/Label.d.ts +161 -0
- package/dist/types/threemap/engine/rendering/Main.d.ts +37 -0
- package/dist/types/threemap/engine/rendering/MainNew.d.ts +47 -0
- package/dist/types/threemap/engine/rendering/MicroTaskScheduler.d.ts +48 -0
- package/dist/types/threemap/engine/rendering/Picking.d.ts +140 -0
- package/dist/types/threemap/engine/rendering/RenderState.d.ts +145 -0
- package/dist/types/threemap/engine/rendering/RenderingRequirements.d.ts +33 -0
- package/dist/types/threemap/engine/rendering/Shadow.d.ts +19 -0
- package/dist/types/threemap/engine/rendering/SharedFullScreenRenderTargets.d.ts +30 -0
- package/dist/types/threemap/engine/rendering/Stats.d.ts +53 -0
- package/dist/types/threemap/engine/rendering/Xr.d.ts +10 -0
- package/dist/types/threemap/engine/rendering/features/Antialias.d.ts +28 -0
- package/dist/types/threemap/engine/rendering/features/Ao.d.ts +37 -0
- package/dist/types/threemap/engine/rendering/features/Bloom.d.ts +24 -0
- package/dist/types/threemap/engine/rendering/features/BufferView.d.ts +17 -0
- package/dist/types/threemap/engine/rendering/features/CameraFusion.d.ts +22 -0
- package/dist/types/threemap/engine/rendering/features/ColorAdjustment.d.ts +21 -0
- package/dist/types/threemap/engine/rendering/features/DepthPicking.d.ts +14 -0
- package/dist/types/threemap/engine/rendering/features/Feature.d.ts +15 -0
- package/dist/types/threemap/engine/rendering/features/Features.d.ts +44 -0
- package/dist/types/threemap/engine/rendering/features/HDR.d.ts +16 -0
- package/dist/types/threemap/engine/rendering/features/Reflection.d.ts +21 -0
- package/dist/types/threemap/engine/rendering/features/Shadow.d.ts +34 -0
- package/dist/types/threemap/engine/rendering/features/Stats.d.ts +22 -0
- package/dist/types/threemap/engine/rendering/features/shadow/CSMShadow.d.ts +67 -0
- package/dist/types/threemap/engine/rendering/features/shadow/DefaultShadow.d.ts +10 -0
- package/dist/types/threemap/engine/rendering/features/shadow/ShadowFrustum.d.ts +11 -0
- package/dist/types/threemap/engine/rendering/postprocessing/AddTexturePass.d.ts +20 -0
- package/dist/types/threemap/engine/rendering/postprocessing/CameraFusionPass.d.ts +17 -0
- package/dist/types/threemap/engine/rendering/postprocessing/ColorAdjustmentPass.d.ts +27 -0
- package/dist/types/threemap/engine/rendering/postprocessing/GradientSkyAtmospherePass.d.ts +18 -0
- package/dist/types/threemap/engine/rendering/postprocessing/OpaquePostprocessings.d.ts +15 -0
- package/dist/types/threemap/engine/rendering/postprocessing/Postprocessings.d.ts +52 -0
- package/dist/types/threemap/engine/rendering/postprocessing/PresetPostprocessing.d.ts +7 -0
- package/dist/types/threemap/engine/rendering/postprocessing/SSAOPass.d.ts +28 -0
- package/dist/types/threemap/engine/rendering/postprocessing/SSRPass.d.ts +11 -0
- package/dist/types/threemap/engine/rendering/postprocessing/SkyAtmospherePass.d.ts +21 -0
- package/dist/types/threemap/engine/rendering/postprocessing/TAAPass.d.ts +22 -0
- package/dist/types/threemap/engine/rendering/postprocessing/UIPass.d.ts +14 -0
- package/dist/types/threemap/engine/rendering/postprocessing/VolumetricCloudsPass.d.ts +58 -0
- package/dist/types/threemap/engine/rendering/scene/DirectSceneRendering.d.ts +15 -0
- package/dist/types/threemap/engine/rendering/scene/MRTSceneRendering.d.ts +22 -0
- package/dist/types/threemap/engine/rendering/scene/SceneRendering.d.ts +23 -0
- package/dist/types/threemap/engine/widgets/BaseWidgets.d.ts +65 -0
- package/dist/types/threemap/engine/widgets/Compass.d.ts +24 -0
- package/dist/types/threemap/engine/widgets/Drawer.d.ts +14 -0
- package/dist/types/threemap/engine/widgets/ExportImage.d.ts +23 -0
- package/dist/types/threemap/engine/widgets/Fullscreen.d.ts +13 -0
- package/dist/types/threemap/engine/widgets/GeoLocate.d.ts +15 -0
- package/dist/types/threemap/engine/widgets/Logo.d.ts +23 -0
- package/dist/types/threemap/engine/widgets/MapInfo.d.ts +55 -0
- package/dist/types/threemap/engine/widgets/Scale.d.ts +17 -0
- package/dist/types/threemap/engine/widgets/Zoom.d.ts +20 -0
- package/dist/types/threemap/gis/analysis/BufferAnalysis.d.ts +47 -0
- package/dist/types/threemap/gis/analysis/FloodAnalysis.d.ts +79 -0
- package/dist/types/threemap/gis/analysis/SightLine.d.ts +64 -0
- package/dist/types/threemap/gis/analysis/SkyLine.d.ts +26 -0
- package/dist/types/threemap/gis/analysis/SlopeAnalysis.d.ts +69 -0
- package/dist/types/threemap/gis/analysis/ViewShedAnalysis.d.ts +73 -0
- package/dist/types/threemap/gis/analysis/VolumeAnalysis.d.ts +114 -0
- package/dist/types/threemap/gis/clip/ClippingPlane.d.ts +18 -0
- package/dist/types/threemap/gis/clip/ClippingPlaneCollection.d.ts +63 -0
- package/dist/types/threemap/gis/clip/MultiClippingPlaneCollection.d.ts +73 -0
- package/dist/types/threemap/gis/clip/TerrainClipPlan.d.ts +116 -0
- package/dist/types/threemap/gis/clip/getMultiClippingFunction.d.ts +1 -0
- package/dist/types/threemap/gis/mask/MaskLayer.d.ts +40 -0
- package/dist/types/threemap/gis/mask/MaskLayer3D.d.ts +57 -0
- package/dist/types/threemap/mapView/BaiduVImageryMap.d.ts +40 -0
- package/dist/types/threemap/mapView/QuadMap.d.ts +287 -0
- package/dist/types/threemap/mapView/configs.d.ts +40 -0
- package/dist/types/threemap/mapView/constants.d.ts +6 -0
- package/dist/types/threemap/mapView/geo/ImageryReprojector.d.ts +24 -0
- package/dist/types/threemap/mapView/geo/MapTile.d.ts +82 -0
- package/dist/types/threemap/mapView/geo/MapTileRenderState.d.ts +27 -0
- package/dist/types/threemap/mapView/geo/TileManager.d.ts +68 -0
- package/dist/types/threemap/mapView/geo/TileQuadtree.d.ts +23 -0
- package/dist/types/threemap/mapView/geo/globe.d.ts +6 -0
- package/dist/types/threemap/mapView/grid/BaiduImageryGrid.d.ts +16 -0
- package/dist/types/threemap/mapView/grid/BaiduVectorOfflineGrid.d.ts +21 -0
- package/dist/types/threemap/mapView/grid/BaiduVectorOnlineGrid.d.ts +20 -0
- package/dist/types/threemap/mapView/grid/GeoGrid.d.ts +9 -0
- package/dist/types/threemap/mapView/grid/Grid.d.ts +57 -0
- package/dist/types/threemap/mapView/grid/WebMercatorGrid.d.ts +15 -0
- package/dist/types/threemap/mapView/map/MapView.d.ts +239 -0
- package/dist/types/threemap/mapView/map/QuadMap.d.ts +45 -0
- package/dist/types/threemap/mapView/mapbox/color.d.ts +57 -0
- package/dist/types/threemap/mapView/mapbox/executer/background.d.ts +26 -0
- package/dist/types/threemap/mapView/mapbox/executer/fill-extrusion.d.ts +71 -0
- package/dist/types/threemap/mapView/mapbox/executer/fill.d.ts +91 -0
- package/dist/types/threemap/mapView/mapbox/executer/index.d.ts +152 -0
- package/dist/types/threemap/mapView/mapbox/executer/line.d.ts +72 -0
- package/dist/types/threemap/mapView/mapbox/executer/symbol.d.ts +38 -0
- package/dist/types/threemap/mapView/mapbox/expression/compound_expression.d.ts +17 -0
- package/dist/types/threemap/mapView/mapbox/expression/definitions/assertion.d.ts +11 -0
- package/dist/types/threemap/mapView/mapbox/expression/definitions/at.d.ts +12 -0
- package/dist/types/threemap/mapView/mapbox/expression/definitions/case.d.ts +12 -0
- package/dist/types/threemap/mapView/mapbox/expression/definitions/coalesce.d.ts +11 -0
- package/dist/types/threemap/mapView/mapbox/expression/definitions/coercion.d.ts +18 -0
- package/dist/types/threemap/mapView/mapbox/expression/definitions/collator.d.ts +19 -0
- package/dist/types/threemap/mapView/mapbox/expression/definitions/comparison.d.ts +96 -0
- package/dist/types/threemap/mapView/mapbox/expression/definitions/format.d.ts +13 -0
- package/dist/types/threemap/mapView/mapbox/expression/definitions/image.d.ts +13 -0
- package/dist/types/threemap/mapView/mapbox/expression/definitions/in.d.ts +14 -0
- package/dist/types/threemap/mapView/mapbox/expression/definitions/index.d.ts +148 -0
- package/dist/types/threemap/mapView/mapbox/expression/definitions/index_of.d.ts +15 -0
- package/dist/types/threemap/mapView/mapbox/expression/definitions/interpolate.d.ts +16 -0
- package/dist/types/threemap/mapView/mapbox/expression/definitions/length.d.ts +13 -0
- package/dist/types/threemap/mapView/mapbox/expression/definitions/let.d.ts +12 -0
- package/dist/types/threemap/mapView/mapbox/expression/definitions/literal.d.ts +11 -0
- package/dist/types/threemap/mapView/mapbox/expression/definitions/match.d.ts +15 -0
- package/dist/types/threemap/mapView/mapbox/expression/definitions/number_format.d.ts +17 -0
- package/dist/types/threemap/mapView/mapbox/expression/definitions/slice.d.ts +13 -0
- package/dist/types/threemap/mapView/mapbox/expression/definitions/step.d.ts +13 -0
- package/dist/types/threemap/mapView/mapbox/expression/definitions/var.d.ts +12 -0
- package/dist/types/threemap/mapView/mapbox/expression/definitions/within.d.ts +14 -0
- package/dist/types/threemap/mapView/mapbox/expression/evaluation_context.d.ts +20 -0
- package/dist/types/threemap/mapView/mapbox/expression/expression.d.ts +11 -0
- package/dist/types/threemap/mapView/mapbox/expression/index.d.ts +39 -0
- package/dist/types/threemap/mapView/mapbox/expression/is_constant.d.ts +3 -0
- package/dist/types/threemap/mapView/mapbox/expression/parsing_context.d.ts +49 -0
- package/dist/types/threemap/mapView/mapbox/expression/parsing_error.d.ts +6 -0
- package/dist/types/threemap/mapView/mapbox/expression/scope.d.ts +13 -0
- package/dist/types/threemap/mapView/mapbox/expression/stops.d.ts +5 -0
- package/dist/types/threemap/mapView/mapbox/expression/types/collator.d.ts +8 -0
- package/dist/types/threemap/mapView/mapbox/expression/types/formatted.d.ts +17 -0
- package/dist/types/threemap/mapView/mapbox/expression/types/resolved_image.d.ts +8 -0
- package/dist/types/threemap/mapView/mapbox/expression/types.d.ts +57 -0
- package/dist/types/threemap/mapView/mapbox/expression/values.d.ts +4 -0
- package/dist/types/threemap/mapView/mapbox/feature_filter/index.d.ts +15 -0
- package/dist/types/threemap/mapView/mapbox/function/convert.d.ts +2 -0
- package/dist/types/threemap/mapView/mapbox/function/index.d.ts +13 -0
- package/dist/types/threemap/mapView/mapbox/sourceLayer.d.ts +53 -0
- package/dist/types/threemap/mapView/mapbox/sprite.d.ts +91 -0
- package/dist/types/threemap/mapView/mapbox/style.d.ts +25 -0
- package/dist/types/threemap/mapView/material/ImageryReprojectMaterial.d.ts +15 -0
- package/dist/types/threemap/mapView/material/RasterSurfaceMaterial.d.ts +15 -0
- package/dist/types/threemap/mapView/material/rasterMaterials.d.ts +4 -0
- package/dist/types/threemap/mapView/materials/CustomMVTMaterialManager.d.ts +9 -0
- package/dist/types/threemap/mapView/materials/DarkMVTMaterialManager.d.ts +7 -0
- package/dist/types/threemap/mapView/materials/DefaultQuadMapMaterialManager.d.ts +42 -0
- package/dist/types/threemap/mapView/surface/GroundSceneRenderer.d.ts +9 -0
- package/dist/types/threemap/mapView/surface/MapSurface.d.ts +165 -0
- package/dist/types/threemap/mapView/surface/Placeholder.d.ts +20 -0
- package/dist/types/threemap/mapView/surface/RasterSurface.d.ts +55 -0
- package/dist/types/threemap/mapView/surface/VectorSurface.d.ts +43 -0
- package/dist/types/threemap/mapView/surface/strategy/FastTileLoaderStrategy.d.ts +94 -0
- package/dist/types/threemap/mapView/surface/strategy/HierarchicalTileLoaderStrategy.d.ts +21 -0
- package/dist/types/threemap/mapView/surface/strategy/Strategy.d.ts +15 -0
- package/dist/types/threemap/mapView/terrainData/QuantizedMeshTerrainData.d.ts +23 -0
- package/dist/types/threemap/mapView/terrainData/TerrainMesh.d.ts +128 -0
- package/dist/types/threemap/mapView/tileLoader/AsyncBinaryTileLoader.d.ts +20 -0
- package/dist/types/threemap/mapView/tileLoader/BaiduTrafficVectorTileLoader.d.ts +13 -0
- package/dist/types/threemap/mapView/tileLoader/BaiduVImageryTileLoader.d.ts +59 -0
- package/dist/types/threemap/mapView/tileLoader/BaiduVectorTileLoader.d.ts +23 -0
- package/dist/types/threemap/mapView/tileLoader/BinaryTileLoader.d.ts +7 -0
- package/dist/types/threemap/mapView/tileLoader/CesiumTerrainTileLoader.d.ts +21 -0
- package/dist/types/threemap/mapView/tileLoader/CompositionTileLoader.d.ts +15 -0
- package/dist/types/threemap/mapView/tileLoader/DebugTileLoader.d.ts +4 -0
- package/dist/types/threemap/mapView/tileLoader/HDTrafficTileLoader.d.ts +16 -0
- package/dist/types/threemap/mapView/tileLoader/ImageTileLoader.d.ts +7 -0
- package/dist/types/threemap/mapView/tileLoader/MapboxTerrainTileLoader.d.ts +14 -0
- package/dist/types/threemap/mapView/tileLoader/TileLoader.d.ts +19 -0
- package/dist/types/threemap/mapView/tileLoader/worker/BaiduTrafficParser.worker.d.ts +1 -0
- package/dist/types/threemap/mapView/tileLoader/worker/BaiduVectorParser.worker.d.ts +1 -0
- package/dist/types/threemap/mapView/tileLoader/worker/CesiumTerrainParser.worker.d.ts +1 -0
- package/dist/types/threemap/mapView/tileLoader/worker/GeoJSONVectorParser.worker.d.ts +1 -0
- package/dist/types/threemap/mapView/tileLoader/worker/HDTrafficParser.worker.d.ts +1 -0
- package/dist/types/threemap/mapView/tileLoader/worker/LaCesiumTerrainParser.worker.d.ts +1 -0
- package/dist/types/threemap/mapView/tileLoader/worker/MVTParser.worker.d.ts +1 -0
- package/dist/types/threemap/mapView/tileLoader/worker/MapboxTerrainParser.worker.d.ts +1 -0
- package/dist/types/threemap/mapView/tileLoader/worker/binaryDecoder.d.ts +8 -0
- package/dist/types/threemap/mapView/tileManager/RasterSurfaceTileManager.d.ts +24 -0
- package/dist/types/threemap/mapView/tileManager/SurfaceTile.d.ts +6 -0
- package/dist/types/threemap/mapView/tileManager/SurfaceTileManager.d.ts +15 -0
- package/dist/types/threemap/mapView/tileManager/VectorSurfaceTileManager.d.ts +19 -0
- package/dist/types/threemap/mapView/tileProvider/AsyncCesiumTerrainDataLoader.d.ts +30 -0
- package/dist/types/threemap/mapView/tileProvider/AsyncDataTileLoader.d.ts +24 -0
- package/dist/types/threemap/mapView/tileProvider/TileProvider.d.ts +215 -0
- package/dist/types/threemap/mapView/tileProvider/imagery/Baidu09ImageryTileProvider.d.ts +14 -0
- package/dist/types/threemap/mapView/tileProvider/imagery/BingImageryTileProvider.d.ts +64 -0
- package/dist/types/threemap/mapView/tileProvider/imagery/GridCoordTileProvider.d.ts +13 -0
- package/dist/types/threemap/mapView/tileProvider/imagery/ImageryTileProvider.d.ts +36 -0
- package/dist/types/threemap/mapView/tileProvider/imagery/OSMImageryTileProvider.d.ts +56 -0
- package/dist/types/threemap/mapView/tileProvider/imagery/TiandituImageryTileProvider.d.ts +60 -0
- package/dist/types/threemap/mapView/tileProvider/imagery/WMSImageryTileProvider.d.ts +31 -0
- package/dist/types/threemap/mapView/tileProvider/imagery/WMTSImageryTileProvider.d.ts +32 -0
- package/dist/types/threemap/mapView/tileProvider/imagery/XYZImageryTileProvider.d.ts +16 -0
- package/dist/types/threemap/mapView/tileProvider/terrain/CesiumTerrainTileProvider.d.ts +113 -0
- package/dist/types/threemap/mapView/tileProvider/terrain/PlaneTerrainTileProvider.d.ts +57 -0
- package/dist/types/threemap/mapView/tileProvider/terrain/TerrainTileProvider.d.ts +29 -0
- package/dist/types/threemap/mapView/tileProvider/vector/BaiduTrafficTileProvider.d.ts +27 -0
- package/dist/types/threemap/mapView/tileProvider/vector/BaiduVectorTileProvider.d.ts +162 -0
- package/dist/types/threemap/mapView/tileProvider/vector/GeoJSONVectorTileProvider.d.ts +35 -0
- package/dist/types/threemap/mapView/tileProvider/vector/HDTrafficTileProvider.d.ts +36 -0
- package/dist/types/threemap/mapView/tileProvider/vector/MapboxVectorTileProvider.d.ts +77 -0
- package/dist/types/threemap/mapView/tileProvider/vector/PlaneVectorTileProvider.d.ts +23 -0
- package/dist/types/threemap/mapView/tileProvider/vector/VectorTileProvider.d.ts +22 -0
- package/dist/types/threemap/mapView/utils/createGroundTileMesh.d.ts +5 -0
- package/dist/types/threemap/mapView/utils/projectVertices.d.ts +8 -0
- package/dist/types/threemap/materials/BatchBuildingMaterial.d.ts +18 -0
- package/dist/types/threemap/materials/RoadMarkingMaterial.d.ts +19 -0
- package/dist/types/threemap/materials/TerrainClassificationMaterial.d.ts +14 -0
- package/dist/types/threemap/model/AnimationModel.d.ts +14 -0
- package/dist/types/threemap/model/GLTFScene.d.ts +12 -0
- package/dist/types/threemap/model/LODModel.d.ts +161 -0
- package/dist/types/threemap/model/LODModelManager.d.ts +17 -0
- package/dist/types/threemap/model/LodModelCache.d.ts +2 -0
- package/dist/types/threemap/model/SimpleModel.d.ts +108 -0
- package/dist/types/threemap/natural/CustomStaticSky.d.ts +55 -0
- package/dist/types/threemap/natural/DefaultSky.d.ts +71 -0
- package/dist/types/threemap/natural/DynamicSky.d.ts +292 -0
- package/dist/types/threemap/natural/DynamicSky_deprecated.d.ts +82 -0
- package/dist/types/threemap/natural/DynamicWeather.d.ts +277 -0
- package/dist/types/threemap/natural/EmptySky.d.ts +292 -0
- package/dist/types/threemap/natural/Rain.d.ts +10 -0
- package/dist/types/threemap/natural/Snow.d.ts +12 -0
- package/dist/types/threemap/natural/SphereSky.d.ts +30 -0
- package/dist/types/threemap/natural/StaticSky.d.ts +23 -0
- package/dist/types/threemap/natural/VerticalGradientSky.d.ts +13 -0
- package/dist/types/threemap/overlay/DOMOverlay.d.ts +199 -0
- package/dist/types/threemap/overlay/Marker.d.ts +76 -0
- package/dist/types/threemap/overlay/Popup.d.ts +51 -0
- package/dist/types/threemap/panorama/DataParser.d.ts +6 -0
- package/dist/types/threemap/panorama/DataStruct/PanoramaData.d.ts +145 -0
- package/dist/types/threemap/panorama/DataStruct/RoadData.d.ts +59 -0
- package/dist/types/threemap/panorama/Pano.d.ts +65 -0
- package/dist/types/threemap/panorama/PanoArrow.d.ts +42 -0
- package/dist/types/threemap/panorama/PanoService.d.ts +20 -0
- package/dist/types/threemap/panorama/PanoSphere.d.ts +61 -0
- package/dist/types/threemap/projections/BaiduMercatorProjection.d.ts +26 -0
- package/dist/types/threemap/projections/ECEFProjection.d.ts +45 -0
- package/dist/types/threemap/projections/EqualEarthProjection.d.ts +11 -0
- package/dist/types/threemap/projections/GeoProjection.d.ts +21 -0
- package/dist/types/threemap/projections/Projection.d.ts +95 -0
- package/dist/types/threemap/projections/ScreenPixelProjection.d.ts +12 -0
- package/dist/types/threemap/projections/UTMProjection.d.ts +21 -0
- package/dist/types/threemap/projections/WebMercatorProjection.d.ts +23 -0
- package/dist/types/threemap/projections/projections.d.ts +2 -0
- package/dist/types/threemap/services/CurvatureService.d.ts +18 -0
- package/dist/types/threemap/services/GeoCombinedService.d.ts +13 -0
- package/dist/types/threemap/services/PoiService.d.ts +39 -0
- package/dist/types/threemap/services/RoadService.d.ts +39 -0
- package/dist/types/threemap/services/RouteService.d.ts +34 -0
- package/dist/types/threemap/services/Service.d.ts +46 -0
- package/dist/types/threemap/twin/AbstractEntity.d.ts +15 -0
- package/dist/types/threemap/twin/AnimationModel.d.ts +15 -0
- package/dist/types/threemap/twin/DataProvider.d.ts +18 -0
- package/dist/types/threemap/twin/EntityManager.d.ts +53 -0
- package/dist/types/threemap/twin/MockTwin.d.ts +57 -0
- package/dist/types/threemap/twin/Twin.d.ts +292 -0
- package/dist/types/threemap/twin/constants.d.ts +123 -0
- package/dist/types/util/DoublyLinkedList.d.ts +21 -0
- package/dist/types/util/GradientColorLerp.d.ts +12 -0
- package/dist/types/util/Heap.d.ts +42 -0
- package/dist/types/util/LRUCache.d.ts +23 -0
- package/dist/types/util/LRUCacheNew.d.ts +22 -0
- package/dist/types/util/MercatorProjection.d.ts +17 -0
- package/dist/types/util/PromisedSingleton.d.ts +13 -0
- package/dist/types/util/UTMProjection.d.ts +2 -0
- package/dist/types/util/WorkerTaskScheduler.d.ts +55 -0
- package/dist/types/util/colorUtils.d.ts +25 -0
- package/dist/types/util/console.d.ts +3 -0
- package/dist/types/util/coordProjection.d.ts +20 -0
- package/dist/types/util/css.d.ts +25 -0
- package/dist/types/util/eventTypes.d.ts +15 -0
- package/dist/types/util/geojsonUtils.d.ts +203 -0
- package/dist/types/util/graphics/array.d.ts +1 -0
- package/dist/types/util/graphics/bezier.d.ts +1 -0
- package/dist/types/util/graphics/line.d.ts +9 -0
- package/dist/types/util/graphics/mesh.d.ts +1 -0
- package/dist/types/util/graphics/subdivision.d.ts +5 -0
- package/dist/types/util/graphics/tessellation.d.ts +12 -0
- package/dist/types/util/loadScript.d.ts +1 -0
- package/dist/types/util/mapbox.d.ts +60 -0
- package/dist/types/util/math/box.d.ts +7 -0
- package/dist/types/util/math/matrix.d.ts +9 -0
- package/dist/types/util/math/vector.d.ts +36 -0
- package/dist/types/util/math.d.ts +76 -0
- package/dist/types/util/object.d.ts +45 -0
- package/dist/types/util/request.d.ts +30 -0
- package/dist/types/util/superClusterForBMap.d.ts +22 -0
- package/dist/types/util/textureLoader.d.ts +1 -0
- package/dist/types/util/tongjiTrack.d.ts +25 -0
- package/dist/types/util/urlUtils.d.ts +14 -0
- package/package.json +57 -0
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
export { Engine } from "./threemap/Engine";
|
|
2
|
+
export { BaseMap } from "./threemap/engine/map/BaseMap";
|
|
3
|
+
export { EmptySky } from "./threemap/natural/EmptySky";
|
|
4
|
+
export { DynamicSky } from "./threemap/natural/DynamicSky";
|
|
5
|
+
export { DefaultSky } from "./threemap/natural/DefaultSky";
|
|
6
|
+
export { StaticSky } from "./threemap/natural/StaticSky";
|
|
7
|
+
export { CustomStaticSky } from "./threemap/natural/CustomStaticSky";
|
|
8
|
+
export { VerticalGradientSky } from "./threemap/natural/VerticalGradientSky";
|
|
9
|
+
export { DynamicWeather } from "./threemap/natural/DynamicWeather";
|
|
10
|
+
export { SkyAtmosphere } from "./threejs/objects/natural/SkyAtmosphere";
|
|
11
|
+
export { VolumetricClouds } from "./threejs/objects/natural/VolumetricClouds";
|
|
12
|
+
export { BillboardTree } from "./threejs/objects/natural/BillboardTree";
|
|
13
|
+
export { DefaultQuadMapMaterialManager } from "./threemap/mapView/materials/DefaultQuadMapMaterialManager";
|
|
14
|
+
export { DarkMVTMaterialManager } from "./threemap/mapView/materials/DarkMVTMaterialManager";
|
|
15
|
+
export { CustomMVTMaterialManager } from "./threemap/mapView/materials/CustomMVTMaterialManager";
|
|
16
|
+
export { MapView } from "./threemap/mapView/map/MapView";
|
|
17
|
+
export * as mapViewConstants from "./threemap/mapView/constants";
|
|
18
|
+
export { RasterSurface } from "./threemap/mapView/surface/RasterSurface";
|
|
19
|
+
export { VectorSurface } from "./threemap/mapView/surface/VectorSurface";
|
|
20
|
+
export { FastTileLoaderStrategy } from "./threemap/mapView/surface/strategy/FastTileLoaderStrategy";
|
|
21
|
+
export { HierarchicalTileLoaderStrategy } from "./threemap/mapView/surface/strategy/HierarchicalTileLoaderStrategy";
|
|
22
|
+
export { TileProvider } from "./threemap/mapView/tileProvider/TileProvider";
|
|
23
|
+
export { ImageryTileProvider } from "./threemap/mapView/tileProvider/imagery/ImageryTileProvider";
|
|
24
|
+
export { TerrainTileProvider } from "./threemap/mapView/tileProvider/terrain/TerrainTileProvider";
|
|
25
|
+
export { VectorTileProvider } from "./threemap/mapView/tileProvider/vector/VectorTileProvider";
|
|
26
|
+
export { BingImageryTileProvider } from "./threemap/mapView/tileProvider/imagery/BingImageryTileProvider";
|
|
27
|
+
export { OSMImageryTileProvider } from "./threemap/mapView/tileProvider/imagery/OSMImageryTileProvider";
|
|
28
|
+
export { TiandituImageryTileProvider } from "./threemap/mapView/tileProvider/imagery/TiandituImageryTileProvider";
|
|
29
|
+
export { XYZImageryTileProvider } from "./threemap/mapView/tileProvider/imagery/XYZImageryTileProvider";
|
|
30
|
+
export { Baidu09ImageryTileProvider } from "./threemap/mapView/tileProvider/imagery/Baidu09ImageryTileProvider";
|
|
31
|
+
export { WMSImageryTileProvider } from "./threemap/mapView/tileProvider/imagery/WMSImageryTileProvider";
|
|
32
|
+
export { WMTSImageryTileProvider } from "./threemap/mapView/tileProvider/imagery/WMTSImageryTileProvider";
|
|
33
|
+
export { GridCoordProvider } from "./threemap/mapView/tileProvider/imagery/GridCoordTileProvider";
|
|
34
|
+
export { PlaneTerrainTileProvider } from "./threemap/mapView/tileProvider/terrain/PlaneTerrainTileProvider";
|
|
35
|
+
export { CesiumTerrainTileProvider } from "./threemap/mapView/tileProvider/terrain/CesiumTerrainTileProvider";
|
|
36
|
+
export { BaiduVectorTileProvider } from "./threemap/mapView/tileProvider/vector/BaiduVectorTileProvider";
|
|
37
|
+
export { GeoJSONVectorTileProvider } from "./threemap/mapView/tileProvider/vector/GeoJSONVectorTileProvider";
|
|
38
|
+
export { BaiduTrafficTileProvider } from "./threemap/mapView/tileProvider/vector/BaiduTrafficTileProvider";
|
|
39
|
+
export { MapboxVectorTileProvider } from "./threemap/mapView/tileProvider/vector/MapboxVectorTileProvider";
|
|
40
|
+
export { HDTrafficTileProvider } from "./threemap/mapView/tileProvider/vector/HDTrafficTileProvider";
|
|
41
|
+
export { SimpleModel } from "./threemap/model/SimpleModel";
|
|
42
|
+
export { AnimationModel } from "./threemap/model/AnimationModel";
|
|
43
|
+
export { LODModel } from "./threemap/model/LODModel";
|
|
44
|
+
export { GLTFScene } from "./threemap/model/GLTFScene";
|
|
45
|
+
export { Default3DTiles } from "./threemap/3dtiles/Default3DTiles";
|
|
46
|
+
export { Default3DTilesGroup } from "./threemap/3dtiles/Default3DTilesGroup";
|
|
47
|
+
export { HDMap3DTiles } from "./threemap/3dtiles/HDMap3DTiles";
|
|
48
|
+
export { TrafficMap3DTiles } from "./threemap/3dtiles/TrafficMap3DTiles";
|
|
49
|
+
export { Default3DTilesMaterialManager } from "./threemap/3dtiles/materials/Default3DTilesMaterialManager";
|
|
50
|
+
export { Cesium3DTileset } from "./threemap/3dtiles/cesium/Cesium3DTileset";
|
|
51
|
+
export { Realistic3DTilesMaterialManager } from "./threemap/3dtiles/materials/Realistic3DTilesMaterialManager";
|
|
52
|
+
export { Wireframe3DTilesMaterialManager } from "./threemap/3dtiles/materials/Wireframe3DTilesMaterialManager";
|
|
53
|
+
export { Identity3DTilesMaterialManager } from "./threemap/3dtiles/materials/Identity3DTilesMaterialManager";
|
|
54
|
+
export { Custom3DTilesMaterialManager } from "./threemap/3dtiles/materials/Custom3DTilesMaterialManager";
|
|
55
|
+
export { RandomColor3DTilesMaterialManager } from "./threemap/3dtiles/materials/RandomColor3DTilesMaterialManager";
|
|
56
|
+
export { RoadLightElement as RoadLight3DTilesElement } from "./threemap/3dtiles/elements/RoadLightElement";
|
|
57
|
+
export { TrafficLightElement as TrafficLight3DTilesElement } from "./threemap/3dtiles/elements/TrafficLightElement";
|
|
58
|
+
export { Building3DTilesMaterialManager } from "./threemap/3dtiles/materials/Building3DTilesMaterialManager";
|
|
59
|
+
export { HDRoad3DTilesMaterialManager } from "./threemap/3dtiles/materials/HDRoad3DTilesMaterialManager";
|
|
60
|
+
export { Terrain3DTilesMaterialManager } from "./threemap/3dtiles/materials/Terrain3DTilesMaterialManager";
|
|
61
|
+
export { HDMap3DTilesMaterialManager } from "./threemap/3dtiles/materials/HDMap3DTilesMaterialManager";
|
|
62
|
+
export { DataSource } from "./threemap/dataSource/DataSource";
|
|
63
|
+
export { DataItem } from "./threemap/dataSource/DataItem";
|
|
64
|
+
export { GeoJSONDataSource } from "./threemap/dataSource/GeoJSONDataSource";
|
|
65
|
+
export { CSVDataSource } from "./threemap/dataSource/CSVDataSource";
|
|
66
|
+
export { JSONDataSource } from "./threemap/dataSource/JSONDataSource";
|
|
67
|
+
export { TransformControl } from "./threemap/controls/TransformControl";
|
|
68
|
+
export { PointerLockControl } from "./threemap/controls/PointerLockControls";
|
|
69
|
+
export { FlyManager } from "./threemap/animations/FlyManager";
|
|
70
|
+
export { PathTracker } from "./threemap/animations/PathTracker";
|
|
71
|
+
export { ObjectTracker } from "./threemap/animations/ObjectTracker";
|
|
72
|
+
export { SplineEditor } from "./threemap/controls/editors/SplineEditor";
|
|
73
|
+
export { SplineAreaEditor } from "./threemap/controls/editors/SplineAreaEditor";
|
|
74
|
+
export { PointEditor } from "./threemap/controls/editors/PointEditor";
|
|
75
|
+
export { CircleEditor } from "./threemap/controls/editors/CircleEditor";
|
|
76
|
+
export { RectEditor } from "./threemap/controls/editors/RectEditor";
|
|
77
|
+
export { PolygonEditor } from "./threemap/controls/editors/PolygonEditor";
|
|
78
|
+
export { Measure } from "./threemap/controls/measure/Measure";
|
|
79
|
+
export { LengthMeasure } from "./threemap/controls/measure/LengthMeasure";
|
|
80
|
+
export { AreaMeasure } from "./threemap/controls/measure/AreaMeasure";
|
|
81
|
+
export { PointMeasure } from "./threemap/controls/measure/PointMeasure";
|
|
82
|
+
export { SlopeMeasure } from "./threemap/controls/measure/SlopeMeasure";
|
|
83
|
+
export { CurvatureMeasure } from "./threemap/controls/measure/CurvatureMeasure";
|
|
84
|
+
export { ClippingPlaneCollection } from "./threemap/gis/clip/ClippingPlaneCollection";
|
|
85
|
+
export { ClippingPlane } from "./threemap/gis/clip/ClippingPlane";
|
|
86
|
+
export { TerrainClipPlan } from "./threemap/gis/clip/TerrainClipPlan";
|
|
87
|
+
export { MultiClippingPlaneCollection } from "./threemap/gis/clip/MultiClippingPlaneCollection";
|
|
88
|
+
export { SightLine } from "./threemap/gis/analysis/SightLine";
|
|
89
|
+
export { SkyLine } from "./threemap/gis/analysis/SkyLine";
|
|
90
|
+
export { FloodAnalysis } from "./threemap/gis/analysis/FloodAnalysis";
|
|
91
|
+
export { SlopeAnalysis } from "./threemap/gis/analysis/SlopeAnalysis";
|
|
92
|
+
export { ViewShedAnalysis } from "./threemap/gis/analysis/ViewShedAnalysis";
|
|
93
|
+
export { VolumeLandAnalysis } from "./threemap/gis/analysis/VolumeAnalysis";
|
|
94
|
+
export { BufferAnalysis } from "./threemap/gis/analysis/BufferAnalysis";
|
|
95
|
+
export { MaskLayer } from "./threemap/gis/mask/MaskLayer";
|
|
96
|
+
export { MaskLayer3D } from "./threemap/gis/mask/MaskLayer3D";
|
|
97
|
+
export { DOMOverlay } from "./threemap/overlay/DOMOverlay";
|
|
98
|
+
export { Popup } from "./threemap/overlay/Popup";
|
|
99
|
+
export { Marker } from "./threemap/overlay/Marker";
|
|
100
|
+
export { LodModelCache } from "./threemap/model/LodModelCache";
|
|
101
|
+
export { Service } from "./threemap/services/Service";
|
|
102
|
+
export { RouteService } from "./threemap/services/RouteService";
|
|
103
|
+
export { CurvatureService } from "./threemap/services/CurvatureService";
|
|
104
|
+
export { PoiService } from "./threemap/services/PoiService";
|
|
105
|
+
export { RoadService } from "./threemap/services/RoadService";
|
|
106
|
+
export { GeoCombinedService } from "./threemap/services/GeoCombinedService";
|
|
107
|
+
export { Twin } from "./threemap/twin/Twin";
|
|
108
|
+
export { MockTwin } from "./threemap/twin/MockTwin";
|
|
109
|
+
export * as twinConstants from "./threemap/twin/constants";
|
|
110
|
+
export { Pano } from "./threemap/panorama/Pano";
|
|
111
|
+
export { GroundObject } from "./threejs/objects/ground/groundObject";
|
|
112
|
+
export { GeoInstancedMesh } from "./threejs/objects/GeoInstancedMesh";
|
|
113
|
+
export { InstancedModel } from "./threejs/objects/instance/InstancedModel";
|
|
114
|
+
export { DynamicInstancedMesh } from "./threejs/objects/instance/DynamicInstancedMesh";
|
|
115
|
+
export { LODDynamicInstancedMesh } from "./threejs/objects/instance/LODDynamicInstancedMesh";
|
|
116
|
+
export { GridLODInstancedMesh } from "./threejs/objects/instance/GridLODInstancedMesh";
|
|
117
|
+
export { LineInstancedMesh } from "./threejs/objects/instance/LineInstancedMesh";
|
|
118
|
+
export { SimplePoint } from "./threejs/objects/point/SimplePoint";
|
|
119
|
+
export { FanPoint } from "./threejs/objects/point/FanPoint";
|
|
120
|
+
export { BubblePoint } from "./threejs/objects/point/BubblePoint";
|
|
121
|
+
export { ActiveMesh } from "./threejs/objects/point/ActiveMesh";
|
|
122
|
+
export { IconPoint } from "./threejs/objects/point/IconPoint";
|
|
123
|
+
export { Icon } from "./threejs/objects/point/Icon";
|
|
124
|
+
export { DomPoints } from "./threejs/objects/point/DomPoint";
|
|
125
|
+
export { ClusterPoint } from "./threejs/objects/point/ClusterPoint";
|
|
126
|
+
export { EffectModelPoint } from "./threejs/objects/point/EffectModelPoint";
|
|
127
|
+
export { PointGroup } from "./threejs/objects/point/PointGroup";
|
|
128
|
+
export { Circle } from "./threejs/objects/point/Circle";
|
|
129
|
+
export { Label } from "./threejs/objects/point/Label";
|
|
130
|
+
export { LightSphere } from "./threejs/objects/sphere/LightSphere";
|
|
131
|
+
export { Grid } from "./threejs/objects/sphere/Grid";
|
|
132
|
+
export { Pillar } from "./threejs/objects/sphere/Pillar";
|
|
133
|
+
export { Cone } from "./threejs/objects/sphere/Cone";
|
|
134
|
+
export { Heatmap } from "./threejs/objects/heatmap/Heatmap";
|
|
135
|
+
export { Heatmap3D } from "./threejs/objects/heatmap/Heatmap3D";
|
|
136
|
+
export { Text } from "./threejs/objects/point/Text";
|
|
137
|
+
export { TwinLabel } from "./threejs/objects/point/TwinLabel";
|
|
138
|
+
export { SDFText } from "./threejs/objects/text/SDFText";
|
|
139
|
+
export { Spark } from "./threejs/objects/point/Spark";
|
|
140
|
+
export { SimpleLine } from "./threejs/objects/line/SimpleLine";
|
|
141
|
+
export { FatLine } from "./threejs/objects/line/FatLine";
|
|
142
|
+
export { Polyline } from "./threejs/objects/line/Polyline";
|
|
143
|
+
export { Wall } from "./threejs/objects/line/Wall";
|
|
144
|
+
export { Polygon } from "./threejs/objects/polygon/Polygon";
|
|
145
|
+
export { Fireflies } from "./threejs/particles/Fireflies";
|
|
146
|
+
export { GLTFLoader } from "./threejs/loaders/GLTFLoader";
|
|
147
|
+
export { gltfLoader } from "./threejs/loaders/globals";
|
|
148
|
+
export { CommonShaderMaterial } from "./threejs/materials/CommonShaderMaterial";
|
|
149
|
+
export { TrafficLightMaterial } from "./threejs/materials/element/NewTrafficLightMaterial";
|
|
150
|
+
export { ScreenMaterial } from "./threejs/materials/element/ScreenMaterial";
|
|
151
|
+
export { TwinkleMaterial } from "./threejs/materials/effects/TwinkleMaterial";
|
|
152
|
+
export { ScanMaterial } from "./threejs/materials/effects/ScanMaterial";
|
|
153
|
+
export { WindowMaterial } from "./threejs/materials/effects/WindowMaterial";
|
|
154
|
+
export { WindowNodeMaterial } from "./threejs/materials/effects/WindowNodeMaterial";
|
|
155
|
+
export { ScanNodeMaterial } from "./threejs/materials/effects/ScanNodeMaterial";
|
|
156
|
+
export { WaterMaterial } from "./threejs/materials/natural/WaterMaterial";
|
|
157
|
+
export { FatLineMaterial } from "./threejs/materials/line/FatLineMaterial";
|
|
158
|
+
export { ExtendMeshStandardMaterial } from "./threejs/materials/extend/ExtendMeshStandardMaterial";
|
|
159
|
+
export { MeshHeightMaterial } from "./threejs/materials/extend/MeshHeightMaterial";
|
|
160
|
+
export { FoliageLeafMaterial } from "./threejs/materials/natural/FoliageLeafMaterial";
|
|
161
|
+
export { BatchBuildingMaterial } from "./threemap/materials/BatchBuildingMaterial";
|
|
162
|
+
export { ColorAdjustPass } from "./threejs/postprocessing/ColorAdjustPass";
|
|
163
|
+
export { Transforms } from "../src/threemap/engine/map/earth/Transforms";
|
|
164
|
+
export * as urlUtils from "./util/urlUtils";
|
|
165
|
+
export * as geojsonUtils from "./util/geojsonUtils";
|
|
166
|
+
export * as colorUtils from "./util/colorUtils";
|
|
167
|
+
export * as modelUtils from "./threejs/utils/model";
|
|
168
|
+
export * as requestUtils from "./util/request";
|
|
169
|
+
export * as objectUtils from "./util/object";
|
|
170
|
+
export { Cartesian3 } from "./threemap/engine/map/earth/Cartesian3";
|
|
171
|
+
export * as Earth from "./threemap/engine/map/earth/exports";
|
|
172
|
+
export * from "./threemap/constants";
|
|
173
|
+
export { BingImageryMap, OSMImageryMap, XYZImageryMap, BaiduImageryMap, OGCMap, MVTMap, BaiduVectorMap, BaiduTrafficVectorMap, HDTrafficMap, CesiumTerrain } from "./threemap/mapView/map/QuadMap";
|
|
174
|
+
export { BaiduMapConfig, CesiumConfig, MapboxConfig, TiandituConfig } from "./threemap/mapView/configs";
|
|
175
|
+
export { TileLightManager, LampRequest, DefaultLampRequest } from "./threejs/objects/element/TileLightManager";
|
|
176
|
+
export { MeshFeaturesMaterial, MeshFeaturesMaterialMixin } from "./threejs/loaders/gltf/MeshFeaturesMaterial";
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
export { Engine } from "./threemap/Engine";
|
|
2
|
+
export { EmptySky } from "./threemap/natural/EmptySky";
|
|
3
|
+
export { DynamicSky } from "./threemap/natural/DynamicSky";
|
|
4
|
+
export { DefaultSky } from "./threemap/natural/DefaultSky";
|
|
5
|
+
export { DynamicWeather } from "./threemap/natural/DynamicWeather";
|
|
6
|
+
export { MapView } from "./threemap/mapView/map/MapView";
|
|
7
|
+
export * as mapViewConstants from "./threemap/mapView/constants";
|
|
8
|
+
export { RasterSurface } from "./threemap/mapView/surface/RasterSurface";
|
|
9
|
+
export { VectorSurface } from "./threemap/mapView/surface/VectorSurface";
|
|
10
|
+
export { FastTileLoaderStrategy } from "./threemap/mapView/surface/strategy/FastTileLoaderStrategy";
|
|
11
|
+
export { HierarchicalTileLoaderStrategy } from "./threemap/mapView/surface/strategy/HierarchicalTileLoaderStrategy";
|
|
12
|
+
export { TileProvider } from "./threemap/mapView/tileProvider/TileProvider";
|
|
13
|
+
export { ImageryTileProvider } from "./threemap/mapView/tileProvider/imagery/ImageryTileProvider";
|
|
14
|
+
export { TerrainTileProvider } from "./threemap/mapView/tileProvider/terrain/TerrainTileProvider";
|
|
15
|
+
export { VectorTileProvider } from "./threemap/mapView/tileProvider/vector/VectorTileProvider";
|
|
16
|
+
export { BingImageryTileProvider } from "./threemap/mapView/tileProvider/imagery/BingImageryTileProvider";
|
|
17
|
+
export { OSMImageryTileProvider } from "./threemap/mapView/tileProvider/imagery/OSMImageryTileProvider";
|
|
18
|
+
export { TiandituImageryTileProvider } from "./threemap/mapView/tileProvider/imagery/TiandituImageryTileProvider";
|
|
19
|
+
export { PlaneTerrainTileProvider } from "./threemap/mapView/tileProvider/terrain/PlaneTerrainTileProvider";
|
|
20
|
+
export { CesiumTerrainTileProvider } from "./threemap/mapView/tileProvider/terrain/CesiumTerrainTileProvider";
|
|
21
|
+
export { BaiduVectorTileProvider } from "./threemap/mapView/tileProvider/vector/BaiduVectorTileProvider";
|
|
22
|
+
export { SimpleModel } from "./threemap/model/SimpleModel";
|
|
23
|
+
export { LODModel } from "./threemap/model/LODModel";
|
|
24
|
+
export { Default3DTiles } from "./threemap/3dtiles/Default3DTiles";
|
|
25
|
+
export { DataSource } from "./threemap/dataSource/DataSource";
|
|
26
|
+
export { DataItem } from "./threemap/dataSource/DataItem";
|
|
27
|
+
export { GeoJSONDataSource } from "./threemap/dataSource/GeoJSONDataSource";
|
|
28
|
+
export { CSVDataSource } from "./threemap/dataSource/CSVDataSource";
|
|
29
|
+
export { JSONDataSource } from "./threemap/dataSource/JSONDataSource";
|
|
30
|
+
export { DOMOverlay } from "./threemap/overlay/DOMOverlay";
|
|
31
|
+
export { Popup } from "./threemap/overlay/Popup";
|
|
32
|
+
export { Marker } from "./threemap/overlay/Marker";
|
|
33
|
+
export { GeoInstancedMesh } from "./threejs/objects/GeoInstancedMesh";
|
|
34
|
+
export { SimplePoint } from "./threejs/objects/point/SimplePoint";
|
|
35
|
+
export { Icon } from "./threejs/objects/point/Icon";
|
|
36
|
+
export { DomPoints } from "./threejs/objects/point/DomPoint";
|
|
37
|
+
export { ClusterPoint } from "./threejs/objects/point/ClusterPoint";
|
|
38
|
+
export { Circle } from "./threejs/objects/point/Circle";
|
|
39
|
+
export { Label } from "./threejs/objects/point/Label";
|
|
40
|
+
export { Heatmap } from "./threejs/objects/heatmap/Heatmap";
|
|
41
|
+
export { Text } from "./threejs/objects/point/Text";
|
|
42
|
+
export { SDFText } from "./threejs/objects/text/SDFText";
|
|
43
|
+
export { SimpleLine } from "./threejs/objects/line/SimpleLine";
|
|
44
|
+
export { FatLine } from "./threejs/objects/line/FatLine";
|
|
45
|
+
export { Wall } from "./threejs/objects/line/Wall";
|
|
46
|
+
export { Polygon } from "./threejs/objects/polygon/Polygon";
|
|
47
|
+
export { GLTFLoader } from "./threejs/loaders/GLTFLoader";
|
|
48
|
+
export { gltfLoader } from "./threejs/loaders/globals";
|
|
49
|
+
export * as urlUtils from "./util/urlUtils";
|
|
50
|
+
export * as geojsonUtils from "./util/geojsonUtils";
|
|
51
|
+
export * as colorUtils from "./util/colorUtils";
|
|
52
|
+
export * as modelUtils from "./threejs/utils/model";
|
|
53
|
+
export * as requestUtils from "./util/request";
|
|
54
|
+
export * as objectUtils from "./util/object";
|
|
55
|
+
export * from "./threemap/constants";
|
|
56
|
+
export { BaiduMapConfig, CesiumConfig, TiandituConfig } from "./threemap/mapView/configs";
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
export class MapControl {
|
|
2
|
+
constructor(map: any);
|
|
3
|
+
map: any;
|
|
4
|
+
currentAction: number;
|
|
5
|
+
startX: any;
|
|
6
|
+
startY: any;
|
|
7
|
+
startCenterX: any;
|
|
8
|
+
startCenterY: any;
|
|
9
|
+
startPitch: any;
|
|
10
|
+
startHeading: any;
|
|
11
|
+
startZoom: any;
|
|
12
|
+
startZoomUnits: any;
|
|
13
|
+
startAtTop: any;
|
|
14
|
+
mapWidth: any;
|
|
15
|
+
mapHeight: any;
|
|
16
|
+
startCamera: any;
|
|
17
|
+
startCenter: any;
|
|
18
|
+
startNdc: any;
|
|
19
|
+
startPoint: any;
|
|
20
|
+
startScaleX: number;
|
|
21
|
+
startScaleY: number;
|
|
22
|
+
startBoundX: any;
|
|
23
|
+
startBoundY: any;
|
|
24
|
+
/** @private */
|
|
25
|
+
private _enabled;
|
|
26
|
+
minPitch: number;
|
|
27
|
+
maxPitch: number;
|
|
28
|
+
zoomSpeed: number;
|
|
29
|
+
headingSpeed: number;
|
|
30
|
+
pitchSpeed: number;
|
|
31
|
+
doubleClickTimer: null;
|
|
32
|
+
clickInterval: number;
|
|
33
|
+
set enabled(enabled: any);
|
|
34
|
+
init: () => void;
|
|
35
|
+
handleResize: (e: any) => void;
|
|
36
|
+
handleMouseMove: (e: any) => void;
|
|
37
|
+
handleMouseDown: (e: any) => void;
|
|
38
|
+
handleMouseDragging: (e: any) => void;
|
|
39
|
+
hasMoved: boolean | undefined;
|
|
40
|
+
currentPixelX: number | undefined;
|
|
41
|
+
currentPixelY: number | undefined;
|
|
42
|
+
handleMouseUp: (e: any) => void;
|
|
43
|
+
waitSecondClick: boolean | undefined;
|
|
44
|
+
clearDoubleClickTimer: () => void;
|
|
45
|
+
handleContextMenu: (e: any) => void;
|
|
46
|
+
handleWheel: (e: any) => void;
|
|
47
|
+
handlePan: (x: any, y: any) => void;
|
|
48
|
+
setPanStartState: (px: any, py: any) => void;
|
|
49
|
+
handleRotate: (x: any, y: any) => void;
|
|
50
|
+
handleZoom: (zoomOptions: any) => void;
|
|
51
|
+
ndcToPoint(pixel: any, camera: any, target: any): void;
|
|
52
|
+
getNdc(px: any, py: any, target: any): void;
|
|
53
|
+
makeZoomSafe: (zoom: any) => any;
|
|
54
|
+
makeHeadingSafe: (heading: any) => any;
|
|
55
|
+
makePitchSafe: (pitch: any) => any;
|
|
56
|
+
dispose: () => void;
|
|
57
|
+
}
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
export class MapControl3D {
|
|
2
|
+
constructor(map: any);
|
|
3
|
+
map: any;
|
|
4
|
+
currentAction: number;
|
|
5
|
+
startX: any;
|
|
6
|
+
startY: any;
|
|
7
|
+
startCenterX: any;
|
|
8
|
+
startCenterY: any;
|
|
9
|
+
startPitch: any;
|
|
10
|
+
startHeading: any;
|
|
11
|
+
startZoom: any;
|
|
12
|
+
startZoomUnits: any;
|
|
13
|
+
startAtTop: any;
|
|
14
|
+
mapWidth: any;
|
|
15
|
+
mapHeight: any;
|
|
16
|
+
startCamera: any;
|
|
17
|
+
startCenter: any;
|
|
18
|
+
startNdc: any;
|
|
19
|
+
startPoint: any;
|
|
20
|
+
startScaleX: number;
|
|
21
|
+
startScaleY: number;
|
|
22
|
+
startBoundX: any;
|
|
23
|
+
startBoundY: any;
|
|
24
|
+
/** @private */
|
|
25
|
+
private _enabled;
|
|
26
|
+
enableInertia: boolean;
|
|
27
|
+
minPitch: number;
|
|
28
|
+
maxPitch: number;
|
|
29
|
+
zoomSpeed: number;
|
|
30
|
+
headingSpeed: number;
|
|
31
|
+
pitchSpeed: number;
|
|
32
|
+
doubleClickTimer: null;
|
|
33
|
+
clickInterval: number;
|
|
34
|
+
/**
|
|
35
|
+
* 旋转模式
|
|
36
|
+
* 0: 以屏幕中心和海平面交点为旋转中心点
|
|
37
|
+
* 1: 以屏幕中心为和场景交点为旋转中心点
|
|
38
|
+
* 2: 以鼠标指针位置为旋转中心点(未实现)
|
|
39
|
+
*/
|
|
40
|
+
_rotationMode: number;
|
|
41
|
+
/** @private */
|
|
42
|
+
private _buttonDown;
|
|
43
|
+
/** @private */
|
|
44
|
+
private _primaryStartPosition;
|
|
45
|
+
/** @private */
|
|
46
|
+
private _primaryPosition;
|
|
47
|
+
/** @private */
|
|
48
|
+
private _primaryPreviousPosition;
|
|
49
|
+
/** @private */
|
|
50
|
+
private _positions;
|
|
51
|
+
/** @private */
|
|
52
|
+
private _previousPositions;
|
|
53
|
+
/** @private */
|
|
54
|
+
private _isPinching;
|
|
55
|
+
/** @private */
|
|
56
|
+
private _isTouchHolding;
|
|
57
|
+
/** @private */
|
|
58
|
+
private _lastPinchDist;
|
|
59
|
+
/** @private */
|
|
60
|
+
private _lastSeenTouchEvent;
|
|
61
|
+
/** @private */
|
|
62
|
+
private _whichKindOfPinch;
|
|
63
|
+
/** @private */
|
|
64
|
+
private _pinchConnectPosition;
|
|
65
|
+
/** @private */
|
|
66
|
+
private _pinchActionPosition;
|
|
67
|
+
/** @private */
|
|
68
|
+
private _pinchActionTimer;
|
|
69
|
+
/** @private */
|
|
70
|
+
private _touchHoldTimer;
|
|
71
|
+
/** @private */
|
|
72
|
+
private _clickPixelTolerance;
|
|
73
|
+
/** @private */
|
|
74
|
+
private _holdPixelTolerance;
|
|
75
|
+
set enabled(enabled: any);
|
|
76
|
+
_eventThrottle: EventThrottle;
|
|
77
|
+
_draggingMovementAggregator: PointerMovementAggregator;
|
|
78
|
+
_zoomMovementAggregator: PointerMovementAggregator;
|
|
79
|
+
init: () => void;
|
|
80
|
+
handlePointerDownWithThrottle: (e: any) => void;
|
|
81
|
+
handleWheelWithThrottle: (e: any) => void;
|
|
82
|
+
handlePointerMoveWithThrottle: (e: any) => void;
|
|
83
|
+
handleMouseDraggingWithThrottle: (e: any) => void;
|
|
84
|
+
handlePointerUpWithThrottle: (e: any) => void;
|
|
85
|
+
_tryToTriggerEvents: () => Promise<void>;
|
|
86
|
+
_triggerEvents: (eventToTriggerMap: any) => Promise<void>;
|
|
87
|
+
initCursorAnchor: () => void;
|
|
88
|
+
cursorAnchor: HTMLDivElement | undefined;
|
|
89
|
+
showCursorAnchor: (x: any, y: any) => void;
|
|
90
|
+
hideCursorAnchor: () => void;
|
|
91
|
+
handleResize: (e: any) => void;
|
|
92
|
+
fireTouchEvents: (e: any) => Promise<void>;
|
|
93
|
+
hasMoved: boolean | undefined;
|
|
94
|
+
startDistance: any;
|
|
95
|
+
fireTouchMoveEvents: (e: any) => Promise<void>;
|
|
96
|
+
handlePointerMove: (e: any) => Promise<void>;
|
|
97
|
+
handleMouseMove: (e: any) => Promise<void>;
|
|
98
|
+
handlePointerDown: (e: any) => Promise<void>;
|
|
99
|
+
handleMouseDown: (e: any) => Promise<void>;
|
|
100
|
+
_reactDragging: (pixelX: any, pixelY: any) => Promise<void>;
|
|
101
|
+
handleMouseDragging: (e: any) => Promise<void>;
|
|
102
|
+
handleCameraBeforeRender(): void;
|
|
103
|
+
originCamera: any;
|
|
104
|
+
originMap: {
|
|
105
|
+
center: any;
|
|
106
|
+
pitch: any;
|
|
107
|
+
heading: any;
|
|
108
|
+
} | undefined;
|
|
109
|
+
handlePointerUp: (e: any) => Promise<void>;
|
|
110
|
+
_startInertiaAnimation: () => void;
|
|
111
|
+
_inertiaAnimationHanlder: number | undefined;
|
|
112
|
+
handleMouseUp: (e: any) => Promise<void>;
|
|
113
|
+
waitSecondClick: boolean | undefined;
|
|
114
|
+
clearDoubleClickTimer: () => void;
|
|
115
|
+
handleContextMenu: (e: any) => void;
|
|
116
|
+
_reactZoom: (deltaX: any, deltaY: any, pixelX: any, pixelY: any) => Promise<void>;
|
|
117
|
+
_startZoomInertiaAnimation: (pixelX: any, pixelY: any) => void;
|
|
118
|
+
_zoomInertiaAnimationHandler: number | undefined;
|
|
119
|
+
handleWheel: (e: any) => Promise<void>;
|
|
120
|
+
handlePan: (x: any, y: any) => Promise<void>;
|
|
121
|
+
handleRotate: (x: any, y: any) => Promise<void>;
|
|
122
|
+
handleZoom: (zoomOptions: any) => Promise<void>;
|
|
123
|
+
getPixelPosition(e: any): number[];
|
|
124
|
+
currentPixelX: number | undefined;
|
|
125
|
+
currentPixelY: number | undefined;
|
|
126
|
+
ndcToPoint(pixel: any, camera: any, target: any): boolean;
|
|
127
|
+
getNdc(px: any, py: any, target: any): void;
|
|
128
|
+
makeHeadingSafe: (heading: any) => any;
|
|
129
|
+
makePitchSafe: (pitch: any) => any;
|
|
130
|
+
_pickPosition(mouse: any): Promise<any>;
|
|
131
|
+
dispose: () => void;
|
|
132
|
+
}
|
|
133
|
+
import { EventThrottle } from '../../threemap/engine/event/EventThrottle';
|
|
134
|
+
import { PointerMovementAggregator } from './PointerMovementAggregator';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export class PointerLockControls {
|
|
2
|
+
constructor(camera: any, domElement: any);
|
|
3
|
+
domElement: any;
|
|
4
|
+
isLocked: boolean;
|
|
5
|
+
minPolarAngle: number;
|
|
6
|
+
maxPolarAngle: number;
|
|
7
|
+
pointerSpeed: number;
|
|
8
|
+
connect: () => void;
|
|
9
|
+
disconnect: () => void;
|
|
10
|
+
dispose: () => void;
|
|
11
|
+
getObject: () => any;
|
|
12
|
+
getDirection: (v: any) => any;
|
|
13
|
+
moveForward: (distance: any) => void;
|
|
14
|
+
moveRight: (distance: any) => void;
|
|
15
|
+
lock: () => void;
|
|
16
|
+
unlock: () => void;
|
|
17
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export class PointerMovementAggregator {
|
|
2
|
+
constructor(options?: {});
|
|
3
|
+
/** @private */
|
|
4
|
+
private _lastTime;
|
|
5
|
+
/** @private */
|
|
6
|
+
private _lastPosition;
|
|
7
|
+
/** @private */
|
|
8
|
+
private _velocity;
|
|
9
|
+
/** @private */
|
|
10
|
+
private _acceleration;
|
|
11
|
+
/** @private */
|
|
12
|
+
private _resistance;
|
|
13
|
+
/** @private */
|
|
14
|
+
private _inertiaSpeed;
|
|
15
|
+
/** @private */
|
|
16
|
+
private _inertiaDirection;
|
|
17
|
+
start(x: any, y: any, time: any): void;
|
|
18
|
+
update(x: any, y: any, time: any): void;
|
|
19
|
+
setInertiaState(speed: any, direction: any, time: any): void;
|
|
20
|
+
startInertia(): void;
|
|
21
|
+
getInertiaPosition(time: any): any[];
|
|
22
|
+
get inertiaDirection(): any;
|
|
23
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
/** @protected */
|
|
2
|
+
export class TransformControls {
|
|
3
|
+
constructor(camera: any, domElement: any);
|
|
4
|
+
/** @private */ private _cameraScale;
|
|
5
|
+
/** @private */ private _endNorm;
|
|
6
|
+
/** @private */ private _gizmo;
|
|
7
|
+
/** @private */ private _getPointer;
|
|
8
|
+
/** @private */ private _onPointerDown;
|
|
9
|
+
/** @private */ private _onPointerHover;
|
|
10
|
+
/** @private */ private _onPointerMove;
|
|
11
|
+
/** @private */ private _onPointerUp;
|
|
12
|
+
/** @private */ private _parentPosition;
|
|
13
|
+
/** @private */ private _parentQuaternion;
|
|
14
|
+
/** @private */ private _parentQuaternionInv;
|
|
15
|
+
/** @private */ private _parentScale;
|
|
16
|
+
/** @private */ private _plane;
|
|
17
|
+
/** @private */ private _positionStart;
|
|
18
|
+
/** @private */ private _quaternionStart;
|
|
19
|
+
/** @private */ private _scaleStart;
|
|
20
|
+
/** @private */ private _startNorm;
|
|
21
|
+
/** @private */ private _worldQuaternionInv;
|
|
22
|
+
/** @private */ private _worldScale;
|
|
23
|
+
/** @private */ private _worldScaleStart;
|
|
24
|
+
/** @private */ private _offset;
|
|
25
|
+
/** @readonly */ readonly isTransformControls: any;
|
|
26
|
+
visible: boolean;
|
|
27
|
+
domElement: any;
|
|
28
|
+
updateMatrixWorld(): void;
|
|
29
|
+
pointerHover(pointer: any): void;
|
|
30
|
+
axis: any;
|
|
31
|
+
pointerDown(pointer: any): void;
|
|
32
|
+
dragging: boolean | undefined;
|
|
33
|
+
pointerMove(pointer: any): void;
|
|
34
|
+
rotationAngle: any;
|
|
35
|
+
pointerUp(pointer: any): void;
|
|
36
|
+
dispose(): void;
|
|
37
|
+
attach(object: any): this;
|
|
38
|
+
object: any;
|
|
39
|
+
detach(): this;
|
|
40
|
+
reset(): void;
|
|
41
|
+
getRaycaster(): any;
|
|
42
|
+
getMode(): any;
|
|
43
|
+
setMode(mode: any): void;
|
|
44
|
+
mode: any;
|
|
45
|
+
setTranslationSnap(translationSnap: any): void;
|
|
46
|
+
translationSnap: any;
|
|
47
|
+
setRotationSnap(rotationSnap: any): void;
|
|
48
|
+
rotationSnap: any;
|
|
49
|
+
setScaleSnap(scaleSnap: any): void;
|
|
50
|
+
scaleSnap: any;
|
|
51
|
+
setSize(size: any): void;
|
|
52
|
+
size: any;
|
|
53
|
+
setSpace(space: any): void;
|
|
54
|
+
space: any;
|
|
55
|
+
update(): void;
|
|
56
|
+
}
|
|
57
|
+
export class TransformControlsGizmo {
|
|
58
|
+
type: string;
|
|
59
|
+
gizmo: {};
|
|
60
|
+
picker: {};
|
|
61
|
+
helper: {};
|
|
62
|
+
onBeforeScenePrepareRender(): void;
|
|
63
|
+
isTransformControlsGizmo: boolean;
|
|
64
|
+
}
|
|
65
|
+
export class TransformControlsPlane {
|
|
66
|
+
type: string;
|
|
67
|
+
updateMatrixWorld(force: any): void;
|
|
68
|
+
raycast(raycaster: any, intersects: any): void;
|
|
69
|
+
isTransformControlsPlane: boolean;
|
|
70
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 重写了computeBoundingBox和computeBoundingSphere以便启用frustumCull
|
|
3
|
+
* 包围盒实际上是数据真实的边界
|
|
4
|
+
* getInstanceGeometry返回原始geometry,用于raycast
|
|
5
|
+
*/
|
|
6
|
+
export class CustomInstancedBufferGeometry {
|
|
7
|
+
isCustomInstancedBufferGeometry: boolean;
|
|
8
|
+
instanceGeometry: null;
|
|
9
|
+
computeBoundingBox(): void;
|
|
10
|
+
boundingBox: any;
|
|
11
|
+
computeBoundingSphere(): void;
|
|
12
|
+
boundingSphere: any;
|
|
13
|
+
getInstanceGeometry(): null;
|
|
14
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export function _hasEventListener(object: any, eventNames: any): boolean;
|
|
2
|
+
export class CustomRaycaster {
|
|
3
|
+
static CHECK_EVENT: number;
|
|
4
|
+
static CHECK_VISIBLE: number;
|
|
5
|
+
mouse: any;
|
|
6
|
+
intersectFlagObjects(objects: any, flag: any, eventNames: any, recursive: boolean | undefined, callback: any, intersects?: any[]): any[];
|
|
7
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export class ShadowVolumeLineGeometry {
|
|
2
|
+
createVolumeGeometry(data: any, zoomUnit: any): any[][][];
|
|
3
|
+
lineToShadowVolumeMesh(points: any, width: any): {
|
|
4
|
+
vertices: any[];
|
|
5
|
+
indices: any[];
|
|
6
|
+
normals: any[];
|
|
7
|
+
widths: any[];
|
|
8
|
+
};
|
|
9
|
+
_volumeSegmentLines: (positiveSeq: any, reverseSeq: any, widths: any, normals: any, indices: any, last: any, cur: any, next: any, width: any, index: any, isStarted: any) => number;
|
|
10
|
+
conversion(baseArray: any, n: any): any[];
|
|
11
|
+
_volumeExtrusions: (positiveSeq: any, reverseSeq: any, normals: any, widths: any, point: any, normal: any, width: any) => void;
|
|
12
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
export class FatLineGeometry extends ShadowVolumeLineGeometry {
|
|
2
|
+
constructor(parameters: any);
|
|
3
|
+
isFatLineGeometry: boolean;
|
|
4
|
+
parameters: any;
|
|
5
|
+
_granularity: any;
|
|
6
|
+
_needsUpdate: boolean;
|
|
7
|
+
_needsCounter: boolean;
|
|
8
|
+
_height: any;
|
|
9
|
+
_flags: {
|
|
10
|
+
lastFlip: number;
|
|
11
|
+
started: boolean;
|
|
12
|
+
normal: null;
|
|
13
|
+
totalDistance: number;
|
|
14
|
+
};
|
|
15
|
+
setData(data: any): void;
|
|
16
|
+
cachedData: any;
|
|
17
|
+
updateGeometryColumbus(data: any): void;
|
|
18
|
+
cachedPositions: any[] | any[] | undefined;
|
|
19
|
+
cachedPrevs: any[] | undefined;
|
|
20
|
+
cachedNexts: any[] | undefined;
|
|
21
|
+
updateGeometry3D(data: any): void;
|
|
22
|
+
updateGeometry(): void;
|
|
23
|
+
getFlatDirection(p1: any, p2: any): any;
|
|
24
|
+
_segmentLines: (positions: any, uvs: any, lengths: any, prevAndNextLengths: any, totalLengths: any, expandAndPrevs: any, normals: any, colors: any, indices: any, last: any, cur: any, next: any, width: any, objectColor: any, prevs: any, nexts: any, index: any) => number;
|
|
25
|
+
generateArc(options: any): any[] | {
|
|
26
|
+
positions: any[];
|
|
27
|
+
normals: any[];
|
|
28
|
+
lengths: any[];
|
|
29
|
+
randoms: any[];
|
|
30
|
+
totalLength: number;
|
|
31
|
+
prevs: any[];
|
|
32
|
+
nexts: any[];
|
|
33
|
+
expandAndPrevs: any[];
|
|
34
|
+
prevAndNextLengths: any[];
|
|
35
|
+
uvs: any[];
|
|
36
|
+
indices: any;
|
|
37
|
+
};
|
|
38
|
+
generateCartesianArc(p0: any, p1: any, minDistance: any, ellipsoid: any, h0: any, h1: any, array: any, prevs: any, nexts: any, offset: any, normal: any, nextNormal: any, miterNormal: any, lastMiterNormal: any, miterLen: any, flip: any, normals: any, width: any, lengths: any, expandAndPrevs: any, distance: any, hasNext: any, bevelIndices: any, uvs: any, flags: any): {
|
|
39
|
+
index: any;
|
|
40
|
+
surfaceDistance: any;
|
|
41
|
+
lastLength: number;
|
|
42
|
+
};
|
|
43
|
+
_extrusions: (positions: any, normals: any, uvs: any, lengths: any, prevAndNextLengths: any, totalLengths: any, expandAndPrevs: any, colors: any, point: any, prev: any, next: any, normal: any, distanceRadio: any, prevDistanceRatio: any, nextDistanceRatio: any, width: any, isPrev: any, isFirst: any, color: any, prevs: any, nexts: any) => void;
|
|
44
|
+
_flipedUV(uvs: any, distance: any, flip: any, bevel: any): void;
|
|
45
|
+
set needsUpdate(value: boolean);
|
|
46
|
+
get needsUpdate(): boolean;
|
|
47
|
+
}
|
|
48
|
+
import { ShadowVolumeLineGeometry } from '../ShadowVolumLineGeometry';
|