1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 19:29:56 +00:00
openmw/components/nifogre
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 Mostly removal of unnecessary #include's and a little clean up 2012-07-17 09:27:12 +02:00
material.cpp Fix normal maps with spaces in filename not getting loaded 2013-04-12 04:36:28 +02:00
material.hpp Move NIFMaterialLoader to a separate file 2013-04-10 20:24:44 -07:00
mesh.cpp Use one vertex buffer for all UV coordinates 2013-04-23 22:47:57 +02:00
mesh.hpp Move the mesh loader to its own source file 2013-04-10 22:38:46 -07:00
ogrenifloader.cpp reworked Nif::KeyListT into Nif::CurveT 2013-04-24 20:20:00 -07:00
ogrenifloader.hpp Move NIFSkeletonLoader to a separate file 2013-04-10 19:58:17 -07:00
skeleton.cpp reworked Nif::KeyListT into Nif::CurveT 2013-04-24 20:20:00 -07:00
skeleton.hpp Move NIFSkeletonLoader to a separate file 2013-04-10 19:58:17 -07:00