Blue Brain BioExplorer
OpenDeckParameters.cpp
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2015-2024, EPFL/Blue Brain Project
3  * All rights reserved. Do not distribute without permission.
4  *
5  * This file is part of Blue Brain BioExplorer <https://github.com/BlueBrain/BioExplorer>
6  *
7  * This library is free software; you can redistribute it and/or modify it under
8  * the terms of the GNU Lesser General Public License version 3.0 as published
9  * by the Free Software Foundation.
10  *
11  * This library is distributed in the hope that it will be useful, but WITHOUT
12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
13  * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
14  * details.
15  *
16  * You should have received a copy of the GNU Lesser General Public License
17  * along with this library; if not, write to the Free Software Foundation, Inc.,
18  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19  */
20 
21 #include "OpenDeckParameters.h"
22 
23 namespace core
24 {
26  : _props("OpenDeck plugin parameters")
27 {
29  Property::MetaData{"OpenDeck native resolution scale", "OpenDeck native resolution scale"}});
30  _props.setProperty(
31  {PARAM_CAMERA_SCALING, 1.0, Property::MetaData{"OpenDeck camera scaling", "OpenDeck camera scaling"}});
32 }
33 } // namespace core
void setProperty(const Property &newProperty)
Definition: PropertyMap.h:307
constexpr auto PARAM_CAMERA_SCALING
constexpr auto PARAM_RESOLUTION_SCALING