1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>GAMGI Interfaces</title>
<link rel="icon" type="image/png" href="../icon/gamgi16.png"/>
<link rel="stylesheet" type="text/css" href="../css/base.css"/>
<link rel="stylesheet" type="text/css" href="../css/board.css"/>
</head>
<body>
<div class="board">
<div>Graphic Interfaces</div><div> </div>
</div>
<div class="contents">
Throughout all interfaces and formats, lengths are in angstrom, angles
in degrees and decimal numbers are represented with dots. Every parameter
that can be defined in an interface can be defined also in a file
and vice-versa.
<p/>
To rotate, move, scale the selected object, dragg the mouse, pressing the left,
middle, right mouse button. Export the selected object choosing <b>File->Export</b>.
The statusbar shows the selected object (left) and layer (right).
<p/>
To select an object, choose <b>Object->Select</b> and press over the object.
Or choose the object class on the menu above, with the middle button, before
pressing on the object. Or press twice <b>Layer</b>, <b>Window</b> or <b>Gamgi</b>
on the menu above. When the object has no visual representation, press the mouse
over the graphic area, to pop up a menu.
<p/>
To select a layer, choose <b>Layer->Select</b> and press the mouse over the graphic
area, to pop up a menu. Or choose the layer class on the menu above, with the middle
button, before pressing the mouse over the graphic area, to pop up a menu.
<p/>
Solid objects usually require lights with diffuse and specular components to be
properly represented in 3D space, otherwise they look flat. Wired objects do not
have a 3D representation, so diffuse and specular lights are not reflected,
becoming poorly visible when using lights, unless a significant ambient component
is used. Often it is worth to draw solid and wired objects in different
layers, with and without lights.
<p/>
When a task dialog is open, to learn how it works, just select <b>Help->Current</b>
and another dialog will pop up, explaining the meaning of all the parameters in the
task dialog.
<p/>
Detailed explanations of Gamgi interfaces, are available at
<a href="http://www.gamgi.org/interfaces/reference.html">
http://www.gamgi.org/interfaces/reference.html</a>,
<b>doc/interfaces/reference.html</b> or <b>Help->Topic->Interfaces</b>.
</div>
<div id="bottom">
<a href="../index.shtml">Home</a>
</div>
</body>
</html>
|