You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
We want to implement a BigChunk that's effectively a cube-scale chunk, modify heightmaps to be stored on BigChunks and be cube-scale instead, and have regular LevelChunks use wrapper heightmaps that offset coordinates and refer to the cube-scale heightmaps on the BigChunks.
Support for cube-scale heightmaps in cc-core
Switch SurfaceTrackerWrapper to be cube-scale, and implement wrapper offset heightmaps
Handle BigChunk loading and unloading, including heightmap saving
Make Cubes store references to their containing BigChunk
We want to implement a
BigChunk
that's effectively a cube-scale chunk, modify heightmaps to be stored onBigChunk
s and be cube-scale instead, and have regularLevelChunk
s use wrapper heightmaps that offset coordinates and refer to the cube-scale heightmaps on theBigChunk
s.SurfaceTrackerWrapper
to be cube-scale, and implement wrapper offset heightmapsBigChunk
loading and unloading, including heightmap savingBigChunk
ColumnCubeMap
from chunks ontoBigChunk
The text was updated successfully, but these errors were encountered: