You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw/components/nif
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.
3 years ago
..
base.hpp Handle NiExtraData *properly* 3 years ago
controlled.cpp Read BSShaderTextureSet and NiColorInterpolator 4 years ago
controlled.hpp Turn all NIF records into structs 4 years ago
controller.cpp Follow global naming convention for new records 3 years ago
controller.hpp Follow global naming convention for new records 3 years ago
data.cpp Rehash key group and morph loading (bug #6517) 3 years ago
data.hpp Load BSDismemberSkinInstance 3 years ago
effect.cpp Introduce some extended NIF definitions 4 years ago
effect.hpp Mark overrided methods by override keyword 4 years ago
extra.cpp Follow global naming convention for new records 3 years ago
extra.hpp Follow global naming convention for new records 3 years ago
niffile.cpp Merge branch 'assorted' into 'master' 3 years ago
niffile.hpp Use MurmurHash3_x64_128 for file hash 3 years ago
nifkey.hpp Rehash morph loading rehashing 3 years ago
nifstream.cpp Various fixes for niftest 4 years ago
nifstream.hpp Keep only one '\0' in NIF strings (bug #6473) 3 years ago
niftypes.hpp http to https for supported urls (#1625) 7 years ago
node.cpp Merge branch 'master' of https://github.com/OpenMW/openmw into osg 10 years ago
node.hpp Support multiple parents for NIF nodes 3 years ago
parent.hpp Support multiple parents for NIF nodes 3 years ago
physics.cpp Load bhkRigidBody 3 years ago
physics.hpp Fix build 3 years ago
property.cpp Fix multilayer parallax parameter reading 3 years ago
property.hpp Loading and basic handling of BSLightingShaderProperty 3 years ago
record.hpp Load NiSortAdjustNode and NiAccumulators 3 years ago
recordptr.hpp Load NiSortAdjustNode and NiAccumulators 3 years ago