Name | Description |
---|---|
Reset | Reset all parameters. |
Load Setting | Load configuration file. |
Save Setting | Save configuration file. |
Load ViewParams | Load viewing parameters file. |
Save ViewParams | Save viewing parameters file. |
Reset ViewParams | Reset viewing parameters file. |
Load all | Load configuration, viewing parameters, and objects file. |
Save Image 2D | Save OpenGL-2D view. |
Save Image 3D | Save OpenGL-3D view. |
Write Protocoll | Write protocoll of the current setting. |
Quit | Quit program. |
Name | Description |
---|---|
Load object file | Load object file. |
Append object file | Append object file. |
Save object file | Save object file. |
Show objects | Show all objects |
To close the dialog, press Close.
To remove a single object, erase it from the text field.
To remove all objects, press Remove all.
Currently, the following objects are implemented:
Name | Description | Syntax parameters |
---|---|---|
sphere2d | Circle in "Draw 2D". | centerX centerY radius numPoints line_width col_red col_green col_blue |
sphere3d | Sphere in "OpenGL 3D". | centerX centerY centerZ radius slices stacks col_red col_green col_blue |
box2d | Rectangle in "Draw 2D". | centerX centerY sizeX sizeY line_width col_red col_green col_blue |
box3d | Cube in "OpenGL 3D". | centerX centerY centerZ sizeX sizeY sizeZ line_width col_red col_green col_blue |
line2d | Line in "Draw 2D". | v1_x v1_y v2_x v2_y line_width col_red col_green col_blue |
line3d | Line in "OpenGL 3D". | v1_x v1_y v1_z v2_x v2_y v2_z line_width col_red col_green col_blue |
quad2d | Quadrangle in "Draw 2D". | v1_x v1_y v2_x v2_y v3_x v3_y v4_x v4_y line_width col_red col_green col_blue |
plane3d | Plane in "OpenGL 3D". | v1_x v1_y v1_z v2_x v2_y v2_z v3_x v3_y v3_z col_red col_green col_blue col_alpha |
disk2d | Disk in "Draw 2D". | centerX centerY radius slices col_red col_green col_blue |
disk3d | Disk in "OpenGL 3D". | centerX centerY centerZ dirX dirY dirZ iRadius oRadius slices loops col_red col_green col_blue col_alpha |
cylinder3d | Cylinder in "OpenGL 3D". | baseX baseY baseZ topX topY topZ bRadius tRadius slices stacks col_red col_green col_blue |
torus3d | Torus in "OpenGL 3D". | centerX centerY centerZ normalTheta normalPhi outerRadius innerRadius maxPhi slices stacks col_red col_green col_blue |
tube3d | Tube in "OpenGL 3D". | baseX baseY baseZ e1x e1y e1z e2x e2y e2z e3x e3y e3z slices stacks col_red col_green col_blue |
text2d | Text in "Draw 2D". | posX posY text size col_red col_grenn col_blue |
text3d | Text in "OpenGL 3D". | posX posY posZ text size col_red col_grenn col_blue |
The report of a metric depends on what the Motion4D library can tell about the metric.
Name | Description |
---|---|
Save report | Save report. |
Show report | Show report. |
Name | Description |
---|---|
Manual | This manual. |
About | About message. |