src/GLRenderer.cc

changeset 683
b7460d693f63
parent 682
c382df477b0c
parent 633
34d18b9c2cab
child 684
8a56b1d4d44d
equal deleted inserted replaced
682:c382df477b0c 683:b7460d693f63
38 #include "AddObjectDialog.h" 38 #include "AddObjectDialog.h"
39 #include "MessageLog.h" 39 #include "MessageLog.h"
40 #include "GLCompiler.h" 40 #include "GLCompiler.h"
41 #include "Primitives.h" 41 #include "Primitives.h"
42 #include "misc/RingFinder.h" 42 #include "misc/RingFinder.h"
43 #include "moc_GLRenderer.cxx"
44 43
45 static const LDFixedCameraInfo g_FixedCameras[6] = 44 static const LDFixedCameraInfo g_FixedCameras[6] =
46 { 45 {
47 {{ 1, 0, 0 }, X, Z, false, false }, 46 {{ 1, 0, 0 }, X, Z, false, false },
48 {{ 0, 0, 0 }, X, Y, false, true }, 47 {{ 0, 0, 0 }, X, Y, false, true },

mercurial