|
atomes 1.2.1
atomes: an atomic scale modeling tool box
|
#include <preferences.h>
Data Fields | |
| int | rep |
| int | proj |
| GLdouble | c_angle [2] |
| GLdouble | c_shift [2] |
| GLdouble | gnear |
| GLdouble | zoom |
Definition at line 80 of file preferences.h.
| GLdouble c_angle[2] |
Camera angle: pitch and heading
Definition at line 84 of file preferences.h.
| GLdouble c_shift[2] |
Camera position: x and y
Definition at line 85 of file preferences.h.
| GLdouble gnear |
Camera depth position
Definition at line 86 of file preferences.h.
| int proj |
Definition at line 83 of file preferences.h.
| int rep |
Definition at line 82 of file preferences.h.
| GLdouble zoom |
Zoom factor
Definition at line 87 of file preferences.h.