Document and demonstrate prepared mesh LOD visibility

This commit is contained in:
Emil
2026-09-23 22:53:56 +03:00
parent c89298fefe
commit 5f61ee3750
4 changed files with 162 additions and 0 deletions
+6
View File
@@ -1,3 +1,9 @@
if(TARGET faset_render)
add_executable(faset_p2_visibility_example
"${PROJECT_SOURCE_DIR}/examples/renderer/p2_visibility.cpp")
target_link_libraries(faset_p2_visibility_example PRIVATE faset_render)
endif()
if(TARGET faset_render AND BUILD_TESTING)
add_executable(faset_render_gpu_visibility_tests
"${PROJECT_SOURCE_DIR}/tests/render_gpu_visibility_tests.cpp")