Commit 3e63d95d authored by David Eberly's avatar David Eberly
Browse files

Posting GTE 6.1.

Updated minor versions in CMakeLists.txt. New files added to GTMathematics. Fixed an incorrect library name in GTMathematicsGPU.
Showing with 16 additions and 11 deletions
+16 -11
......@@ -4,7 +4,7 @@ if(COMMAND cmake_policy)
endif()
set(GTE_VERSION_MAJOR 6)
set(GTE_VERSION_MINOR 0)
set(GTE_VERSION_MINOR 1)
set(PROJECT_SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR})
project(GTE VERSION ${GTE_VERSION_MAJOR}.${GTE_VERSION_MINOR})
......
......@@ -346,6 +346,7 @@
<ClInclude Include="Mathematics\IntrSphere3Frustum3.h" />
<ClInclude Include="Mathematics\IntrSphere3Sphere3.h" />
<ClInclude Include="Mathematics\IntrSphere3Triangle3.h" />
<ClInclude Include="Mathematics\IntrTetrahedron3Tetrahedron3.h" />
<ClInclude Include="Mathematics\IntrTriangle2Triangle2.h" />
<ClInclude Include="Mathematics\IntrTriangle3Cylinder3.h" />
<ClInclude Include="Mathematics\IntrTriangle3OrientedBox3.h" />
......
......@@ -1509,5 +1509,8 @@
<ClInclude Include="Mathematics\DistTetrahedron3Tetrahedron3.h">
<Filter>Distance\3D</Filter>
</ClInclude>
<ClInclude Include="Mathematics\IntrTetrahedron3Tetrahedron3.h">
<Filter>Intersection\3D</Filter>
</ClInclude>
</ItemGroup>
</Project>
\ No newline at end of file
......@@ -19,7 +19,7 @@
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="GTGraphics.v16.vcxproj">
<ProjectReference Include="GTGraphics.v17.vcxproj">
<Project>{B15CB711-F650-4063-9C7C-E7A5F88139A2}</Project>
</ProjectReference>
</ItemGroup>
......
No preview for this file type
......@@ -4,7 +4,7 @@ if(COMMAND cmake_policy)
endif()
set(GTE_VERSION_MAJOR 6)
set(GTE_VERSION_MINOR 0)
set(GTE_VERSION_MINOR 1)
project(Samples VERSION ${GTE_VERSION_MAJOR}.${GTE_VERSION_MINOR})
......
......@@ -4,7 +4,7 @@ if(COMMAND cmake_policy)
endif()
set(GTE_VERSION_MAJOR 6)
set(GTE_VERSION_MINOR 0)
set(GTE_VERSION_MINOR 1)
project(Distance VERSION ${GTE_VERSION_MAJOR}.${GTE_VERSION_MINOR})
......
......@@ -4,7 +4,7 @@ if(COMMAND cmake_policy)
endif()
set(GTE_VERSION_MAJOR 6)
set(GTE_VERSION_MINOR 0)
set(GTE_VERSION_MINOR 1)
project(Geometrics VERSION ${GTE_VERSION_MAJOR}.${GTE_VERSION_MINOR})
......
......@@ -4,7 +4,7 @@ if(COMMAND cmake_policy)
endif()
set(GTE_VERSION_MAJOR 6)
set(GTE_VERSION_MINOR 0)
set(GTE_VERSION_MINOR 1)
project(Graphics VERSION ${GTE_VERSION_MAJOR}.${GTE_VERSION_MINOR})
......
......@@ -4,7 +4,7 @@ if(COMMAND cmake_policy)
endif()
set(GTE_VERSION_MAJOR 6)
set(GTE_VERSION_MINOR 0)
set(GTE_VERSION_MINOR 1)
project(Imagics VERSION ${GTE_VERSION_MAJOR}.${GTE_VERSION_MINOR})
......
......@@ -4,7 +4,7 @@ if(COMMAND cmake_policy)
endif()
set(GTE_VERSION_MAJOR 6)
set(GTE_VERSION_MINOR 0)
set(GTE_VERSION_MINOR 1)
project(Intersection VERSION ${GTE_VERSION_MAJOR}.${GTE_VERSION_MINOR})
......
......@@ -4,7 +4,7 @@ if(COMMAND cmake_policy)
endif()
set(GTE_VERSION_MAJOR 6)
set(GTE_VERSION_MINOR 0)
set(GTE_VERSION_MINOR 1)
project(Mathematics VERSION ${GTE_VERSION_MAJOR}.${GTE_VERSION_MINOR})
......
......@@ -4,7 +4,7 @@ if(COMMAND cmake_policy)
endif()
set(GTE_VERSION_MAJOR 6)
set(GTE_VERSION_MINOR 0)
set(GTE_VERSION_MINOR 1)
project(Physics VERSION ${GTE_VERSION_MAJOR}.${GTE_VERSION_MINOR})
......@@ -15,6 +15,7 @@ add_subdirectory(BeadSlide)
add_subdirectory(BlownGlass)
add_subdirectory(BouncingBall)
add_subdirectory(BouncingSpheres)
add_subdirectory(BouncingTetrahedra)
add_subdirectory(Cloth)
add_subdirectory(DoublePendulum)
add_subdirectory(FlowingSkirt)
......
......@@ -4,7 +4,7 @@ if(COMMAND cmake_policy)
endif()
set(GTE_VERSION_MAJOR 6)
set(GTE_VERSION_MINOR 0)
set(GTE_VERSION_MINOR 1)
project(SceneGraph VERSION ${GTE_VERSION_MAJOR}.${GTE_VERSION_MINOR})
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment