Author Topic: Where in the code is the screen size set or re-sized.  (Read 1013 times)

Offline Skybuck

  • Colonel
  • ****
  • Posts: 223
    • View Profile
Where in the code is the screen size set or re-sized.
« on: April 13, 2022, 08:56:17 am »
Hello,

I want to implement a "ScreenVoxelFrame" and I would like to safe some time and benefit from your knowledge. So if you could point me to a suited location in the code, where I could allocate an array to cover all the screen pixels, that would be great and save me some "search" time.

Bye for now,
  Skybuck.

Offline Yankes

  • Commander
  • *****
  • Posts: 3227
    • View Profile
Re: Where in the code is the screen size set or re-sized.
« Reply #1 on: April 13, 2022, 11:23:40 am »
Code: [Select]
void Map::setHeight(int height)