From fbe5f352ff0f238266bc690a0b750674f80b1f02 Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 6 Apr 2024 02:34:19 +0200 Subject: Added obj2mag and mag2obj utilities --- MagicEx/ModelFileOBJ.h | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 MagicEx/ModelFileOBJ.h (limited to 'MagicEx/ModelFileOBJ.h') diff --git a/MagicEx/ModelFileOBJ.h b/MagicEx/ModelFileOBJ.h deleted file mode 100644 index dcffc7d..0000000 --- a/MagicEx/ModelFileOBJ.h +++ /dev/null @@ -1,27 +0,0 @@ -/* Starshatter: The Open Source Project - Copyright (c) 2021-2022, Starshatter: The Open Source Project Contributors - Copyright (c) 2011-2012, Starshatter OpenSource Distribution Contributors - Copyright (c) 1997-2006, Destroyer Studios LLC. - - AUTHOR: John DiCamillo - - - OVERVIEW - ======== - File loader for Wavefront/OBJ format models -*/ - -#pragma once - -#include - - -class ModelFileOBJ : public ModelFile -{ -public: - ModelFileOBJ(const char* fname); - virtual ~ModelFileOBJ(); - - virtual bool Load(Model* m, double scale=1.0); - virtual bool Save(Model* m); -}; -- cgit v1.1