create-swdg-frontend 0.1.7 → 0.2.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 +31 -13
- package/bin/index.js +3 -244
- package/lib/argv.js +43 -0
- package/lib/cli.js +141 -0
- package/lib/constants.js +24 -0
- package/lib/gis.js +92 -0
- package/lib/manifest.js +23 -0
- package/lib/prompts.js +55 -0
- package/lib/scaffold.js +118 -0
- package/package.json +6 -2
- package/scripts/sync-template.js +120 -0
- package/scripts/validate-template.mjs +74 -0
- package/stubs/tsconfig.node.json +11 -0
- package/stubs/types-env.d.ts +9 -0
- package/stubs/vite.config.ts +64 -0
- package/template/.env.example +6 -0
- package/template/.github/workflows/ci.yml +23 -0
- package/template/.github/workflows/release.yml +69 -0
- package/template/.stylelintrc.json +7 -1
- package/template/README.md +95 -32
- package/template/auto-imports.d.ts +10 -0
- package/template/docs/MAINTAINER.md +77 -0
- package/template/docs/ONBOARDING.md +284 -0
- package/template/docs/TESTING.md +104 -0
- package/template/package.json +48 -41
- package/template/pnpm-lock.yaml +6360 -0
- package/template/scripts/gen-api.cjs +20 -7
- package/template/scripts/release.mjs +22 -28
- package/template/scripts/set-release-version.mjs +46 -0
- package/template/scripts/test-pipeline.mjs +85 -0
- package/template/scripts/test-scaffold.mjs +197 -0
- package/template/scripts/test-template.mjs +52 -0
- package/template/scripts/verify.mjs +28 -0
- package/template/scripts/vite-plugin-cesium-dev.ts +56 -0
- package/template/src/api/README.md +4 -0
- package/template/src/components/Body/index.vue +65 -35
- package/template/src/components/CesiumViewer/index.vue +36 -0
- package/template/src/components/Header/index.vue +16 -5
- package/template/src/components/OnboardingDeck/index.vue +449 -0
- package/template/src/data/onboardingSlides.ts +208 -0
- package/template/src/main.ts +1 -0
- package/template/src/router/index.ts +20 -14
- package/template/src/router/routeUtils.ts +13 -0
- package/template/src/styles/shell.css +232 -0
- package/template/src/utils/axios-middleware.js +1 -1
- package/template/src/utils/cesium/index.ts +71 -0
- package/template/src/utils/composables/useFeatureGis.ts +24 -0
- package/template/src/views/examples/cesium/index.vue +85 -0
- package/template/src/views/examples/guide/index.vue +42 -0
- package/template/src/views/examples/test/index.vue +63 -0
- package/template/src/views/index.vue +2 -3
- package/template/tests/README.md +1 -0
- package/template/tests/unit/onboardingSlides.test.ts +20 -0
- package/template/tests/unit/router.utils.test.ts +21 -0
- package/template/tests/unit/scaffold.lib.test.ts +44 -0
- package/template/tests/unit/useFeatureGis.test.ts +14 -0
- package/template/tsconfig.json +17 -17
- package/template/tsconfig.node.json +1 -1
- package/template/types/env.d.ts +13 -0
- package/template/vite.config.ts +26 -5
- package/template/vitest.config.ts +13 -0
- package/template/.env +0 -1
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_0.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_1.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_10.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_11.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_12.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_13.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_14.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_15.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_16.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_17.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_18.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_19.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_2.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_20.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_21.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_22.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_23.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_24.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_25.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_26.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_27.json +0 -438
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_3.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_4.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_5.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_6.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_7.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_8.json +0 -1012
- package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_9.json +0 -1012
- package/template/public/Cesium1.119/Assets/Images/bing_maps_credit.png +0 -0
- package/template/public/Cesium1.119/Assets/Images/cesium_credit.png +0 -0
- package/template/public/Cesium1.119/Assets/Images/google_earth_credit.png +0 -0
- package/template/public/Cesium1.119/Assets/Images/ion-credit.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/LensFlare/DirtMask.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/LensFlare/StarBurst.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/0/0/0.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/0/1/0.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/1/0/0.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/1/0/1.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/1/1/0.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/1/1/1.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/1/2/0.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/1/2/1.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/1/3/0.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/1/3/1.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/0/0.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/0/1.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/0/2.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/0/3.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/1/0.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/1/1.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/1/2.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/1/3.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/2/0.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/2/1.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/2/2.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/2/3.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/3/0.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/3/1.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/3/2.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/3/3.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/4/0.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/4/1.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/4/2.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/4/3.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/5/0.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/5/1.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/5/2.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/5/3.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/6/0.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/6/1.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/6/2.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/6/3.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/7/0.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/7/1.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/7/2.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/7/3.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/tilemapresource.xml +0 -14
- package/template/public/Cesium1.119/Assets/Textures/SkyBox/tycho2t3_80_mx.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/SkyBox/tycho2t3_80_my.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/SkyBox/tycho2t3_80_mz.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/SkyBox/tycho2t3_80_px.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/SkyBox/tycho2t3_80_py.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/SkyBox/tycho2t3_80_pz.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/airfield.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/airport.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/alcohol-shop.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/america-football.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/art-gallery.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/bakery.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/bank.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/bar.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/baseball.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/basketball.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/beer.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/bicycle.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/building.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/bus.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/cafe.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/camera.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/campsite.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/car.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/cemetery.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/cesium.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/chemist.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/cinema.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/circle-stroked.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/circle.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/city.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/clothing-store.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/college.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/commercial.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/cricket.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/cross.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/dam.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/danger.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/disability.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/dog-park.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/embassy.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/emergency-telephone.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/entrance.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/farm.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/fast-food.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/ferry.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/fire-station.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/fuel.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/garden.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/gift.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/golf.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/grocery.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/hairdresser.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/harbor.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/heart.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/heliport.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/hospital.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/ice-cream.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/industrial.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/land-use.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/laundry.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/library.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/lighthouse.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/lodging.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/logging.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/london-underground.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/marker-stroked.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/marker.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/minefield.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/mobilephone.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/monument.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/museum.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/music.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/oil-well.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/park.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/park2.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/parking-garage.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/parking.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/pharmacy.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/pitch.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/place-of-worship.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/playground.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/police.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/polling-place.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/post.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/prison.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/rail-above.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/rail-light.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/rail-metro.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/rail-underground.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/rail.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/religious-christian.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/religious-jewish.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/religious-muslim.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/restaurant.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/roadblock.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/rocket.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/school.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/scooter.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/shop.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/skiing.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/slaughterhouse.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/soccer.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/square-stroked.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/square.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/star-stroked.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/star.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/suitcase.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/swimming.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/telephone.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/tennis.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/theatre.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/toilets.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/town-hall.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/town.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/triangle-stroked.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/triangle.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/village.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/warehouse.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/waste-basket.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/water.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/wetland.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/maki/zoo.png +0 -0
- package/template/public/Cesium1.119/Assets/Textures/moonSmall.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/pin.svg +0 -1
- package/template/public/Cesium1.119/Assets/Textures/waterNormals.jpg +0 -0
- package/template/public/Cesium1.119/Assets/Textures/waterNormalsSmall.jpg +0 -0
- package/template/public/Cesium1.119/Assets/approximateTerrainHeights.json +0 -10924
- package/template/public/Cesium1.119/Cesium.js +0 -185772
- package/template/public/Cesium1.119/ThirdParty/Workers/package.json +0 -3
- package/template/public/Cesium1.119/ThirdParty/Workers/pako_deflate.min.js +0 -1681
- package/template/public/Cesium1.119/ThirdParty/Workers/pako_inflate.min.js +0 -1489
- package/template/public/Cesium1.119/ThirdParty/Workers/z-worker-pako.js +0 -1070
- package/template/public/Cesium1.119/ThirdParty/basis_transcoder.wasm +0 -0
- package/template/public/Cesium1.119/ThirdParty/draco_decoder.wasm +0 -0
- package/template/public/Cesium1.119/ThirdParty/google-earth-dbroot-parser.js +0 -11424
- package/template/public/Cesium1.119/Widgets/Animation/Animation.css +0 -127
- package/template/public/Cesium1.119/Widgets/Animation/lighter.css +0 -78
- package/template/public/Cesium1.119/Widgets/BaseLayerPicker/BaseLayerPicker.css +0 -112
- package/template/public/Cesium1.119/Widgets/BaseLayerPicker/lighter.css +0 -28
- package/template/public/Cesium1.119/Widgets/Cesium3DTilesInspector/Cesium3DTilesInspector.css +0 -104
- package/template/public/Cesium1.119/Widgets/CesiumInspector/CesiumInspector.css +0 -115
- package/template/public/Cesium1.119/Widgets/CesiumWidget/CesiumWidget.css +0 -119
- package/template/public/Cesium1.119/Widgets/CesiumWidget/lighter.css +0 -14
- package/template/public/Cesium1.119/Widgets/FullscreenButton/FullscreenButton.css +0 -8
- package/template/public/Cesium1.119/Widgets/Geocoder/Geocoder.css +0 -72
- package/template/public/Cesium1.119/Widgets/Geocoder/lighter.css +0 -17
- package/template/public/Cesium1.119/Widgets/I3SBuildingSceneLayerExplorer/I3SBuildingSceneLayerExplorer.css +0 -27
- package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/ArcGisMapServiceWorldHillshade.png +0 -0
- package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/ArcGisMapServiceWorldImagery.png +0 -0
- package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/ArcGisMapServiceWorldOcean.png +0 -0
- package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/bingAerial.png +0 -0
- package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/bingAerialLabels.png +0 -0
- package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/bingRoads.png +0 -0
- package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/blueMarble.png +0 -0
- package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/earthAtNight.png +0 -0
- package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/mapQuestOpenStreetMap.png +0 -0
- package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/mapboxSatellite.png +0 -0
- package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/mapboxStreets.png +0 -0
- package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/mapboxTerrain.png +0 -0
- package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/naturalEarthII.png +0 -0
- package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/openStreetMap.png +0 -0
- package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/sentinel-2.png +0 -0
- package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/stadiaAlidadeSmooth.png +0 -0
- package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/stadiaAlidadeSmoothDark.png +0 -0
- package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/stamenToner.png +0 -0
- package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/stamenWatercolor.png +0 -0
- package/template/public/Cesium1.119/Widgets/Images/NavigationHelp/Mouse.svg +0 -84
- package/template/public/Cesium1.119/Widgets/Images/NavigationHelp/MouseLeft.svg +0 -76
- package/template/public/Cesium1.119/Widgets/Images/NavigationHelp/MouseMiddle.svg +0 -76
- package/template/public/Cesium1.119/Widgets/Images/NavigationHelp/MouseRight.svg +0 -76
- package/template/public/Cesium1.119/Widgets/Images/NavigationHelp/Touch.svg +0 -120
- package/template/public/Cesium1.119/Widgets/Images/NavigationHelp/TouchDrag.svg +0 -129
- package/template/public/Cesium1.119/Widgets/Images/NavigationHelp/TouchRotate.svg +0 -76
- package/template/public/Cesium1.119/Widgets/Images/NavigationHelp/TouchTilt.svg +0 -135
- package/template/public/Cesium1.119/Widgets/Images/NavigationHelp/TouchZoom.svg +0 -74
- package/template/public/Cesium1.119/Widgets/Images/TerrainProviders/CesiumWorldTerrain.png +0 -0
- package/template/public/Cesium1.119/Widgets/Images/TerrainProviders/Ellipsoid.png +0 -0
- package/template/public/Cesium1.119/Widgets/Images/TimelineIcons.png +0 -0
- package/template/public/Cesium1.119/Widgets/Images/info-loading.gif +0 -0
- package/template/public/Cesium1.119/Widgets/InfoBox/InfoBox.css +0 -94
- package/template/public/Cesium1.119/Widgets/InfoBox/InfoBoxDescription.css +0 -178
- package/template/public/Cesium1.119/Widgets/NavigationHelpButton/NavigationHelpButton.css +0 -95
- package/template/public/Cesium1.119/Widgets/NavigationHelpButton/lighter.css +0 -38
- package/template/public/Cesium1.119/Widgets/PerformanceWatchdog/PerformanceWatchdog.css +0 -15
- package/template/public/Cesium1.119/Widgets/ProjectionPicker/ProjectionPicker.css +0 -46
- package/template/public/Cesium1.119/Widgets/SceneModePicker/SceneModePicker.css +0 -72
- package/template/public/Cesium1.119/Widgets/SelectionIndicator/SelectionIndicator.css +0 -22
- package/template/public/Cesium1.119/Widgets/Timeline/Timeline.css +0 -103
- package/template/public/Cesium1.119/Widgets/Timeline/lighter.css +0 -18
- package/template/public/Cesium1.119/Widgets/VRButton/VRButton.css +0 -8
- package/template/public/Cesium1.119/Widgets/Viewer/Viewer.css +0 -107
- package/template/public/Cesium1.119/Widgets/VoxelInspector/VoxelInspector.css +0 -18
- package/template/public/Cesium1.119/Widgets/lighter.css +0 -246
- package/template/public/Cesium1.119/Widgets/lighterShared.css +0 -46
- package/template/public/Cesium1.119/Widgets/shared.css +0 -103
- package/template/public/Cesium1.119/Widgets/widgets.css +0 -1376
- package/template/public/Cesium1.119/Workers/chunk-3C7WC463.js +0 -611
- package/template/public/Cesium1.119/Workers/chunk-3JW36LZF.js +0 -166
- package/template/public/Cesium1.119/Workers/chunk-4BTGX3WJ.js +0 -264
- package/template/public/Cesium1.119/Workers/chunk-4WRMLZA7.js +0 -128
- package/template/public/Cesium1.119/Workers/chunk-7Z5IIKOJ.js +0 -8046
- package/template/public/Cesium1.119/Workers/chunk-ABGXSJNX.js +0 -341
- package/template/public/Cesium1.119/Workers/chunk-AMQUWUD4.js +0 -269
- package/template/public/Cesium1.119/Workers/chunk-ATPDRNKI.js +0 -28
- package/template/public/Cesium1.119/Workers/chunk-BMHPVZ4H.js +0 -199
- package/template/public/Cesium1.119/Workers/chunk-CBEO3SHS.js +0 -1102
- package/template/public/Cesium1.119/Workers/chunk-CV7DLCWG.js +0 -485
- package/template/public/Cesium1.119/Workers/chunk-DQO6B4EQ.js +0 -76
- package/template/public/Cesium1.119/Workers/chunk-ED3TLP6D.js +0 -91
- package/template/public/Cesium1.119/Workers/chunk-EFZKO5RU.js +0 -42
- package/template/public/Cesium1.119/Workers/chunk-F5IHREXR.js +0 -2678
- package/template/public/Cesium1.119/Workers/chunk-FKRG4HDY.js +0 -516
- package/template/public/Cesium1.119/Workers/chunk-FYOYUPXG.js +0 -399
- package/template/public/Cesium1.119/Workers/chunk-GFN7NNSJ.js +0 -65
- package/template/public/Cesium1.119/Workers/chunk-HEEMUCG6.js +0 -92
- package/template/public/Cesium1.119/Workers/chunk-HSWA4OEL.js +0 -672
- package/template/public/Cesium1.119/Workers/chunk-IAC5XVZV.js +0 -287
- package/template/public/Cesium1.119/Workers/chunk-II4VNKYR.js +0 -50
- package/template/public/Cesium1.119/Workers/chunk-ILGBPNP6.js +0 -28
- package/template/public/Cesium1.119/Workers/chunk-IRH46BDL.js +0 -124
- package/template/public/Cesium1.119/Workers/chunk-IUA6FAOZ.js +0 -31
- package/template/public/Cesium1.119/Workers/chunk-K4ASOM65.js +0 -331
- package/template/public/Cesium1.119/Workers/chunk-KCIZBVXL.js +0 -258
- package/template/public/Cesium1.119/Workers/chunk-KF5NF354.js +0 -162
- package/template/public/Cesium1.119/Workers/chunk-KRKI6AAO.js +0 -773
- package/template/public/Cesium1.119/Workers/chunk-KZNJOCYU.js +0 -162
- package/template/public/Cesium1.119/Workers/chunk-O5IJ3OGP.js +0 -857
- package/template/public/Cesium1.119/Workers/chunk-OO23RBLX.js +0 -183
- package/template/public/Cesium1.119/Workers/chunk-P37AI2DW.js +0 -85
- package/template/public/Cesium1.119/Workers/chunk-PDMQLSBL.js +0 -108
- package/template/public/Cesium1.119/Workers/chunk-PEYJTJPE.js +0 -73
- package/template/public/Cesium1.119/Workers/chunk-POASMU2N.js +0 -2372
- package/template/public/Cesium1.119/Workers/chunk-PXCJYT2S.js +0 -73
- package/template/public/Cesium1.119/Workers/chunk-Q6L7X3LP.js +0 -538
- package/template/public/Cesium1.119/Workers/chunk-QB3MDM4J.js +0 -1670
- package/template/public/Cesium1.119/Workers/chunk-R6KGAEF6.js +0 -392
- package/template/public/Cesium1.119/Workers/chunk-RXTBM4OI.js +0 -57
- package/template/public/Cesium1.119/Workers/chunk-SB224QGV.js +0 -72
- package/template/public/Cesium1.119/Workers/chunk-T6BE4RZK.js +0 -37
- package/template/public/Cesium1.119/Workers/chunk-TAMCUKAR.js +0 -814
- package/template/public/Cesium1.119/Workers/chunk-TMSETF7M.js +0 -579
- package/template/public/Cesium1.119/Workers/chunk-TOGHF3VN.js +0 -376
- package/template/public/Cesium1.119/Workers/chunk-UH2WFNTA.js +0 -111
- package/template/public/Cesium1.119/Workers/chunk-V7JEDBOE.js +0 -573
- package/template/public/Cesium1.119/Workers/chunk-VBIROZR5.js +0 -633
- package/template/public/Cesium1.119/Workers/chunk-W23CU777.js +0 -271
- package/template/public/Cesium1.119/Workers/chunk-X5IHHI6X.js +0 -173
- package/template/public/Cesium1.119/Workers/chunk-XHX2UPDO.js +0 -217
- package/template/public/Cesium1.119/Workers/combineGeometry.js +0 -53
- package/template/public/Cesium1.119/Workers/createBoxGeometry.js +0 -45
- package/template/public/Cesium1.119/Workers/createBoxOutlineGeometry.js +0 -189
- package/template/public/Cesium1.119/Workers/createCircleGeometry.js +0 -148
- package/template/public/Cesium1.119/Workers/createCircleOutlineGeometry.js +0 -105
- package/template/public/Cesium1.119/Workers/createCoplanarPolygonGeometry.js +0 -293
- package/template/public/Cesium1.119/Workers/createCoplanarPolygonOutlineGeometry.js +0 -143
- package/template/public/Cesium1.119/Workers/createCorridorGeometry.js +0 -830
- package/template/public/Cesium1.119/Workers/createCorridorOutlineGeometry.js +0 -417
- package/template/public/Cesium1.119/Workers/createCylinderGeometry.js +0 -47
- package/template/public/Cesium1.119/Workers/createCylinderOutlineGeometry.js +0 -170
- package/template/public/Cesium1.119/Workers/createEllipseGeometry.js +0 -58
- package/template/public/Cesium1.119/Workers/createEllipseOutlineGeometry.js +0 -51
- package/template/public/Cesium1.119/Workers/createEllipsoidGeometry.js +0 -46
- package/template/public/Cesium1.119/Workers/createEllipsoidOutlineGeometry.js +0 -45
- package/template/public/Cesium1.119/Workers/createFrustumGeometry.js +0 -45
- package/template/public/Cesium1.119/Workers/createFrustumOutlineGeometry.js +0 -164
- package/template/public/Cesium1.119/Workers/createGeometry.js +0 -159
- package/template/public/Cesium1.119/Workers/createGroundPolylineGeometry.js +0 -911
- package/template/public/Cesium1.119/Workers/createPlaneGeometry.js +0 -185
- package/template/public/Cesium1.119/Workers/createPlaneOutlineGeometry.js +0 -93
- package/template/public/Cesium1.119/Workers/createPolygonGeometry.js +0 -884
- package/template/public/Cesium1.119/Workers/createPolygonOutlineGeometry.js +0 -359
- package/template/public/Cesium1.119/Workers/createPolylineGeometry.js +0 -349
- package/template/public/Cesium1.119/Workers/createPolylineVolumeGeometry.js +0 -262
- package/template/public/Cesium1.119/Workers/createPolylineVolumeOutlineGeometry.js +0 -177
- package/template/public/Cesium1.119/Workers/createRectangleGeometry.js +0 -787
- package/template/public/Cesium1.119/Workers/createRectangleOutlineGeometry.js +0 -299
- package/template/public/Cesium1.119/Workers/createSimplePolylineGeometry.js +0 -294
- package/template/public/Cesium1.119/Workers/createSphereGeometry.js +0 -84
- package/template/public/Cesium1.119/Workers/createSphereOutlineGeometry.js +0 -83
- package/template/public/Cesium1.119/Workers/createTaskProcessorWorker.js +0 -28
- package/template/public/Cesium1.119/Workers/createVectorTileClampedPolylines.js +0 -289
- package/template/public/Cesium1.119/Workers/createVectorTileGeometries.js +0 -258
- package/template/public/Cesium1.119/Workers/createVectorTilePoints.js +0 -79
- package/template/public/Cesium1.119/Workers/createVectorTilePolygons.js +0 -275
- package/template/public/Cesium1.119/Workers/createVectorTilePolylines.js +0 -176
- package/template/public/Cesium1.119/Workers/createVerticesFromGoogleEarthEnterpriseBuffer.js +0 -375
- package/template/public/Cesium1.119/Workers/createVerticesFromHeightmap.js +0 -1772
- package/template/public/Cesium1.119/Workers/createVerticesFromQuantizedTerrainMesh.js +0 -425
- package/template/public/Cesium1.119/Workers/createWallGeometry.js +0 -320
- package/template/public/Cesium1.119/Workers/createWallOutlineGeometry.js +0 -229
- package/template/public/Cesium1.119/Workers/decodeDraco.js +0 -227
- package/template/public/Cesium1.119/Workers/decodeGoogleEarthEnterprisePacket.js +0 -1836
- package/template/public/Cesium1.119/Workers/decodeI3S.js +0 -924
- package/template/public/Cesium1.119/Workers/transcodeKTX2.js +0 -3180
- package/template/public/Cesium1.119/Workers/transferTypedArrayTest.js +0 -34
- package/template/public/Cesium1.119/Workers/upsampleQuantizedTerrainMesh.js +0 -534
- package/template/public/Cesium1.119/index.cjs +0 -185632
- package/template/public/Cesium1.119/index.js +0 -182874
- package/template/src/views/Test/index.vue +0 -56
- package/template/tests/unit/example.test.ts +0 -7
|
@@ -1,392 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Cesium - https://github.com/CesiumGS/cesium
|
|
4
|
-
* Version 1.119
|
|
5
|
-
*
|
|
6
|
-
* Copyright 2011-2022 Cesium Contributors
|
|
7
|
-
*
|
|
8
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
9
|
-
* you may not use this file except in compliance with the License.
|
|
10
|
-
* You may obtain a copy of the License at
|
|
11
|
-
*
|
|
12
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
13
|
-
*
|
|
14
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
15
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
16
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
17
|
-
* See the License for the specific language governing permissions and
|
|
18
|
-
* limitations under the License.
|
|
19
|
-
*
|
|
20
|
-
* Columbus View (Pat. Pend.)
|
|
21
|
-
*
|
|
22
|
-
* Portions licensed separately.
|
|
23
|
-
* See https://github.com/CesiumGS/cesium/blob/main/LICENSE.md for full licensing details.
|
|
24
|
-
*/
|
|
25
|
-
|
|
26
|
-
import { a as f } from "./chunk-IUA6FAOZ.js";
|
|
27
|
-
import { a as n, b as c } from "./chunk-UH2WFNTA.js";
|
|
28
|
-
import { c as I, d as _, e as o } from "./chunk-PEYJTJPE.js";
|
|
29
|
-
var P = I((O, d) => {
|
|
30
|
-
var u = function (t) {
|
|
31
|
-
(t == null && (t = new Date().getTime()),
|
|
32
|
-
(this.N = 624),
|
|
33
|
-
(this.M = 397),
|
|
34
|
-
(this.MATRIX_A = 2567483615),
|
|
35
|
-
(this.UPPER_MASK = 2147483648),
|
|
36
|
-
(this.LOWER_MASK = 2147483647),
|
|
37
|
-
(this.mt = new Array(this.N)),
|
|
38
|
-
(this.mti = this.N + 1),
|
|
39
|
-
t.constructor == Array
|
|
40
|
-
? this.init_by_array(t, t.length)
|
|
41
|
-
: this.init_seed(t));
|
|
42
|
-
};
|
|
43
|
-
u.prototype.init_seed = function (t) {
|
|
44
|
-
for (this.mt[0] = t >>> 0, this.mti = 1; this.mti < this.N; this.mti++) {
|
|
45
|
-
var t = this.mt[this.mti - 1] ^ (this.mt[this.mti - 1] >>> 30);
|
|
46
|
-
((this.mt[this.mti] =
|
|
47
|
-
((((t & 4294901760) >>> 16) * 1812433253) << 16) +
|
|
48
|
-
(t & 65535) * 1812433253 +
|
|
49
|
-
this.mti),
|
|
50
|
-
(this.mt[this.mti] >>>= 0));
|
|
51
|
-
}
|
|
52
|
-
};
|
|
53
|
-
u.prototype.init_by_array = function (t, i) {
|
|
54
|
-
var e, s, h;
|
|
55
|
-
for (
|
|
56
|
-
this.init_seed(19650218), e = 1, s = 0, h = this.N > i ? this.N : i;
|
|
57
|
-
h;
|
|
58
|
-
h--
|
|
59
|
-
) {
|
|
60
|
-
var a = this.mt[e - 1] ^ (this.mt[e - 1] >>> 30);
|
|
61
|
-
((this.mt[e] =
|
|
62
|
-
(this.mt[e] ^
|
|
63
|
-
(((((a & 4294901760) >>> 16) * 1664525) << 16) +
|
|
64
|
-
(a & 65535) * 1664525)) +
|
|
65
|
-
t[s] +
|
|
66
|
-
s),
|
|
67
|
-
(this.mt[e] >>>= 0),
|
|
68
|
-
e++,
|
|
69
|
-
s++,
|
|
70
|
-
e >= this.N && ((this.mt[0] = this.mt[this.N - 1]), (e = 1)),
|
|
71
|
-
s >= i && (s = 0));
|
|
72
|
-
}
|
|
73
|
-
for (h = this.N - 1; h; h--) {
|
|
74
|
-
var a = this.mt[e - 1] ^ (this.mt[e - 1] >>> 30);
|
|
75
|
-
((this.mt[e] =
|
|
76
|
-
(this.mt[e] ^
|
|
77
|
-
(((((a & 4294901760) >>> 16) * 1566083941) << 16) +
|
|
78
|
-
(a & 65535) * 1566083941)) -
|
|
79
|
-
e),
|
|
80
|
-
(this.mt[e] >>>= 0),
|
|
81
|
-
e++,
|
|
82
|
-
e >= this.N && ((this.mt[0] = this.mt[this.N - 1]), (e = 1)));
|
|
83
|
-
}
|
|
84
|
-
this.mt[0] = 2147483648;
|
|
85
|
-
};
|
|
86
|
-
u.prototype.random_int = function () {
|
|
87
|
-
var t,
|
|
88
|
-
i = new Array(0, this.MATRIX_A);
|
|
89
|
-
if (this.mti >= this.N) {
|
|
90
|
-
var e;
|
|
91
|
-
for (
|
|
92
|
-
this.mti == this.N + 1 && this.init_seed(5489), e = 0;
|
|
93
|
-
e < this.N - this.M;
|
|
94
|
-
e++
|
|
95
|
-
)
|
|
96
|
-
((t =
|
|
97
|
-
(this.mt[e] & this.UPPER_MASK) | (this.mt[e + 1] & this.LOWER_MASK)),
|
|
98
|
-
(this.mt[e] = this.mt[e + this.M] ^ (t >>> 1) ^ i[t & 1]));
|
|
99
|
-
for (; e < this.N - 1; e++)
|
|
100
|
-
((t =
|
|
101
|
-
(this.mt[e] & this.UPPER_MASK) | (this.mt[e + 1] & this.LOWER_MASK)),
|
|
102
|
-
(this.mt[e] = this.mt[e + (this.M - this.N)] ^ (t >>> 1) ^ i[t & 1]));
|
|
103
|
-
((t =
|
|
104
|
-
(this.mt[this.N - 1] & this.UPPER_MASK) |
|
|
105
|
-
(this.mt[0] & this.LOWER_MASK)),
|
|
106
|
-
(this.mt[this.N - 1] = this.mt[this.M - 1] ^ (t >>> 1) ^ i[t & 1]),
|
|
107
|
-
(this.mti = 0));
|
|
108
|
-
}
|
|
109
|
-
return (
|
|
110
|
-
(t = this.mt[this.mti++]),
|
|
111
|
-
(t ^= t >>> 11),
|
|
112
|
-
(t ^= (t << 7) & 2636928640),
|
|
113
|
-
(t ^= (t << 15) & 4022730752),
|
|
114
|
-
(t ^= t >>> 18),
|
|
115
|
-
t >>> 0
|
|
116
|
-
);
|
|
117
|
-
};
|
|
118
|
-
u.prototype.random_int31 = function () {
|
|
119
|
-
return this.random_int() >>> 1;
|
|
120
|
-
};
|
|
121
|
-
u.prototype.random_incl = function () {
|
|
122
|
-
return this.random_int() * (1 / 4294967295);
|
|
123
|
-
};
|
|
124
|
-
u.prototype.random = function () {
|
|
125
|
-
return this.random_int() * (1 / 4294967296);
|
|
126
|
-
};
|
|
127
|
-
u.prototype.random_excl = function () {
|
|
128
|
-
return (this.random_int() + 0.5) * (1 / 4294967296);
|
|
129
|
-
};
|
|
130
|
-
u.prototype.random_long = function () {
|
|
131
|
-
var t = this.random_int() >>> 5,
|
|
132
|
-
i = this.random_int() >>> 6;
|
|
133
|
-
return (t * 67108864 + i) * (1 / 9007199254740992);
|
|
134
|
-
};
|
|
135
|
-
d.exports = u;
|
|
136
|
-
});
|
|
137
|
-
var m = _(P(), 1);
|
|
138
|
-
var r = {};
|
|
139
|
-
r.EPSILON1 = 0.1;
|
|
140
|
-
r.EPSILON2 = 0.01;
|
|
141
|
-
r.EPSILON3 = 0.001;
|
|
142
|
-
r.EPSILON4 = 1e-4;
|
|
143
|
-
r.EPSILON5 = 1e-5;
|
|
144
|
-
r.EPSILON6 = 1e-6;
|
|
145
|
-
r.EPSILON7 = 1e-7;
|
|
146
|
-
r.EPSILON8 = 1e-8;
|
|
147
|
-
r.EPSILON9 = 1e-9;
|
|
148
|
-
r.EPSILON10 = 1e-10;
|
|
149
|
-
r.EPSILON11 = 1e-11;
|
|
150
|
-
r.EPSILON12 = 1e-12;
|
|
151
|
-
r.EPSILON13 = 1e-13;
|
|
152
|
-
r.EPSILON14 = 1e-14;
|
|
153
|
-
r.EPSILON15 = 1e-15;
|
|
154
|
-
r.EPSILON16 = 1e-16;
|
|
155
|
-
r.EPSILON17 = 1e-17;
|
|
156
|
-
r.EPSILON18 = 1e-18;
|
|
157
|
-
r.EPSILON19 = 1e-19;
|
|
158
|
-
r.EPSILON20 = 1e-20;
|
|
159
|
-
r.EPSILON21 = 1e-21;
|
|
160
|
-
r.GRAVITATIONALPARAMETER = 3986004418e5;
|
|
161
|
-
r.SOLAR_RADIUS = 6955e5;
|
|
162
|
-
r.LUNAR_RADIUS = 1737400;
|
|
163
|
-
r.SIXTY_FOUR_KILOBYTES = 64 * 1024;
|
|
164
|
-
r.FOUR_GIGABYTES = 4 * 1024 * 1024 * 1024;
|
|
165
|
-
r.sign = f(Math.sign, function (i) {
|
|
166
|
-
return ((i = +i), i === 0 || i !== i ? i : i > 0 ? 1 : -1);
|
|
167
|
-
});
|
|
168
|
-
r.signNotZero = function (t) {
|
|
169
|
-
return t < 0 ? -1 : 1;
|
|
170
|
-
};
|
|
171
|
-
r.toSNorm = function (t, i) {
|
|
172
|
-
return ((i = f(i, 255)), Math.round((r.clamp(t, -1, 1) * 0.5 + 0.5) * i));
|
|
173
|
-
};
|
|
174
|
-
r.fromSNorm = function (t, i) {
|
|
175
|
-
return ((i = f(i, 255)), (r.clamp(t, 0, i) / i) * 2 - 1);
|
|
176
|
-
};
|
|
177
|
-
r.normalize = function (t, i, e) {
|
|
178
|
-
return ((e = Math.max(e - i, 0)), e === 0 ? 0 : r.clamp((t - i) / e, 0, 1));
|
|
179
|
-
};
|
|
180
|
-
r.sinh = f(Math.sinh, function (i) {
|
|
181
|
-
return (Math.exp(i) - Math.exp(-i)) / 2;
|
|
182
|
-
});
|
|
183
|
-
r.cosh = f(Math.cosh, function (i) {
|
|
184
|
-
return (Math.exp(i) + Math.exp(-i)) / 2;
|
|
185
|
-
});
|
|
186
|
-
r.lerp = function (t, i, e) {
|
|
187
|
-
return (1 - e) * t + e * i;
|
|
188
|
-
};
|
|
189
|
-
r.PI = Math.PI;
|
|
190
|
-
r.ONE_OVER_PI = 1 / Math.PI;
|
|
191
|
-
r.PI_OVER_TWO = Math.PI / 2;
|
|
192
|
-
r.PI_OVER_THREE = Math.PI / 3;
|
|
193
|
-
r.PI_OVER_FOUR = Math.PI / 4;
|
|
194
|
-
r.PI_OVER_SIX = Math.PI / 6;
|
|
195
|
-
r.THREE_PI_OVER_TWO = (3 * Math.PI) / 2;
|
|
196
|
-
r.TWO_PI = 2 * Math.PI;
|
|
197
|
-
r.ONE_OVER_TWO_PI = 1 / (2 * Math.PI);
|
|
198
|
-
r.RADIANS_PER_DEGREE = Math.PI / 180;
|
|
199
|
-
r.DEGREES_PER_RADIAN = 180 / Math.PI;
|
|
200
|
-
r.RADIANS_PER_ARCSECOND = r.RADIANS_PER_DEGREE / 3600;
|
|
201
|
-
r.toRadians = function (t) {
|
|
202
|
-
if (!o(t)) throw new n("degrees is required.");
|
|
203
|
-
return t * r.RADIANS_PER_DEGREE;
|
|
204
|
-
};
|
|
205
|
-
r.toDegrees = function (t) {
|
|
206
|
-
if (!o(t)) throw new n("radians is required.");
|
|
207
|
-
return t * r.DEGREES_PER_RADIAN;
|
|
208
|
-
};
|
|
209
|
-
r.convertLongitudeRange = function (t) {
|
|
210
|
-
if (!o(t)) throw new n("angle is required.");
|
|
211
|
-
let i = r.TWO_PI,
|
|
212
|
-
e = t - Math.floor(t / i) * i;
|
|
213
|
-
return e < -Math.PI ? e + i : e >= Math.PI ? e - i : e;
|
|
214
|
-
};
|
|
215
|
-
r.clampToLatitudeRange = function (t) {
|
|
216
|
-
if (!o(t)) throw new n("angle is required.");
|
|
217
|
-
return r.clamp(t, -1 * r.PI_OVER_TWO, r.PI_OVER_TWO);
|
|
218
|
-
};
|
|
219
|
-
r.negativePiToPi = function (t) {
|
|
220
|
-
if (!o(t)) throw new n("angle is required.");
|
|
221
|
-
return t >= -r.PI && t <= r.PI ? t : r.zeroToTwoPi(t + r.PI) - r.PI;
|
|
222
|
-
};
|
|
223
|
-
r.zeroToTwoPi = function (t) {
|
|
224
|
-
if (!o(t)) throw new n("angle is required.");
|
|
225
|
-
if (t >= 0 && t <= r.TWO_PI) return t;
|
|
226
|
-
let i = r.mod(t, r.TWO_PI);
|
|
227
|
-
return Math.abs(i) < r.EPSILON14 && Math.abs(t) > r.EPSILON14 ? r.TWO_PI : i;
|
|
228
|
-
};
|
|
229
|
-
r.mod = function (t, i) {
|
|
230
|
-
if (!o(t)) throw new n("m is required.");
|
|
231
|
-
if (!o(i)) throw new n("n is required.");
|
|
232
|
-
if (i === 0) throw new n("divisor cannot be 0.");
|
|
233
|
-
return r.sign(t) === r.sign(i) && Math.abs(t) < Math.abs(i)
|
|
234
|
-
? t
|
|
235
|
-
: ((t % i) + i) % i;
|
|
236
|
-
};
|
|
237
|
-
r.equalsEpsilon = function (t, i, e, s) {
|
|
238
|
-
if (!o(t)) throw new n("left is required.");
|
|
239
|
-
if (!o(i)) throw new n("right is required.");
|
|
240
|
-
((e = f(e, 0)), (s = f(s, e)));
|
|
241
|
-
let h = Math.abs(t - i);
|
|
242
|
-
return h <= s || h <= e * Math.max(Math.abs(t), Math.abs(i));
|
|
243
|
-
};
|
|
244
|
-
r.lessThan = function (t, i, e) {
|
|
245
|
-
if (!o(t)) throw new n("first is required.");
|
|
246
|
-
if (!o(i)) throw new n("second is required.");
|
|
247
|
-
if (!o(e)) throw new n("absoluteEpsilon is required.");
|
|
248
|
-
return t - i < -e;
|
|
249
|
-
};
|
|
250
|
-
r.lessThanOrEquals = function (t, i, e) {
|
|
251
|
-
if (!o(t)) throw new n("first is required.");
|
|
252
|
-
if (!o(i)) throw new n("second is required.");
|
|
253
|
-
if (!o(e)) throw new n("absoluteEpsilon is required.");
|
|
254
|
-
return t - i < e;
|
|
255
|
-
};
|
|
256
|
-
r.greaterThan = function (t, i, e) {
|
|
257
|
-
if (!o(t)) throw new n("first is required.");
|
|
258
|
-
if (!o(i)) throw new n("second is required.");
|
|
259
|
-
if (!o(e)) throw new n("absoluteEpsilon is required.");
|
|
260
|
-
return t - i > e;
|
|
261
|
-
};
|
|
262
|
-
r.greaterThanOrEquals = function (t, i, e) {
|
|
263
|
-
if (!o(t)) throw new n("first is required.");
|
|
264
|
-
if (!o(i)) throw new n("second is required.");
|
|
265
|
-
if (!o(e)) throw new n("absoluteEpsilon is required.");
|
|
266
|
-
return t - i > -e;
|
|
267
|
-
};
|
|
268
|
-
var w = [1];
|
|
269
|
-
r.factorial = function (t) {
|
|
270
|
-
if (typeof t != "number" || t < 0)
|
|
271
|
-
throw new n("A number greater than or equal to 0 is required.");
|
|
272
|
-
let i = w.length;
|
|
273
|
-
if (t >= i) {
|
|
274
|
-
let e = w[i - 1];
|
|
275
|
-
for (let s = i; s <= t; s++) {
|
|
276
|
-
let h = e * s;
|
|
277
|
-
(w.push(h), (e = h));
|
|
278
|
-
}
|
|
279
|
-
}
|
|
280
|
-
return w[t];
|
|
281
|
-
};
|
|
282
|
-
r.incrementWrap = function (t, i, e) {
|
|
283
|
-
if (((e = f(e, 0)), !o(t))) throw new n("n is required.");
|
|
284
|
-
if (i <= e) throw new n("maximumValue must be greater than minimumValue.");
|
|
285
|
-
return (++t, t > i && (t = e), t);
|
|
286
|
-
};
|
|
287
|
-
r.isPowerOfTwo = function (t) {
|
|
288
|
-
if (typeof t != "number" || t < 0 || t > 4294967295)
|
|
289
|
-
throw new n("A number between 0 and (2^32)-1 is required.");
|
|
290
|
-
return t !== 0 && (t & (t - 1)) === 0;
|
|
291
|
-
};
|
|
292
|
-
r.nextPowerOfTwo = function (t) {
|
|
293
|
-
if (typeof t != "number" || t < 0 || t > 2147483648)
|
|
294
|
-
throw new n("A number between 0 and 2^31 is required.");
|
|
295
|
-
return (
|
|
296
|
-
--t,
|
|
297
|
-
(t |= t >> 1),
|
|
298
|
-
(t |= t >> 2),
|
|
299
|
-
(t |= t >> 4),
|
|
300
|
-
(t |= t >> 8),
|
|
301
|
-
(t |= t >> 16),
|
|
302
|
-
++t,
|
|
303
|
-
t
|
|
304
|
-
);
|
|
305
|
-
};
|
|
306
|
-
r.previousPowerOfTwo = function (t) {
|
|
307
|
-
if (typeof t != "number" || t < 0 || t > 4294967295)
|
|
308
|
-
throw new n("A number between 0 and (2^32)-1 is required.");
|
|
309
|
-
return (
|
|
310
|
-
(t |= t >> 1),
|
|
311
|
-
(t |= t >> 2),
|
|
312
|
-
(t |= t >> 4),
|
|
313
|
-
(t |= t >> 8),
|
|
314
|
-
(t |= t >> 16),
|
|
315
|
-
(t |= t >> 32),
|
|
316
|
-
(t = (t >>> 0) - (t >>> 1)),
|
|
317
|
-
t
|
|
318
|
-
);
|
|
319
|
-
};
|
|
320
|
-
r.clamp = function (t, i, e) {
|
|
321
|
-
return (
|
|
322
|
-
c.typeOf.number("value", t),
|
|
323
|
-
c.typeOf.number("min", i),
|
|
324
|
-
c.typeOf.number("max", e),
|
|
325
|
-
t < i ? i : t > e ? e : t
|
|
326
|
-
);
|
|
327
|
-
};
|
|
328
|
-
var E = new m.default();
|
|
329
|
-
r.setRandomNumberSeed = function (t) {
|
|
330
|
-
if (!o(t)) throw new n("seed is required.");
|
|
331
|
-
E = new m.default(t);
|
|
332
|
-
};
|
|
333
|
-
r.nextRandomNumber = function () {
|
|
334
|
-
return E.random();
|
|
335
|
-
};
|
|
336
|
-
r.randomBetween = function (t, i) {
|
|
337
|
-
return r.nextRandomNumber() * (i - t) + t;
|
|
338
|
-
};
|
|
339
|
-
r.acosClamped = function (t) {
|
|
340
|
-
if (!o(t)) throw new n("value is required.");
|
|
341
|
-
return Math.acos(r.clamp(t, -1, 1));
|
|
342
|
-
};
|
|
343
|
-
r.asinClamped = function (t) {
|
|
344
|
-
if (!o(t)) throw new n("value is required.");
|
|
345
|
-
return Math.asin(r.clamp(t, -1, 1));
|
|
346
|
-
};
|
|
347
|
-
r.chordLength = function (t, i) {
|
|
348
|
-
if (!o(t)) throw new n("angle is required.");
|
|
349
|
-
if (!o(i)) throw new n("radius is required.");
|
|
350
|
-
return 2 * i * Math.sin(t * 0.5);
|
|
351
|
-
};
|
|
352
|
-
r.logBase = function (t, i) {
|
|
353
|
-
if (!o(t)) throw new n("number is required.");
|
|
354
|
-
if (!o(i)) throw new n("base is required.");
|
|
355
|
-
return Math.log(t) / Math.log(i);
|
|
356
|
-
};
|
|
357
|
-
r.cbrt = f(Math.cbrt, function (i) {
|
|
358
|
-
let e = Math.pow(Math.abs(i), 0.3333333333333333);
|
|
359
|
-
return i < 0 ? -e : e;
|
|
360
|
-
});
|
|
361
|
-
r.log2 = f(Math.log2, function (i) {
|
|
362
|
-
return Math.log(i) * Math.LOG2E;
|
|
363
|
-
});
|
|
364
|
-
r.fog = function (t, i) {
|
|
365
|
-
let e = t * i;
|
|
366
|
-
return 1 - Math.exp(-(e * e));
|
|
367
|
-
};
|
|
368
|
-
r.fastApproximateAtan = function (t) {
|
|
369
|
-
return (
|
|
370
|
-
c.typeOf.number("x", t),
|
|
371
|
-
t * (-0.1784 * Math.abs(t) - 0.0663 * t * t + 1.0301)
|
|
372
|
-
);
|
|
373
|
-
};
|
|
374
|
-
r.fastApproximateAtan2 = function (t, i) {
|
|
375
|
-
(c.typeOf.number("x", t), c.typeOf.number("y", i));
|
|
376
|
-
let e,
|
|
377
|
-
s = Math.abs(t);
|
|
378
|
-
e = Math.abs(i);
|
|
379
|
-
let h = Math.max(s, e);
|
|
380
|
-
e = Math.min(s, e);
|
|
381
|
-
let a = e / h;
|
|
382
|
-
if (isNaN(a)) throw new n("either x or y must be nonzero");
|
|
383
|
-
return (
|
|
384
|
-
(s = r.fastApproximateAtan(a)),
|
|
385
|
-
(s = Math.abs(i) > Math.abs(t) ? r.PI_OVER_TWO - s : s),
|
|
386
|
-
(s = t < 0 ? r.PI - s : s),
|
|
387
|
-
(s = i < 0 ? -s : s),
|
|
388
|
-
s
|
|
389
|
-
);
|
|
390
|
-
};
|
|
391
|
-
var A = r;
|
|
392
|
-
export { A as a };
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Cesium - https://github.com/CesiumGS/cesium
|
|
4
|
-
* Version 1.119
|
|
5
|
-
*
|
|
6
|
-
* Copyright 2011-2022 Cesium Contributors
|
|
7
|
-
*
|
|
8
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
9
|
-
* you may not use this file except in compliance with the License.
|
|
10
|
-
* You may obtain a copy of the License at
|
|
11
|
-
*
|
|
12
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
13
|
-
*
|
|
14
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
15
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
16
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
17
|
-
* See the License for the specific language governing permissions and
|
|
18
|
-
* limitations under the License.
|
|
19
|
-
*
|
|
20
|
-
* Columbus View (Pat. Pend.)
|
|
21
|
-
*
|
|
22
|
-
* Portions licensed separately.
|
|
23
|
-
* See https://github.com/CesiumGS/cesium/blob/main/LICENSE.md for full licensing details.
|
|
24
|
-
*/
|
|
25
|
-
|
|
26
|
-
import { a as C } from "./chunk-R6KGAEF6.js";
|
|
27
|
-
import { a as g } from "./chunk-IUA6FAOZ.js";
|
|
28
|
-
import { b as d } from "./chunk-UH2WFNTA.js";
|
|
29
|
-
import { e as i } from "./chunk-PEYJTJPE.js";
|
|
30
|
-
var u = C.EPSILON10;
|
|
31
|
-
function x(e, r, h, l) {
|
|
32
|
-
if ((d.defined("equalsEpsilon", r), !i(e))) return;
|
|
33
|
-
h = g(h, !1);
|
|
34
|
-
let m = i(l),
|
|
35
|
-
n = e.length;
|
|
36
|
-
if (n < 2) return e;
|
|
37
|
-
let f,
|
|
38
|
-
s = e[0],
|
|
39
|
-
o,
|
|
40
|
-
t,
|
|
41
|
-
p = 0,
|
|
42
|
-
c = -1;
|
|
43
|
-
for (f = 1; f < n; ++f)
|
|
44
|
-
((o = e[f]),
|
|
45
|
-
r(s, o, u)
|
|
46
|
-
? (i(t) || ((t = e.slice(0, f)), (p = f - 1), (c = 0)), m && l.push(f))
|
|
47
|
-
: (i(t) && (t.push(o), (p = f), m && (c = l.length)), (s = o)));
|
|
48
|
-
return (
|
|
49
|
-
h &&
|
|
50
|
-
r(e[0], e[n - 1], u) &&
|
|
51
|
-
(m && (i(t) ? l.splice(c, 0, p) : l.push(n - 1)),
|
|
52
|
-
i(t) ? (t.length -= 1) : (t = e.slice(0, -1))),
|
|
53
|
-
i(t) ? t : e
|
|
54
|
-
);
|
|
55
|
-
}
|
|
56
|
-
var a = x;
|
|
57
|
-
export { a };
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Cesium - https://github.com/CesiumGS/cesium
|
|
4
|
-
* Version 1.119
|
|
5
|
-
*
|
|
6
|
-
* Copyright 2011-2022 Cesium Contributors
|
|
7
|
-
*
|
|
8
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
9
|
-
* you may not use this file except in compliance with the License.
|
|
10
|
-
* You may obtain a copy of the License at
|
|
11
|
-
*
|
|
12
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
13
|
-
*
|
|
14
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
15
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
16
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
17
|
-
* See the License for the specific language governing permissions and
|
|
18
|
-
* limitations under the License.
|
|
19
|
-
*
|
|
20
|
-
* Columbus View (Pat. Pend.)
|
|
21
|
-
*
|
|
22
|
-
* Portions licensed separately.
|
|
23
|
-
* See https://github.com/CesiumGS/cesium/blob/main/LICENSE.md for full licensing details.
|
|
24
|
-
*/
|
|
25
|
-
|
|
26
|
-
import { a as c, b as p, d as f } from "./chunk-POASMU2N.js";
|
|
27
|
-
import { a as d } from "./chunk-R6KGAEF6.js";
|
|
28
|
-
import { a as u } from "./chunk-IUA6FAOZ.js";
|
|
29
|
-
import { a as s } from "./chunk-UH2WFNTA.js";
|
|
30
|
-
import { e as a } from "./chunk-PEYJTJPE.js";
|
|
31
|
-
function e(t) {
|
|
32
|
-
((this._ellipsoid = u(t, f.WGS84)),
|
|
33
|
-
(this._semimajorAxis = this._ellipsoid.maximumRadius),
|
|
34
|
-
(this._oneOverSemimajorAxis = 1 / this._semimajorAxis));
|
|
35
|
-
}
|
|
36
|
-
Object.defineProperties(e.prototype, {
|
|
37
|
-
ellipsoid: {
|
|
38
|
-
get: function () {
|
|
39
|
-
return this._ellipsoid;
|
|
40
|
-
},
|
|
41
|
-
},
|
|
42
|
-
});
|
|
43
|
-
e.mercatorAngleToGeodeticLatitude = function (t) {
|
|
44
|
-
return d.PI_OVER_TWO - 2 * Math.atan(Math.exp(-t));
|
|
45
|
-
};
|
|
46
|
-
e.geodeticLatitudeToMercatorAngle = function (t) {
|
|
47
|
-
t > e.MaximumLatitude
|
|
48
|
-
? (t = e.MaximumLatitude)
|
|
49
|
-
: t < -e.MaximumLatitude && (t = -e.MaximumLatitude);
|
|
50
|
-
let i = Math.sin(t);
|
|
51
|
-
return 0.5 * Math.log((1 + i) / (1 - i));
|
|
52
|
-
};
|
|
53
|
-
e.MaximumLatitude = e.mercatorAngleToGeodeticLatitude(Math.PI);
|
|
54
|
-
e.prototype.project = function (t, i) {
|
|
55
|
-
let o = this._semimajorAxis,
|
|
56
|
-
r = t.longitude * o,
|
|
57
|
-
n = e.geodeticLatitudeToMercatorAngle(t.latitude) * o,
|
|
58
|
-
m = t.height;
|
|
59
|
-
return a(i) ? ((i.x = r), (i.y = n), (i.z = m), i) : new c(r, n, m);
|
|
60
|
-
};
|
|
61
|
-
e.prototype.unproject = function (t, i) {
|
|
62
|
-
if (!a(t)) throw new s("cartesian is required");
|
|
63
|
-
let o = this._oneOverSemimajorAxis,
|
|
64
|
-
r = t.x * o,
|
|
65
|
-
n = e.mercatorAngleToGeodeticLatitude(t.y * o),
|
|
66
|
-
m = t.z;
|
|
67
|
-
return a(i)
|
|
68
|
-
? ((i.longitude = r), (i.latitude = n), (i.height = m), i)
|
|
69
|
-
: new p(r, n, m);
|
|
70
|
-
};
|
|
71
|
-
var L = e;
|
|
72
|
-
export { L as a };
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Cesium - https://github.com/CesiumGS/cesium
|
|
4
|
-
* Version 1.119
|
|
5
|
-
*
|
|
6
|
-
* Copyright 2011-2022 Cesium Contributors
|
|
7
|
-
*
|
|
8
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
9
|
-
* you may not use this file except in compliance with the License.
|
|
10
|
-
* You may obtain a copy of the License at
|
|
11
|
-
*
|
|
12
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
13
|
-
*
|
|
14
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
15
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
16
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
17
|
-
* See the License for the specific language governing permissions and
|
|
18
|
-
* limitations under the License.
|
|
19
|
-
*
|
|
20
|
-
* Columbus View (Pat. Pend.)
|
|
21
|
-
*
|
|
22
|
-
* Portions licensed separately.
|
|
23
|
-
* See https://github.com/CesiumGS/cesium/blob/main/LICENSE.md for full licensing details.
|
|
24
|
-
*/
|
|
25
|
-
|
|
26
|
-
import { a as e } from "./chunk-IUA6FAOZ.js";
|
|
27
|
-
function a(t) {
|
|
28
|
-
((t = e(t, e.EMPTY_OBJECT)),
|
|
29
|
-
(this.position = t.position),
|
|
30
|
-
(this.normal = t.normal),
|
|
31
|
-
(this.st = t.st),
|
|
32
|
-
(this.bitangent = t.bitangent),
|
|
33
|
-
(this.tangent = t.tangent),
|
|
34
|
-
(this.color = t.color));
|
|
35
|
-
}
|
|
36
|
-
var i = a;
|
|
37
|
-
export { i as a };
|