We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea4035 commit 8f92504Copy full SHA for 8f92504
src/experimental/studio/app.cc
@@ -1549,8 +1549,8 @@ std::vector<const char*> App::GetCameraNames() {
1549
if (tmp_.camera_names.empty()) {
1550
tmp_.camera_names.reserve(model_->ncam + 3);
1551
1552
- tmp_.camera_names.push_back("Tumble");
1553
- tmp_.camera_names.push_back("Free");
+ tmp_.camera_names.push_back("Free: tumble");
+ tmp_.camera_names.push_back("Free: wasd");
1554
tmp_.camera_names.push_back("Tracking (-1)");
1555
for (int i = 0; i < model_->ncam; i++) {
1556
if (model_->names[model_->name_camadr[i]]) {
0 commit comments