Pārlūkot izejas kodu

removed obsolete commented out code

Angelo Scandaliato 9 gadi atpakaļ
vecāks
revīzija
574abd3c01
1 mainītis faili ar 0 papildinājumiem un 7 dzēšanām
  1. 0 7
      code/glTFExporter.h

+ 0 - 7
code/glTFExporter.h

@@ -55,17 +55,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 struct aiScene;
 struct aiNode;
 struct aiMaterial;
-// struct aiMesh;
 
 namespace glTF
 {
     class Asset;
-
     struct TexProperty;
-
-    // class Ref;
-
-    // struct Mesh;
 }
 
 namespace Assimp
@@ -107,7 +101,6 @@ namespace Assimp
         unsigned int ExportNode(const aiNode* node);
         void ExportScene();
         void ExportAnimations();
-        // void ExportSkins(const aiMesh* aim, glTF::Ref<glTF::Mesh>& m);
     };
 
 }