summaryrefslogtreecommitdiffstats
path: root/src/view/exp004init.c (plain)
blob: 78311e6b3e0c2da4e3f3a16d16abfd24a1e01672
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#include "exp004init.h"
#include "exp004state0.h"
#include "../model/density_legend_geometry.h"
#include "../model/map_geometry.h"
#include "../model/protein_geometry.h"
#include "../model/selection_info_init.h"
#include "../model/zoom_info_init.h"
#include <GL/glut.h>

#define S exp004state0

void
exp004init (void)
{
  selection_info_init (&S.selection);
  zoom_info_init (&S.zoom);
  S.legend = true;

  S.list_offset = glGenLists (NUM_LISTS);
  protein_geometry ();
  density_legend_geometry ();
  map_geometry ();

  return;
}

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.