This commit is contained in:
luboslenco
2024-08-30 21:02:15 +02:00
parent 649cfa6739
commit 3d12b54c2c
48 changed files with 92 additions and 483 deletions
+9
View File
@@ -0,0 +1,9 @@
# The zlib/libpng License
This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
This notice may not be removed or altered from any source distribution.
https://github.com/armory3d/armortools
+20
View File
@@ -0,0 +1,20 @@
! This is an experimental build with hardware accelerated ray-tracing using DXR and Direct3D12 !
Supported GPUs:
- NVIDIA RTX 20 Series or better
- AMD RX 6800 XT or better
Up to date Windows 10/11 and graphics drivers required.
Learn more:
https://en.wikipedia.org/wiki/DirectX_Raytracing
This build is only intended for testing ray-tracing features and
may be sub-par in other areas compared to regular builds.
Currently exposed ray-tracing features:
- Bake Tool - AO
- Bake Tool - Bent Normal
- Bake Tool - Lightmap
- Bake Tool - Thickness
- Viewport Mode - Path-Trace
+21
View File
@@ -0,0 +1,21 @@
! This is an experimental build with hardware accelerated ray-tracing powered by Vulkan Ray Tracing !
Supported GPUs:
- NVIDIA RTX 20 Series or better
- AMD RX 6800 XT or better
Requires Vulkan driver 455.46.04 or newer on NVIDIA cards:
https://developer.nvidia.com/vulkan-driver
Learn more:
https://www.khronos.org/blog/ray-tracing-in-vulkan
This build is only intended for testing ray-tracing features and
may be sub-par in other areas compared to regular builds.
Currently exposed ray-tracing features:
- Bake Tool - AO
- Bake Tool - Bent Normal
- Bake Tool - Lightmap
- Bake Tool - Thickness
- Viewport Mode - Path-Trace