更新 序列帧资源更换为video2.mp4

- 更换视频源从video.mp4到video2.mp4
- 重新提取400帧序列图(原336帧)
- 更新应用配置中的总帧数
This commit is contained in:
2026-03-29 01:37:55 +08:00
parent 26defd9d69
commit 427d99d87a
404 changed files with 3 additions and 3 deletions

2
app.js
View File

@@ -7,7 +7,7 @@ class Car360Viewer {
constructor() {
// 配置
this.config = {
totalFrames: 336, // 总帧数
totalFrames: 400, // 总帧数
framesPerSwipe: 1, // 每像素滑动切换的帧数
inertiaFriction: 0.95, // 惯性摩擦系数
minVelocity: 0.1, // 最小速度阈值