1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 17:29:55 +00:00
openmw/components/nifosg
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
..
controller.cpp Some NIF cleanup 2021-12-11 16:16:16 +03:00
controller.hpp Some NIF cleanup 2021-12-11 16:16:16 +03:00
matrixtransform.cpp Don't encapsulate NIF transformation changes 2020-07-29 20:46:36 +03:00
matrixtransform.hpp Don't encapsulate NIF transformation changes 2020-07-29 20:46:36 +03:00
nifloader.cpp Support multiple parents for NIF nodes 2022-01-22 01:02:31 +01:00
nifloader.hpp refactor and fix wobbly shores 2021-08-04 17:49:57 -07:00
particle.cpp fixes coverity-ci warning 2021-10-06 10:04:03 +00:00
particle.hpp converts remaining osg::NodeCallback (#3147) 2021-10-05 14:21:12 +02:00