This repository was archived by the owner on Jan 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 56
鏡頭晃動問題 #28
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
剛剛在看Never looking back的時候,發現在特定鏡頭時,會有上下左右晃動,且留有殘影的狀況。
其他歌曲有些也有類似的狀況(譬如winning the soul,後來發現ENDLESS FREAM!!的問題也是有,開頭就很晃),不確定是甚麼問題。(maxFps調成120或60都有問題,只是晃動幅度的問題)
螢幕最高支援120畫面更新率,長寬是1920x1080。
config配置如下:
{
"enableConsole": true,
"enableLogger": true,
"dumpStaticEntries": false,
"maxFps": 0,
"unlockSize": true,
"uiScale": 1.0,
"replaceFont": true,
"autoFullscreen": true,
"dicts": [
"localized_data/static.json",
"localized_data/common.json",
"localized_data/chara.json",
"localized_data/race_comment.json",
"localized_data/race_message.json",
"localized_data/hash_entries.json"
]
}Never looking back的這個畫面會晃動:

ENDLESS DREAM!!的這個畫面會晃動:

我是沒找到晃動的鏡頭規律,不過每首歌都有,不知道是電腦配置不夠,還是說在功能上出現問題
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working