View Single Post
Old 03 September 2022, 14:42   #88
Karlos
Alien Bleed
 
Karlos's Avatar
 
Join Date: Aug 2022
Location: UK
Posts: 4,359
Regarding MIP mapping, if we assume for a moment that the columnar rendering proceeds along familiar doom style methods (where the wall texture is rotated 90 degrees so that as you work along the output column you are sampling the texture at increasing addresses) then a MIP mapped approach could seriously speed up the rendering of distant walls since it would improve cache hit rates. It also serves (when done properly) to filter noise and moiré effects.

However, let's not get ahead of ourselves. The game source code in it's current form is not especially amenable to such modifications. Even if it is updated, the second problem is that the tooling also needs updating.
Karlos is online now  
 
Page generated in 0.07373 seconds with 11 queries