Skip to content
Snippets Groups Projects

Resolve "Kamera - Erstellung und Handling"

Merged Ghost User requested to merge 35-kamera-erstellung-und-handling into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -120,7 +120,7 @@ int main(int argc, const char** argv) {
camera.lookAt(position, center, up);
break;
default:
__nop;//std::cout << "this key is not supported yet: " << std::endl;
break;//std::cout << "this key is not supported yet: " << std::endl;
}
});
Loading