diff options
author | Aki <please@ignore.pl> | 2024-04-06 02:34:19 +0200 |
---|---|---|
committer | Aki <please@ignore.pl> | 2024-04-06 02:34:19 +0200 |
commit | fbe5f352ff0f238266bc690a0b750674f80b1f02 (patch) | |
tree | 4ec2758cc6513014b6e3ef80b2d6c01da7337c7b /MagicEx/ModelFileOBJ.h | |
parent | effc8802a77375437b676ac4534789e819731671 (diff) | |
download | starshatter-fbe5f352ff0f238266bc690a0b750674f80b1f02.zip starshatter-fbe5f352ff0f238266bc690a0b750674f80b1f02.tar.gz starshatter-fbe5f352ff0f238266bc690a0b750674f80b1f02.tar.bz2 |
Added obj2mag and mag2obj utilities
Diffstat (limited to 'MagicEx/ModelFileOBJ.h')
-rw-r--r-- | MagicEx/ModelFileOBJ.h | 27 |
1 files changed, 0 insertions, 27 deletions
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 <Solid.h> - - -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); -}; |