blender/intern/opennl
Brecht Van Lommel 1b9d661eca Mesh Deform Modifier
====================

The MeshDeform modifier can deform a mesh with another 'cage' mesh.
It is similar to a lattice modifier, but instead of being restricted
to the regular grid layout of a lattice, the cage mesh can be modeled
to fit the mesh better.

http://www.blender.org/development/current-projects/changes-since-244/modifiers/

Implementation Notes:
- OpenNL has been refactored a bit to allow least squares matrices to
  be built without passing the matrix row by row, but instead with
  random access. MDef doesn't need this actually, but it's using this
  version of OpenNL so I'm just committing it now.
- Mean value weights for polygons have been added to arithb.c, a type
  of barycentric coordinates for polygons with >= 3 vertices. This
  might be useful for other parts of blender too.
2007-11-04 22:00:24 +00:00
..
doc Added SuperLU 3.0: 2004-07-13 11:42:13 +00:00
extern Mesh Deform Modifier 2007-11-04 22:00:24 +00:00
intern Mesh Deform Modifier 2007-11-04 22:00:24 +00:00
make Update to the VC7 projectfiles. 2006-04-17 20:05:39 +00:00
superlu More bugs found thanks to klockwork 2006-10-27 15:00:31 +00:00
CMakeLists.txt CMake lists initial submission. Documentationand further verification for different platforms will follow soon. This was just tested against current CVS on MSVC 2005 with Verse, QuickTime, OpenEXR, Player all on. 2006-11-17 02:27:12 +00:00
Makefile Added SuperLU 3.0: 2004-07-13 11:42:13 +00:00
SConscript =Scons= 2006-11-28 21:12:31 +00:00