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.
This commit is contained in:
Nathan Letwory
2011-02-15 09:24:35 +00:00
parent be8c8942f4
commit 3ce233e28d
10 changed files with 51 additions and 3 deletions

View File

@@ -13,6 +13,7 @@ SConscript(['audaspace/SConscript',
'itasc/SConscript',
'boolop/SConscript',
'opennl/SConscript',
'mikktspace/SConscript',
'smoke/SConscript'])
# NEW_CSG was intended for intern/csg, but