更新所有相关依赖到最新版本

1、three.js、tres等都是最新发布版本
2、各个免费场景都匹配跟新优化
3、解决部分bug
This commit is contained in:
hawk86104 2025-02-06 10:53:24 +08:00
parent 05ae6344c3
commit 6a02d9f208
4 changed files with 10 additions and 10 deletions

View File

@ -4,7 +4,7 @@
* @Autor: 地虎降天龙
* @Date: 2024-01-26 14:55:45
* @LastEditors: 地虎降天龙
* @LastEditTime: 2024-01-26 15:19:26
* @LastEditTime: 2025-02-06 10:45:52
-->
<template>
@ -19,8 +19,8 @@
</TresMesh>
<TresMesh :position="[0, 0, 0]">
<TorusKnotGeometry :args="[3, 1, 64, 8, 2, 3]" />
<MeshStandardMaterial color="0xffffff" :metalness="1" :roughness="0.14" />
<TresTorusKnotGeometry :args="[3, 1, 64, 8, 2, 3]" />
<TresMeshStandardMaterial :color="0xffffff" :metalness="1" :roughness="0.14" />
</TresMesh>
<Suspense>

View File

@ -4,7 +4,7 @@
* @Autor: 地虎降天龙
* @Date: 2024-01-26 14:55:45
* @LastEditors: 地虎降天龙
* @LastEditTime: 2024-01-26 15:41:24
* @LastEditTime: 2025-02-06 10:45:11
-->
<template>
@ -19,8 +19,8 @@
</TresMesh>
<TresMesh :position="[0, 0, 0]">
<TorusKnotGeometry :args="[3, 1, 64, 8, 2, 3]" />
<MeshStandardMaterial color="0xffffff" :metalness="1" :roughness="0.14" />
<TresTorusKnotGeometry :args="[3, 1, 64, 8, 2, 3]" />
<TresMeshStandardMaterial :color="0xffffff" :metalness="1" :roughness="0.14" />
</TresMesh>
<Suspense>

View File

@ -19,8 +19,8 @@
</TresMesh>
<TresMesh :position="[0, 0, 0]">
<TorusKnotGeometry :args="[3, 1, 64, 8, 2, 3]" />
<MeshStandardMaterial color="0xffffff" :metalness="1" :roughness="0.14" />
<TresTorusKnotGeometry :args="[3, 1, 64, 8, 2, 3]" />
<TresMeshStandardMaterial :color="0xffffff" :metalness="1" :roughness="0.14" />
</TresMesh>
<Suspense>

View File

@ -19,8 +19,8 @@
</TresMesh>
<TresMesh :position="[0, 0, 0]">
<TorusKnotGeometry :args="[3, 1, 64, 8, 2, 3]" />
<MeshStandardMaterial color="0xffffff" :metalness="1" :roughness="0.14" />
<TresTorusKnotGeometry :args="[3, 1, 64, 8, 2, 3]" />
<TresMeshStandardMaterial color="#ffffff" :metalness="1" :roughness="0.14" />
</TresMesh>
<Suspense>