2394425147 / LC_CullFactory

8 stars 1 forks source link

Room do not appear when there a consecutive of Straight Room #2

Closed louis1706 closed 7 months ago

louis1706 commented 7 months ago

LC Cull Factory should not affect how we see the game (actually Room are not render when there too far away)

2394425147 commented 7 months ago

CullFactory works by only rendering rooms that are close to you, so this is unfortunately expected (Just like how chunks further away from you are invisible in Minecraft). You can make more rooms around you appear by changing the max branching depth and the cull distance. Keep in mind that it does come at a cost of taking more time to execute.