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

@ -0,0 +1,10 @@
import { defineConfig } from 'vite';
import earth from 'vite-plugin-earth';
export default defineConfig({
plugins: [
earth({
useMars3D: true
})
]
});