Skip to content

Commit

Permalink
Refactored transforms to support future AABBs and BBs
Browse files Browse the repository at this point in the history
  • Loading branch information
matt77hias committed Mar 28, 2017
1 parent 3934f82 commit 6889c01
Show file tree
Hide file tree
Showing 15 changed files with 141 additions and 221 deletions.
1 change: 0 additions & 1 deletion MAGE/MAGE.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@
<ClCompile Include="MAGE\src\material\mtl\mtl_reader.cpp" />
<ClCompile Include="MAGE\src\material\spectrum.cpp" />
<ClCompile Include="MAGE\src\math\bounding_volume.cpp" />
<ClCompile Include="MAGE\src\math\transform.cpp" />
<ClCompile Include="MAGE\src\math\view_frustum.cpp" />
<ClCompile Include="MAGE\src\memory\memory_arena.cpp" />
<ClCompile Include="MAGE\src\mesh\sprite_batch_mesh.cpp" />
Expand Down
3 changes: 0 additions & 3 deletions MAGE/MAGE.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -575,9 +575,6 @@
<ClCompile Include="MAGE\src\math\bounding_volume.cpp">
<Filter>Source Files\math</Filter>
</ClCompile>
<ClCompile Include="MAGE\src\math\transform.cpp">
<Filter>Source Files\math</Filter>
</ClCompile>
<ClCompile Include="MAGE\src\material\spectrum.cpp">
<Filter>Source Files\material</Filter>
</ClCompile>
Expand Down
2 changes: 1 addition & 1 deletion MAGE/MAGE/src/core/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#pragma region

#define MAGE_VERSION_MAJOR 0
#define MAGE_VERSION_MINOR 12
#define MAGE_VERSION_MINOR 13
#define MAGE_VERSION_PATCH 0

#define MAGE_QUOTE(S) #S
Expand Down
45 changes: 0 additions & 45 deletions MAGE/MAGE/src/math/transform.cpp

This file was deleted.

Loading

0 comments on commit 6889c01

Please sign in to comment.