Environment
This tutorial was conducted in a command line environment
consisting of Unix and Linux machines. Command line means that what
you want the computer to do is input as text (commands), as opposed to
a graphical user interface where you can click on an icon and a program
will be executed.
3D Basics
- We need a way to specify location in a virtual 3 dimension world
- Use a set of co-ordinate axis
- Y-axis (blue arrow) specifies up and down
- X-axis (green arrow) specifies left and right
- Z-axis (red arrow) specifies in front and behind
- The computer screen we use is 2 dimensional, how do we move in
3 dimensions?
- 3 button mouse:
- With this interface, we can move around pretending we are in
3 dimensions on a 2 dimensional screen. This is just one of many
methods of moving around in 3D.
on to modelling
back to index
|