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