From a1ab989208843c4aaf4332e0cdbaa2d110af44ef Mon Sep 17 00:00:00 2001 From: Jacco Bikker Date: Sun, 8 Dec 2024 15:33:07 +0100 Subject: [PATCH] New demo, for TLAS/BLAS anims. --- tiny_bvh_anim.cpp | 1 + tiny_bvh_test.sln | 10 +++ vcproj/tiny_bvh_anim.vcxproj | 158 +++++++++++++++++++++++++++++++++++ 3 files changed, 169 insertions(+) create mode 100644 tiny_bvh_anim.cpp create mode 100644 vcproj/tiny_bvh_anim.vcxproj diff --git a/tiny_bvh_anim.cpp b/tiny_bvh_anim.cpp new file mode 100644 index 0000000..0ffdd02 --- /dev/null +++ b/tiny_bvh_anim.cpp @@ -0,0 +1 @@ +// TODO \ No newline at end of file diff --git a/tiny_bvh_test.sln b/tiny_bvh_test.sln index 023e562..90d589f 100644 --- a/tiny_bvh_test.sln +++ b/tiny_bvh_test.sln @@ -13,6 +13,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tiny_bvh_minimal", "vcproj\ EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tiny_bvh_pt", "vcproj\tiny_bvh_pt.vcxproj", "{430FCECF-7685-40A7-A415-4A0DE487158F}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tiny_bvh_anim", "vcproj\tiny_bvh_anim.vcxproj", "{2DC14EA1-D6E9-45F1-A6CC-6E0A0BAD8A9B}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|x64 = Debug|x64 @@ -61,6 +63,14 @@ Global {430FCECF-7685-40A7-A415-4A0DE487158F}.Release|x64.Build.0 = Release|x64 {430FCECF-7685-40A7-A415-4A0DE487158F}.Release|x86.ActiveCfg = Release|Win32 {430FCECF-7685-40A7-A415-4A0DE487158F}.Release|x86.Build.0 = Release|Win32 + {2DC14EA1-D6E9-45F1-A6CC-6E0A0BAD8A9B}.Debug|x64.ActiveCfg = Debug|x64 + {2DC14EA1-D6E9-45F1-A6CC-6E0A0BAD8A9B}.Debug|x64.Build.0 = Debug|x64 + {2DC14EA1-D6E9-45F1-A6CC-6E0A0BAD8A9B}.Debug|x86.ActiveCfg = Debug|Win32 + {2DC14EA1-D6E9-45F1-A6CC-6E0A0BAD8A9B}.Debug|x86.Build.0 = Debug|Win32 + {2DC14EA1-D6E9-45F1-A6CC-6E0A0BAD8A9B}.Release|x64.ActiveCfg = Release|x64 + {2DC14EA1-D6E9-45F1-A6CC-6E0A0BAD8A9B}.Release|x64.Build.0 = Release|x64 + {2DC14EA1-D6E9-45F1-A6CC-6E0A0BAD8A9B}.Release|x86.ActiveCfg = Release|Win32 + {2DC14EA1-D6E9-45F1-A6CC-6E0A0BAD8A9B}.Release|x86.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/vcproj/tiny_bvh_anim.vcxproj b/vcproj/tiny_bvh_anim.vcxproj new file mode 100644 index 0000000..5e90301 --- /dev/null +++ b/vcproj/tiny_bvh_anim.vcxproj @@ -0,0 +1,158 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + + + + + + + 17.0 + Win32Proj + {2DC14EA1-D6E9-45F1-A6CC-6E0A0BAD8A9B} + tinybvhanim + 10.0 + + + + Application + true + v143 + Unicode + + + Application + false + v143 + true + Unicode + + + Application + true + v143 + NotSet + + + Application + false + v143 + true + NotSet + + + + + + + + + + + + + + + + + + + + + $(SolutionDir) + + + $(SolutionDir) + + + + Level3 + true + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + + + Windows + true + + + + + Level3 + true + true + true + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + + + Windows + true + true + true + + + + + Level3 + true + _DEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + stdcpp20 + ..\external\embree\include + false + + + Windows + true + ../external/embree/lib + $(CoreLibraryDependencies);%(AdditionalDependencies);embree4.lib;tbb12.lib + + + + + Level3 + true + true + true + NDEBUG;_WINDOWS;%(PreprocessorDefinitions); _CRT_SECURE_NO_WARNINGS + true + stdcpp20 + ..\external\embree\include + true + Full + Speed + AdvancedVectorExtensions + Fast + + + Windows + true + true + true + ../external/embree/lib + $(CoreLibraryDependencies);%(AdditionalDependencies);embree4.lib;tbb12.lib + + + + + + \ No newline at end of file