Fix basic material and add demo
This commit is contained in:
committed by
Jérôme Leclercq
parent
ccd7885213
commit
b2fad27618
5
examples/PhysicallyBasedRendering/xmake.lua
Normal file
5
examples/PhysicallyBasedRendering/xmake.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
target("PBR")
|
||||
set_group("Examples")
|
||||
set_kind("binary")
|
||||
add_deps("NazaraGraphics")
|
||||
add_files("main.cpp")
|
||||
Reference in New Issue
Block a user