Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorM.G. Kishalmi <lmg@kishalmi.net>2011-02-14 21:18:46 +0300
committerM.G. Kishalmi <lmg@kishalmi.net>2011-02-14 21:18:46 +0300
commit20553d4064e790f42fe707b8b6c5e6451e983eb7 (patch)
tree8453025eb4106b26ed323a16da222153f117ab81 /source/blender/blenkernel/CMakeLists.txt
parent8b7482892b2ecb456be60b42fe1625156d19e954 (diff)
This commit will switch blender to use tangent space generated within
the two files mikktspace.h and mikktspace.c. These are standalone files which can be redistributed into any other application and regenerate the same tangent spaces. The implementation is independent of the ordering of faces and the vertex ordering of faces.
Diffstat (limited to 'source/blender/blenkernel/CMakeLists.txt')
-rw-r--r--source/blender/blenkernel/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenkernel/CMakeLists.txt b/source/blender/blenkernel/CMakeLists.txt
index 5f5b413ecd8..ae724234459 100644
--- a/source/blender/blenkernel/CMakeLists.txt
+++ b/source/blender/blenkernel/CMakeLists.txt
@@ -106,6 +106,7 @@ set(SRC
intern/mball.c
intern/mesh.c
intern/mesh_validate.c
+ intern/mikktspace.c
intern/modifier.c
intern/multires.c
intern/nla.c
@@ -222,6 +223,7 @@ set(SRC
BKE_writeffmpeg.h
BKE_writeframeserver.h
depsgraph_private.h
+ mikktspace.h
intern/CCGSubSurf.h
intern/bmesh_private.h
nla_private.h