00001 /* 00002 ----------------------------------------------------------------------------- 00003 This source file is part of OpenSpace3D 00004 For the latest info, see http://www.openspace3d.com 00005 00006 Copyright (c) 2010 I-maginer 00007 00008 This program is free software; you can redistribute it and/or modify it under 00009 the terms of the GNU Lesser General Public License as published by the Free Software 00010 Foundation; either version 2 of the License, or (at your option) any later 00011 version. 00012 00013 This program is distributed in the hope that it will be useful, but WITHOUT 00014 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 00015 FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. 00016 00017 You should have received a copy of the GNU Lesser General Public License along with 00018 this program; if not, write to the Free Software Foundation, Inc., 59 Temple 00019 Place - Suite 330, Boston, MA 02111-1307, USA, or go to 00020 http://www.gnu.org/copyleft/lesser.txt 00021 00022 You may alternatively use this source under the terms of a specific version of 00023 the OpenSpace3D Unrestricted License provided you have obtained such a license from 00024 I-maginer. 00025 ----------------------------------------------------------------------------- 00026 */ 00027 00028 #ifndef __SO3_FAP_MESHS_TOOLS_H__ 00029 #define __SO3_FAP_MESHS_TOOLS_H__ 00030 00031 #include "../SCOLBasic/SO3Std.h" 00032 00037 class SFapMeshsTools 00038 { 00039 public: 00040 protected: 00041 private: 00042 00043 public: 00047 static void CreateFaceMesh(const Ogre::String& strName, std::string pathStdFDP, std::string pathStdIndices, Ogre::String groupName=Ogre::ResourceGroupManager::DEFAULT_RESOURCE_GROUP_NAME); 00048 00052 static void CreateFaceMesh(Ogre::VertexData*& vertexData, Ogre::IndexData*& indexData, std::string pathStdFDP, std::string pathStdIndices); 00053 protected: 00054 private: 00058 SFapMeshsTools(); 00059 }; 00060 00061 #endif
1.6.3