Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
Delete mesh writing support entirely
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed Mar 9, 2024
1 parent d83fe26 commit 160d5f7
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 709 deletions.
60 changes: 0 additions & 60 deletions include/EMeshWriterEnums.h

This file was deleted.

55 changes: 0 additions & 55 deletions include/IMeshWriter.h

This file was deleted.

2 changes: 0 additions & 2 deletions include/ISceneManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include "dimension2d.h"
#include "SColor.h"
#include "ESceneNodeTypes.h"
#include "EMeshWriterEnums.h"
#include "SceneParameters.h"
#include "ISkinnedMesh.h"

Expand Down Expand Up @@ -108,7 +107,6 @@ namespace scene
class IMeshLoader;
class IMeshManipulator;
class IMeshSceneNode;
class IMeshWriter;
class ISceneNode;
class ISceneNodeFactory;

Expand Down
2 changes: 0 additions & 2 deletions include/irrlicht.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
#include "EHardwareBufferFlags.h"
#include "EMaterialProps.h"
#include "EMaterialTypes.h"
#include "EMeshWriterEnums.h"
#include "ESceneNodeTypes.h"
#include "fast_atof.h"
#include "IAnimatedMesh.h"
Expand Down Expand Up @@ -87,7 +86,6 @@
#include "IMeshLoader.h"
#include "IMeshManipulator.h"
#include "IMeshSceneNode.h"
#include "IMeshWriter.h"
#include "IOSOperator.h"
#include "IReadFile.h"
#include "IReferenceCounted.h"
Expand Down
Loading

0 comments on commit 160d5f7

Please sign in to comment.