2 @mainpage Object Viewer Qt
3 @author Dzmitry Kamiahin <dnk-88@tut.by>, (C) 2011
5 @section introduce Introduce
7 The Object Viewer Qt (ovqt) is a tool for working with graphics technology NeL data,
8 which can be useful durung the development and preparation of the game content.
9 The tool can be used in different tasks:
10 - Loading and viewing NeL data (.shape, .ps) files with the ability to set wind power, color light.
11 - Viewing animation shape (loading .anim, .skel, .swt files) using playlist or slot manager(mixing animation).
12 - Create and modify NeL particle system.
13 - Viewing water shape with the ability to set day/night.
14 - Modify skeleton (.skel files, .scale file).
15 - Create and modify micro-vegetation material (.vegetset files)
16 - Viewing landscape (.zonel files)
17 - Dialog allows to specify graphical, sound, search path and landscape settings.
18 - OVQT supports loading third-party plug-ins.
20 @section license_ovqt License Object Viewer Qt
22 Object Viewer Qt - MMORPG Framework <http://dev.ryzom.com/projects/ryzom>
24 This program is free software: you can redistribute it and/or modify
25 it under the terms of the GNU Affero General Public License as
26 published by the Free Software Foundation, either version 3 of the
27 License, or (at your option) any later version.
29 This program is distributed in the hope that it will be useful,
30 but WITHOUT ANY WARRANTY; without even the implied warranty of
31 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
32 GNU Affero General Public License for more details.
34 You should have received a copy of the GNU Affero General Public License
35 along with this program. If not, see <http://www.gnu.org/licenses/>.