mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-01-05 17:31:02 +00:00
b7bf822e6d
* When using gl_pointparameters, the particles always had the same size regardless of resolution, i.e. they look bigger (use bigger part of screen) at lower resolutions. Now I scale gl_particle_size according to the resolution, assuming the configured size looks good at 800x600 (or generally 600px vertical) * When not using gl_pointparameters, a textured triangle is rendered. The texture had a resolution of 8x8 pixels and looked like a cross, now it's 16x16 and has rounded ages, looking more like a circle. So particles with "gl_pointparameters 0" should look much better now. |
||
---|---|---|
.. | ||
header | ||
menu | ||
refresh | ||
sound | ||
cl_cin.c | ||
cl_console.c | ||
cl_download.c | ||
cl_effects.c | ||
cl_entities.c | ||
cl_input.c | ||
cl_inventory.c | ||
cl_keyboard.c | ||
cl_lights.c | ||
cl_main.c | ||
cl_network.c | ||
cl_parse.c | ||
cl_particles.c | ||
cl_prediction.c | ||
cl_screen.c | ||
cl_tempentities.c | ||
cl_view.c |