AlemSnyder / Fun-Game

I am just practicing c++. Feal free to enjoy.
GNU General Public License v2.0
1 stars 0 forks source link

Clean up random `init` functions. #30

Closed egelja closed 1 year ago

egelja commented 1 year ago

I N I T I A L I Z E R L I S T

AlemSnyder commented 1 year ago

This will probably not happen. init functions exist in terrain_mesh, and terrain. TerrainMesh objects can't be copped because that leads to deleting the buffer on the gpu, so they are initialized "in place". Terrain has multiple inits because some grass data is calculated before the initialization.