Re-enable demo using Physics3D on web
This commit is contained in:
parent
795efae3a0
commit
9306ce246f
|
|
@ -1,7 +1,3 @@
|
|||
if is_plat("wasm") then
|
||||
return -- Physics3D is not yet supported on wasm because of Newton
|
||||
end
|
||||
|
||||
target("PhysicsDemo")
|
||||
add_deps("NazaraGraphics", "NazaraPhysics3D")
|
||||
add_packages("entt")
|
||||
|
|
|
|||
|
|
@ -2,10 +2,6 @@ if not has_config("assimp") then
|
|||
return
|
||||
end
|
||||
|
||||
if is_plat("wasm") then
|
||||
return -- Physics3D is not yet supported on wasm because of Newton
|
||||
end
|
||||
|
||||
target("Showcase")
|
||||
set_group("Examples")
|
||||
set_kind("binary")
|
||||
|
|
|
|||
|
|
@ -1,7 +1,3 @@
|
|||
if is_plat("wasm") then
|
||||
return -- Physics3D is not yet supported on wasm because of Newton
|
||||
end
|
||||
|
||||
target("Tut00_EmptyProject")
|
||||
add_deps("NazaraAudio", "NazaraGraphics", "NazaraNetwork", "NazaraPhysics2D", "NazaraPhysics3D", "NazaraRenderer", "NazaraUtility")
|
||||
add_files("main.cpp")
|
||||
|
|
|
|||
Loading…
Reference in New Issue