邓洁 : 隧道模型合并

This commit is contained in:
dengj
2023-12-07 15:58:43 +08:00
parent 7766cd16ef
commit 5f14289731
25 changed files with 438499 additions and 5 deletions

View File

@@ -0,0 +1,9 @@
// 轨道控制器开始结束hook
export function handleStartChange(e) {
// console.log("开始");
}
export function handleEndChange(e) {
// 围绕点到照相机的位置
// console.log("结束");
// console.log(this.camera.position);
}