Blender_BSP_Importer icon indicating copy to clipboard operation
Blender_BSP_Importer copied to clipboard

[bsp] incorrect texture coordinates on planar patches

Open SomaZ opened this issue 3 years ago • 1 comments

The addon doesn't cull rows and colums. It uses controll points for interpolating texture coordinates which doesn't happen in id tech 3 because it culls the interpolated data on planar patches. This leads to false texture coordinates in the blender import.

SomaZ avatar Aug 09 '21 08:08 SomaZ

I decided not to fix it. Its easy for a user to fix those issues with "limited disolve", but this will break patching patch meshes. Also, this is probably the slowest part of the code and checking for culling rows and columns would make it even slower. I will keep this issue open for people to see.

SomaZ avatar Mar 26 '24 09:03 SomaZ