projects
/
framework
/
osp
/
uifw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e20029
)
added File extentaion define
author
Dae Young Ryu
<karzia@samsung.com>
Wed, 19 Mar 2014 10:22:09 +0000
(19:22 +0900)
committer
Dae Young Ryu
<karzia@samsung.com>
Wed, 19 Mar 2014 10:22:09 +0000
(19:22 +0900)
Change-Id: If231da4b7176d55ca8043f40dbb49b33ed187ff1
Signed-off-by: Dae Young Ryu <karzia@samsung.com>
src/ui/animations/FUiAnimModelImporter.cpp
patch
|
blob
|
history
diff --git
a/src/ui/animations/FUiAnimModelImporter.cpp
b/src/ui/animations/FUiAnimModelImporter.cpp
index
e93363d
..
3eeb5ad
100644
(file)
--- a/
src/ui/animations/FUiAnimModelImporter.cpp
+++ b/
src/ui/animations/FUiAnimModelImporter.cpp
@@
-29,6
+29,15
@@
#include "FUiAnim_SceneImpl.h"
+#define FILE_EXT_DAE ".dae"
+#define FILE_EXT_MATERIAL ".mtr"
+#define FILE_EXT_MESH ".msh"
+#define FILE_EXT_LIGHT ".lgh"
+#define FILE_EXT_CAMERA ".cmr"
+#define FILE_EXT_SCENE ".scn"
+
+
+
namespace Tizen { namespace Ui { namespace Animations {
std::string WToStd(const Tizen::Base::String& tizenString)