Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REQUEST] Investigate into fixed-function rendering DX9 support for RTX Remix compatibility. #216

Open
Russell-Beach opened this issue Apr 2, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Russell-Beach
Copy link

Marble Blast Ultra, being built on a DirectX 9 version of the Torque Shader Engine, does not currently have RTX Remix compatibility due to using shaders. Currently there does exist some console commands that can make the game enter a fixed-function fallback mode, but it is not sufficient for RTX-Remix compatibility as of this time.

$pref::Video::forcePixVersion = true;
$pref::Video::forcedPixVersion = 0;

In the current state, RTX remix is capable of hooking into MBU, but is unable to begin ray tracing. RTX remix is able to find the games graphical assets, but cannot export those graphics to a USD scene for use in remixing and asset replacement.

Although not currently critical, getting RTX-Remix fully functional would be very interesting to allow the game to have a higher level of graphical fidelity that can better leverage the advances in hardware since the original 2006 release of MBU.

@Russell-Beach Russell-Beach added the enhancement New feature or request label Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant