No description
Find a file
2025-05-13 15:39:38 +02:00
contrib Initial Commit 2025-05-13 15:33:42 +02:00
shaders Initial Commit 2025-05-13 15:33:42 +02:00
.gitignore Initial Commit 2025-05-13 15:33:42 +02:00
.gitmodules Initial Commit 2025-05-13 15:33:42 +02:00
CMakeLists.txt Initial Commit 2025-05-13 15:33:42 +02:00
gl_debug.cpp Initial Commit 2025-05-13 15:33:42 +02:00
gl_debug.h Initial Commit 2025-05-13 15:33:42 +02:00
main.cpp Initial Commit 2025-05-13 15:33:42 +02:00
README.md [General] Added README.md 2025-05-13 15:39:38 +02:00

AMS2 Model Extractor

This project un-projects the projected output (say projected 6 times fast) captured from the game Automobilista 2 from RenderDoc.

Platform dependencies

Make sure that your CMake Installation can find the following libraries:

  • SDL2
  • GLM

The projects references the 'ImGui' dependency as a Git Submodule.

This project was only ever built and tested on linux. If you can get it running on Windows, send me patched :)