cesium_dev_kit icon indicating copy to clipboard operation
cesium_dev_kit copied to clipboard

In my leisure time, I have written some common cases of Cesium (such as model control, analysis, material, shader effect, etc.), and utilized ES6 for packaging with the aim of providing convenience fo...

Results 14 cesium_dev_kit issues
Sort by recently updated
recently updated
newest added

Bumps the npm_and_yarn group with 12 updates in the / directory: | Package | From | To | | --- | --- | --- | | [axios](https://github.com/axios/axios) | `0.21.1` |...

dependencies

Bumps [vite-plugin-style-import](https://github.com/anncwb/vite-plugin-style-import/tree/HEAD/packages/core) from 0.10.0 to 2.0.0. Release notes Sourced from vite-plugin-style-import's releases. v2.0.0 Please refer to CHANGELOG.md for details. v1.4.0 Please refer to CHANGELOG.md for details. v1.0.1 Please refer to...

dependencies

import * as Cesium from 'cesium'; import * as THREE from 'three'; import { initCesium } from 'cesium_dev_kit' import { onMounted } from "vue" let viewer; let threeJs; let passEffect;...