Vadru93 / LevelMod

THPS3 LevelMod
Other
20 stars 2 forks source link

Videos won't show up if any antialiasing mode is enabled #78

Open DCxDemo opened 3 years ago

DCxDemo commented 3 years ago

Videos won't show up if any antialiasing mode is enabled. I guess it's the original game bug, yet original game didn't support antialiasing.

Vadru93 commented 3 years ago

Probably related to black square instead of shadow. The actual issue is probably because when AA is ensbled you cannot copy the backbuffer. So either need to remake all code that does this, ie shadow and video playback, or use post process AA so it’s possible to copy backbuffer. Since shadows should be remade eitherway I guess remaking the video playback code is the best solution.