<div dir="ltr"><div><div><div><div>Hello,<br><br></div>I have a scene with a point cloud, ordered in an octree.<br></div>I have each node in a separate file, so I built a PagedLOD engine based renderer.<br><br></div>My octree is of depth 2, with approximately 3 million points.<br><br></div>I found out that this engine is consuming more memory than I expected. Hence I added a StatsHandler to my view, and found out that while navigating through my scene, that the 'LOD' number is ALWAYS increasing and never decreases. Does this means the PagedLOD nodes are not being deleted correctly?<br><br><br><br></div>