- automatically create sections and store them with the level data.
- added subsector indexing to sections. This is needed for finding a section from a point.
This commit is contained in:
parent
49bfdbef9f
commit
0deb388a75
7 changed files with 44 additions and 10 deletions
|
|
@ -532,6 +532,8 @@ static void PrepareSegs()
|
|||
|
||||
void InitRenderInfo()
|
||||
{
|
||||
CreateSections(level.sections);
|
||||
|
||||
PrepareSegs();
|
||||
PrepareSectorData();
|
||||
InitVertexData();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue