Set inital depth split for the root octree node
This commit is contained in:
@@ -160,7 +160,7 @@ namespace fgl::engine
|
||||
|
||||
if ( depth - 1 >= 1 )
|
||||
{
|
||||
//TODO: Split all nodes again
|
||||
split( depth );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user