Blender Git Loki
Git Commits -> Revision 3ce233e
Revision 3ce233e by Nathan Letwory (master) February 15, 2011, 09:24 (GMT) |
Move mikktspace code to own library, so it is clear that it is also intended as a standalone library for use in other applications that want the same tangent space as Blender. This also keeps blenkernel clean(er) from extra math functions. |
Commit Details:
Full Hash: 3ce233e28d51fb31cf13e8791052e503ecae96ec
SVN Revision: 34861
Parent Commit: be8c894
Lines Changed: +2080, -2032
4 Added Paths:
/intern/mikktspace/CMakeLists.txt (+36, -0) (View)
/intern/mikktspace/mikktspace.c (+1886, -0) (View)
/intern/mikktspace/mikktspace.h (+143, -0) (View)
/intern/mikktspace/SConscript (+9, -0) (View)
/intern/mikktspace/mikktspace.c (+1886, -0) (View)
/intern/mikktspace/mikktspace.h (+143, -0) (View)
/intern/mikktspace/SConscript (+9, -0) (View)
2 Deleted Paths:
/source/blender/blenkernel/intern/mikktspace.c (+0, -1886)
/source/blender/blenkernel/mikktspace.h (+0, -143)
/source/blender/blenkernel/mikktspace.h (+0, -143)