Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
Type-Skeleton
Commits
35cdf1f3
Commit
35cdf1f3
authored
Dec 27, 2016
by
Jan Möbius
Browse files
Missed some files
parent
50944d6e
Changes
2
Hide whitespace changes
Inline
Side-by-side
ObjectTypes/Skeleton/CMakeLists.txt
View file @
35cdf1f3
...
...
@@ -37,7 +37,7 @@ endif ()
# collect all header,source files
acg_append_files
(
headers
"*.hh"
.
)
acg_append_files
(
sources
"*.cc"
.
)
acg_append_files
(
sources
"*.cc"
.
Animation Helper
)
acg_qt5_automoc
(
moc_targets
${
headers
}
)
...
...
ObjectTypes/Skeleton/Helper/SkeletonTransform.hh
View file @
35cdf1f3
...
...
@@ -52,7 +52,7 @@
#include
"../Skeleton.hh"
#include
<ACG/Math/Matrix4x4T.hh>
#include
<OpenFlipper/common/
Global
Defines.hh>
#include
<OpenFlipper/common/
ObjectTypeDLL
Defines.hh>
/** \brief Skeleton transformation class
*
...
...
@@ -61,7 +61,7 @@
* and that the transformations do not mess up the skeleton
*
**/
class
DLLEXPORT
SkeletonTransform
{
class
OBJECTTYPE
DLLEXPORT
SkeletonTransform
{
public:
SkeletonTransform
(
Skeleton
&
_skeleton
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment