bcthund / Project_Parsec

1 stars 0 forks source link

Integrate O2D #25

Closed bcthund closed 3 years ago

bcthund commented 4 years ago

Move O2D data into the MapInstance class and integrate into WorldMap so every chunk has it's own O2D data definition.

bcthund commented 4 years ago

Basic O2DSys class implemented that will load trees on a chunk according to given noise functions. It is a little expensive because it makes up to 3 noise lookups for every coordinate. All objects use the same texture, dimensions, and have no offset so tree grid can be visually seen.

bcthund commented 3 years ago

TODO: