カテゴリ 重要度 ステータス 解決状況 登録日時 最終更新
グラフィック仮承認未処理2024-11-27 22:282024-11-28 09:11
 
テスターICEknight担当者 ソースnintendo/n64.cpp
バージョン0.271発生バージョン修正バージョン
修正コミットプルリク
フラグ実機・資料検証済み
セット n64 and clones
セット詳細
n64 - ニンテンドー64 (NTSC)
 
概 要ゲーム内のアンチエイリアス処理を無効にできない。
詳 細Current N64 emulation always has anti-aliasing on by default, affecting games which disable it automatically and those which have a specific option for it such as Quake. This leads to some additional blurriness and erasure of detail in 2D games such as `bangaioh` and copyright screens such as that in `dukenkzhu`.
再現手順- Load `quake64`.
- Go to Options/Video/Filter.
- Turning it On/Off doesn't make a difference
追加情報From @happyfelice:
The N64 has an anti-aliasing filter for video output. It is intended for 3D scenes where there may be 1 pixel gaps between adjacent triangles. For 2D elements (usually drawn as textured rectangles) the filter can be disabled. The entire frame (or at least video line) must be output with the filter either on or off.
The filter uses the coverage value for the pixel to determine whether to filter the pixel or to pass the pixel. If it filters the pixel, it replaces the pixel color with an average color from adjacent pixels.
 
添付ファイルjpg filebangaioh1 real.jpg (2024-11-27 22:45)
png filebangaioh1 intended.png (2024-11-27 22:46)
png filebangaioh1 mame.png (2024-11-27 22:46)
jpg filebangaioh2 real.jpg (2024-11-27 22:46)
png filebangaioh2 intended.png (2024-11-27 22:46)
png filebangaioh2 mame.png (2024-11-27 22:46)
png filebangaioh3 real.png (2024-11-27 22:47)
png filebangaioh3 intended.png (2024-11-27 22:48)
png filebangaioh3 mame.png (2024-11-27 22:48)
jpg filebangaioh4 real.jpg (2024-11-27 22:49)
png filebangaioh4 intended.png (2024-11-27 22:49)
png filebangaioh4 mame.png (2024-11-27 22:50)
jpg filebangaioh5 real.jpg (2024-11-27 22:50)
png filebangaioh5 intended.png (2024-11-27 22:50)
png filebangaioh5 mame.png (2024-11-27 22:50)
jpg filedukenzh real.jpg (2024-11-27 22:54)
png filedukenzh intended.png (2024-11-27 22:54)
png filedukenzh mame.png (2024-11-27 22:54)