]> git.xonotic.org Git - xonotic/xonotic.wiki.git/blob - Basic_mapping_in_Radiant.textile
(Commit created by redmine exporter script from page "Maps" version 23)
[xonotic/xonotic.wiki.git] / Basic_mapping_in_Radiant.textile
1 h1. Basic mapping in Radiant
2
3 h2. Layout of Radiant
4
5 p. This section will introduce the Radiant interface. Radiant has five main sections by default, as numbered in the screenshot below. Let's examine these panels a bit more in depth.
6
7 " !{width:200px}radiant_sections_thumb.png!":http://dev.xonotic.org/attachments/download/87/radiant_sections.png
8
9 h3. 2D View
10
11 p. This area allows you to view the map straight on from a certain axis. This is useful for aligning things flush with walls or other surfaces and for finer movement/scaling control.
12
13 h3. 3D View
14
15 p. This is a basic render of approximately how your map will look. It does not render lighting or anything like that, but it does render the textures as you will see them in game.
16
17 h3. Texture View
18
19 p. This section will show you all available texture sets in the left side and the members of that texture set on the right.
20
21 h3. Console
22
23 p. This is a moderated version of the console output of radiant if run from a console. It outputs the status of your map's build process and display various information. Generally, the output in your system's console will be more complete and verbose, particularly during compile time.
24
25 h3. Tools
26
27 p. This area contains all of the necessary tools and actions that you can use on your map, such as opening and saving existing maps, selecting meshes, rotating objects, flipping objects on an axis, etc.