Skip to content

Commit 5376910

Browse files
authored
Add ray tracing acceleration structure build experimental extension (#147)
This extension provides the functionality to build ray tracing acceleration structures for 3D scenes on the host for use with GPU devices. Resolves #147 Signed-off-by: Will Damon <[email protected]>
1 parent 24c6075 commit 5376910

File tree

8 files changed

+1381
-7
lines changed

8 files changed

+1381
-7
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,6 @@ out/
8484
# IDE Files
8585
/.vscode
8686
/.devcontainer
87+
88+
# Python Virtual Environment
89+
/.venv

scripts/core/EXT_Exp_RTASBuilder.rst

Lines changed: 347 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)