Fix basic material and add demo

This commit is contained in:
SirLynix
2022-06-28 08:54:35 +02:00
committed by Jérôme Leclercq
parent ccd7885213
commit b2fad27618
4 changed files with 303 additions and 82 deletions

View File

@@ -0,0 +1,5 @@
target("PBR")
set_group("Examples")
set_kind("binary")
add_deps("NazaraGraphics")
add_files("main.cpp")