Parameterized Rend_RenderModel(). Parameters are packed into modelparams_t before being passed in instead of vissprite_t. vissprite-type specific logic branching formerly in Rend_RenderModel() now happens externally to this routine by use of the passed parameters. Particle and sky models are now translated directly to modelparams_t so the VSPR_SKY_MODEL and VSPR_PARTICLE_MODEL vissprite types have been removed.
Implemented a new vissprite type VSPR_DECORATION to explicitly state when a vissprite is a light decoration.
Parameterized Rend_RenderModel(). Parameters are packed into modelparams_t before being passed in instead of vissprite_t. vissprite-type specific logic branching formerly in Rend_RenderModel() now happens externally to this routine by use of the passed parameters. Particle and sky models are now translated directly to modelparams_t so the VSPR_SKY_MODEL and VSPR_PARTICLE_MODEL vissprite types have been removed.
Implemented a new vissprite type VSPR_DECORATION to explicitly state when a vissprite is a light decoration.