added scene with new approach differing from other scenegraphs - more closely modelled after Unity
This commit is contained in:
parent
a99906317d
commit
59cb75513d
14 changed files with 212 additions and 15 deletions
6
src/scene/tests/CMakeLists.txt
Normal file
6
src/scene/tests/CMakeLists.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
add_executable(pwscene_test_node
|
||||
pwscene_test_node.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(pwscene_test_node
|
||||
pwcore pwscene)
|
Loading…
Add table
Add a link
Reference in a new issue