Set geometry type in model importer
authorHeeyong Song <heeyong.song@samsung.com>
Fri, 23 Aug 2013 07:18:20 +0000 (16:18 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Fri, 23 Aug 2013 07:18:20 +0000 (16:18 +0900)
Change-Id: I14a98a23412072a9e404584fcf4750b4320e0ed0

src/ui/animations/FUiAnim_MeshImportSample.cpp

index 871ebdc..b007306 100644 (file)
@@ -595,6 +595,9 @@ bool _MeshImportSample::Parsing(char* pStrAse)
 
                                        delete MESH_VERTEX_LIST;
 
+                                       // temp
+                                       pMesh->SetGeometryType(Mesh::GEO_TYPE_TRIANGLES);
+
                                        if(hasError)
                                        {
                                                delete pMesh;