1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-23 06:41:08 +00:00
OpenMW/components
elsid 7c5a590890
Replace float type for arguments to create heightfield with int
To reduce amount of computations on the caller side and restrict possible
values.

* verts can't be non-int because it's a number of things.
* worldsize is initially defined as int by ESM::Land::REAL_SIZE.
* Put function to calculate heightfied shift into components to be able to
  reuse by other binaries.
2021-10-11 19:28:08 +02:00
..
2021-10-11 10:09:48 +02:00
2021-05-12 10:34:39 +04:00
2021-10-05 22:51:12 +02:00
2021-07-27 07:58:57 +03:00
2021-10-06 10:04:03 +00:00
2019-02-23 08:02:12 +04:00
2018-10-09 10:21:12 +04:00
2021-10-11 10:09:48 +02:00
2021-08-15 19:50:28 +02:00