1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 19:59:55 +00:00
openmw/components/nif
Nathan Jeffords e7665582ad reworked Nif::KeyListT into Nif::CurveT
Renamed Nif:KeyListT to Nif::CurveT, moved it into its own file and
changed its implementation so that on compatible platforms, the entire
array of key-frames can be read in a single read call. Added a helper
class called Nif::CurveT::interpolator to allow other code to easily
evaluate the curve. Reworked part of the skeletonLoader code to use
the interpolator to simplify its own logic.
2013-04-24 20:20:00 -07:00
..
tests directory structure reorganisation (still missing the mangle stuff) 2010-06-25 22:28:59 +02:00
.gitignore directory structure reorganisation (still missing the mangle stuff) 2010-06-25 22:28:59 +02:00
controlled.hpp Read NiGravity fields 2013-04-07 18:15:23 -07:00
controller.hpp Even more particle information 2013-04-04 05:10:52 -07:00
curve.hpp reworked Nif::KeyListT into Nif::CurveT 2013-04-24 20:20:00 -07:00
data.hpp reworked Nif::KeyListT into Nif::CurveT 2013-04-24 20:20:00 -07:00
effect.hpp renamed low-level NIF related files and include guards to conform to naming convention 2013-03-02 10:46:12 -08:00
extra.hpp renamed low-level NIF related files and include guards to conform to naming convention 2013-03-02 10:46:12 -08:00
niffile.cpp Move a method to the Node class 2013-04-10 23:19:47 -07:00
niffile.hpp reworked Nif::KeyListT into Nif::CurveT 2013-04-24 20:20:00 -07:00
nifstream.hpp reworked NIFStream to use a type-handler 2013-04-24 20:20:00 -07:00
niftypes.hpp renamed low-level NIF related files and include guards to conform to naming convention 2013-03-02 10:46:12 -08:00
node.hpp Move a method to the Node class 2013-04-10 23:19:47 -07:00
property.hpp Use actual classes for properties 2013-04-10 20:22:13 -07:00
record.hpp Recognize NiBSAnimationNode as a record type 2013-04-06 05:00:19 -07:00
recordptr.hpp Even more particle information 2013-04-04 05:10:52 -07:00