- make SectionGeometry create some data.

This commit is contained in:
Christoph Oelckers 2021-12-12 18:07:19 +01:00
parent ca19c265f8
commit 411e3e6f9c
5 changed files with 128 additions and 23 deletions

View file

@ -679,7 +679,7 @@ nexti:;
// calculate the rest.
auto texture = tileGetTexture(plane ? sectorp->ceilingpicnum : sectorp->floorpicnum);
UVCalculator uvcalc(sectorp, plane, texture, offset);
UVCalculator1 uvcalc(sectorp, plane, texture, offset);
entry.texcoords.Resize(entry.vertices.Size());
for (unsigned i = 0; i < entry.vertices.Size(); i++)