demo-mars3d

This commit is contained in:
2023-03-28 11:51:03 +08:00
parent 323ca1a193
commit 38621cb3ee
9 changed files with 1228 additions and 227 deletions

View File

@ -1,6 +1,6 @@
import { defineConfig } from 'vite';
import cesium from 'vite-plugin-earth';
import earth from 'vite-plugin-earth';
export default defineConfig({
plugins: [cesium()]
plugins: [earth()]
});