4 * \author Matt Raykowski
8 // NeL - MMORPG Framework <http://dev.ryzom.com/projects/nel/>
9 // Copyright (C) 2010 Winch Gate Property Limited
11 // This program is free software: you can redistribute it and/or modify
12 // it under the terms of the GNU Affero General Public License as
13 // published by the Free Software Foundation, either version 3 of the
14 // License, or (at your option) any later version.
16 // This program is distributed in the hope that it will be useful,
17 // but WITHOUT ANY WARRANTY; without even the implied warranty of
18 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 // GNU Affero General Public License for more details.
21 // You should have received a copy of the GNU Affero General Public License
22 // along with this program. If not, see <http://www.gnu.org/licenses/>.
26 #include <nel/misc/types_nl.h>
41 #include <nel/misc/file.h>
42 #include <nel/misc/path.h>
43 #include <nel/misc/debug.h>
44 #include <nel/misc/vector.h>
45 #include <nel/misc/matrix.h>
46 #include <nel/misc/common.h>
47 #include <nel/misc/events.h>
48 #include <nel/misc/fast_mem.h>
49 #include <nel/misc/config_file.h>
50 #include <nel/misc/system_info.h>
51 #include <nel/misc/mem_displayer.h>
53 #include <nel/3d/u_scene.h>
54 #include <nel/3d/u_camera.h>
55 #include <nel/3d/u_driver.h>
56 #include <nel/3d/u_texture.h>
57 #include <nel/3d/u_instance.h>
58 #include <nel/3d/u_text_context.h>
59 #include <nel/3d/u_particle_system_instance.h>
61 static const float GScale
= 0.01f
;