File: olh_transformwin.htm

package info (click to toggle)
mm3d 1.3.7-1.2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 8,960 kB
  • ctags: 8,460
  • sloc: cpp: 83,479; sh: 3,563; makefile: 985
file content (51 lines) | stat: -rw-r--r-- 1,691 bytes parent folder | download | duplicates (3)
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
      <h1>Transform Model Window</h1>

      <b>Transform Model Window</b> allows you to apply a transformation
      Matrix to the model.
      There are tabs in the window for translation, rotation, and scaling,
      as well as a tab
      for a user-defined matrix. In some cases the Matrix you want to apply
      may not be undo-able. If this is the case, the window will warn you
      before performing the transformation.
      </p>

      <h2> Translate </h2>

      <p>
      In the <b>Translate</b> tab you can enter the X, Y, and Z components
      of the translation. Press the <b>Translate</b> button to perform
      the translation.
      </p>

      <h2> Rotate </h2>

      <p>
      In the <b>Rotate</b> tab you can enter a rotation as euler angles
      (rotation on the X axis, Y axis, or Z axis in degrees)
      or as a quaternion (a user-defined axis of rotatoin and an angle
      in degrees) of the translation.
      Press the <b>Rotate</b> button to perform the rotation (you must
      press the button in the same frame as the rotation numbers that
      you entered).
      </p>

      <h2> Scale </h2>

      <p>
      In the <b>Scale</b> tab you can enter the X, Y, and Z components
      of the scale. Press the <b>Scale</b> button to perform
      the scale.
      </p>

      <h2> Matrix </h2>

      <p>
      In the <b>Matrix</b> tab you can enter any transformation matrix
      you want. For reference, the translation component is in the
      bottom row (as opposed to the rightmost column). Press the
      <b>Apply Matrix</b> button to apply the matrix to the model.
      </p>

      <p>
      Press <b>Close</b> to close the window.
      </p>