issues
search
Karanstr
/
rust_grid_game
Take 3, fr this time?
0
stars
0
forks
source link
Bring back the good lod system but better
#30
Closed
Karanstr
closed
1 week ago
Karanstr
commented
1 week ago
Get rid of full nodes
Bring back leaf nodes
Put LODs back into the nodes and not the NodeHandler
Store the immediate LOD instead of the absolute LOD
Create an array of absolute LOD values, one for each index of the graph
Be careful when storing threes bc the LOD won't be optimal unless we reference the array
Fix all the bugs the above caused
Get rid of full nodesBring back leaf nodesPut LODs back into the nodes and not the NodeHandlerStore the immediate LOD instead of the absolute LODCreate an array of absolute LOD values, one for each index of the graphBe careful when storing threes bc the LOD won't be optimal unless we reference the array