- Basic Operation
- Move the cursor near to the target vertex you want to pick, and push the left button of mouse.
- Drag, then the picked vertex moves.
- When you release the left button, folding is fixed.
- Options
"T" Key | Tuck in mode On/Off( during Folding Operation ) |
"N" key | Push down the vertex ( during Folding Operation ) |
"M" Key | Pick up the vertex ( during Folding Operation ) |
"I" Key | Initialize paper |
"Z" Key | Undo the previous fold |
- Changing View (ten keys and arrow keys )
2,4,6,8 | Up and down, right and left |
5 | Reset view |
, | Zoom |
, | Rotation |
- Other commands ( Pull down menu by the right button )
Quit | Quits Origami Simulation |
Load Folding | Loads the state of paper from "default.ori". |
Save Folding | Saves the current state of paper to "default.ori". It is overwritten without any warnings. |
Animation On/Off | Animates the fold sequence from the initial state to the current state. |
Rotation On/Off | Rotates view left to right. |
Coordinates Axis On/Off | Draw the coordinate axes. |
- origami.txt ( generated when Origami Simulation is executed for the first time. )
It defines shape and color/texture of paper.
Default values of "origami.txt"
VertexSize 4
10.0 10.0
-10.0 10.0
-10.0 -10.0
10.0 -10.0
FrontColor 255 0 0
RearColor 0 255 255
BorderColor 255 255 255
/FrontTexture chiyo1.bmp
/RearTexture chiyo3.bmp
|
- VertexSize means the number of vertices and a group of two dimensional coordinates follows.
- FrontColor/RearColor/BorderColor means RGB Color values of the front face/rear face/border.
- FrontTexture/RearTexture means texture images (BMP format) of the front/rear face. When slashes on them are removed, textures are rendered. (FrontColor and RearColor are ignored.)
|