Improve names of Free camera control modes.
PiperOrigin-RevId: 837605181 Change-Id: I01b65706fc4f9857df4d025cd3f4587d24ee5af5
This commit is contained in:
committed by
Copybara-Service
parent
2ea403575e
commit
8f9250472e
@@ -1549,8 +1549,8 @@ std::vector<const char*> App::GetCameraNames() {
|
||||
if (tmp_.camera_names.empty()) {
|
||||
tmp_.camera_names.reserve(model_->ncam + 3);
|
||||
|
||||
tmp_.camera_names.push_back("Tumble");
|
||||
tmp_.camera_names.push_back("Free");
|
||||
tmp_.camera_names.push_back("Free: tumble");
|
||||
tmp_.camera_names.push_back("Free: wasd");
|
||||
tmp_.camera_names.push_back("Tracking (-1)");
|
||||
for (int i = 0; i < model_->ncam; i++) {
|
||||
if (model_->names[model_->name_camadr[i]]) {
|
||||
|
||||
Reference in New Issue
Block a user