1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 09:35:28 +00:00
OpenMW/components
elsid 3f14011087
Support multiple parents for NIF nodes
Choose a parent base on which node is used to iterate over children nodes.
This leads to duplicate handing of child nodes. A node will be handled so many
times how many parents it has.

For example:
p1 p2
 \ /
  c

Will be handled as:
p1 p2
|  |
c  c

If c has children they will be handled X times c is handled.
2022-01-22 01:02:31 +01:00
..
2021-12-09 00:06:33 +01:00
2021-11-04 16:55:32 +01:00
2021-11-06 08:47:32 +03:00
2022-01-17 22:35:06 +00:00
2022-01-18 08:12:56 +00:00
2021-12-29 13:45:42 -08:00
2018-10-09 10:21:12 +04:00
2021-12-14 21:36:11 +01:00
2021-11-06 08:47:32 +03:00