worked on grid-walking
worked on grid-generation added helper library for nav-meshes started working on nav meshes
This commit is contained in:
4
main.cpp
4
main.cpp
@@ -83,7 +83,7 @@ void wifi() {
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
|
||||
wifi(); return 0;
|
||||
//wifi(); return 0;
|
||||
|
||||
|
||||
#ifdef WITH_TESTS
|
||||
@@ -109,7 +109,7 @@ int main(int argc, char** argv) {
|
||||
//::testing::GTEST_FLAG(filter) = "*Matrix4*";
|
||||
//::testing::GTEST_FLAG(filter) = "*Sphere3*";
|
||||
|
||||
::testing::GTEST_FLAG(filter) = "WiFiVAPGrouper*";
|
||||
::testing::GTEST_FLAG(filter) = "NavMesh*";
|
||||
//::testing::GTEST_FLAG(filter) = "Timestamp*";
|
||||
|
||||
//::testing::GTEST_FLAG(filter) = "*RayTrace3*";
|
||||
|
||||
Reference in New Issue
Block a user