RigsOfRods / rigs-of-rods

Main development repository for Rigs of Rods soft-body physics simulator
https://www.rigsofrods.org
GNU General Public License v3.0
1.01k stars 175 forks source link

:sparkles: Added polygon mode (aka render mode) as cvar #2959

Closed Zentro closed 1 year ago

Zentro commented 1 year ago

Resolves #2957

PM_SOLID is the default when rendering, setint gfx_polygon_mode 3 PM_WIREFRAME to show the wireframe setint gfx_polygon_mode 2 PM_POINTS to show the points of each wireframe setint gfx_polygon_mode 1

tritonas00 commented 1 year ago

It works fine :+1:

ohlidalp commented 1 year ago

Thanks!