fix(Roaming): 修复生成漫游碰撞体不支持InterleavedBufferAttribute类型的问题
This commit is contained in:
@@ -40,8 +40,6 @@
|
||||
"@astral3d/build-vite-plugins": "workspace:^",
|
||||
"@types/cesium": "^1.70.4",
|
||||
"@types/three": "catalog:",
|
||||
"@unocss/preset-attributify": "^0.46.5",
|
||||
"@unocss/preset-icons": "^0.46.5",
|
||||
"@vitejs/plugin-vue":"catalog:",
|
||||
"dotenv": "^16.3.1",
|
||||
"less": "^4.3.0",
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 194 KiB |
@@ -1,13 +1,14 @@
|
||||
<script setup lang="ts">
|
||||
import {ArrowLeft, ArrowRight} from '@vicons/carbon';
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<n-carousel show-arrow mousewheel autoplay draggable effect="custom" :transition-props="{name: 'creative'}"
|
||||
class="w-full h-25vh">
|
||||
<img class="carousel-img" src="/static/images/carousel/Astral3DEditor.jpg">
|
||||
<img class="carousel-img" src="/static/images/carousel/54.jpg">
|
||||
<n-carousel show-arrow mousewheel autoplay class="w-full h-25vh">
|
||||
<a href="https://www.rainyun.com/Astral3D_" target="_blank" class="w-full h-25vh inline-block">
|
||||
<img class="carousel-img" src="/static/images/carousel/yuyun.jpg" />
|
||||
</a>
|
||||
<img class="carousel-img" src="/static/images/carousel/Astral3DEditor.jpg" />
|
||||
|
||||
|
||||
<template #arrow="{ prev, next }">
|
||||
<div class="custom-arrow">
|
||||
|
||||
Reference in New Issue
Block a user