comparison Renderer/test_render/SGList.h @ 283:15bfacccde99 draft

fix test_render
author e065746@localhost.localdomain
date Fri, 05 Jun 2009 16:49:12 +0900
parents
children
comparison
equal deleted inserted replaced
282:ef6b225f6f40 283:15bfacccde99
1 #ifndef INCLUDED_SGLIST
2 #define INCLUDED_SGLIST
3
4 /* ../xml_file/Ball.xml */
5 #define Ball 0
6
7 /* ../xml_file/LongCube.xml */
8 #define LongCube 1
9
10 /* ../xml_file/Venus.xml */
11 #define Venus000 2
12 #define Venus001 3
13 #define Venus002 4
14 #define Venus008 5
15 #define Venus003 6
16 #define Venus007 7
17 #define Venus006 8
18 #define Venus004 9
19 #define Venus005 10
20 #define Venus009 11
21
22 /* ../xml_file/blast.xml */
23 #define BLAST8 12
24 #define BLAST7 13
25 #define BLAST6 14
26 #define BLAST5 15
27 #define BLAST4 16
28 #define BLAST3 17
29 #define BLAST2 18
30 #define BLAST1 19
31
32 /* ../xml_file/boss1.xml */
33 #define BOSS1 20
34 #define BOSS1_L 21
35 #define BOSS1_R 22
36
37 /* ../xml_file/cube.xml */
38 #define Cube 23
39
40 /* ../xml_file/cube_big.xml */
41 #define BigCube 24
42
43 /* ../xml_file/cube_split.xml */
44 #define Plane 25
45 #define SmallCube 26
46
47 /* ../xml_file/direction.xml */
48 #define Diry 27
49 #define Dirz 28
50 #define Dirx 29
51
52 /* ../xml_file/ieboss.xml */
53 #define IEBOSS 30
54
55 /* ../xml_file/iejiki.xml */
56 #define IEJIKI 31
57
58 /* ../xml_file/ietama.xml */
59 #define IETAMA 32
60
61 /* ../xml_file/mcube.xml */
62 #define MCUBE_BACK 33
63 #define MCUBE 34
64 #define BIGMCUBE 35
65 #define CUBE 36
66
67 /* ../xml_file/p_shot.xml */
68 #define P_SHOT1 37
69
70 /* ../xml_file/panel_1024.xml */
71 #define PANEL_1024 38
72
73 /* ../xml_file/panel_2048.xml */
74 #define PANEL_2048 39
75
76 /* ../xml_file/panel_512.xml */
77 #define PANEL_512 40
78
79 /* ../xml_file/player.xml */
80 #define PLAYER 41
81 #define PLAYER_L 42
82 #define PLAYER_LL 43
83 #define PLAYER_R 44
84 #define PLAYER_RR 45
85
86 /* ../xml_file/sphere.xml */
87 #define Sphere 46
88
89 /* ../xml_file/sphere_big.xml */
90 #define BigSphere 47
91
92 /* ../xml_file/universe.xml */
93 #define Earth 48
94 #define Moon 49
95
96 /* Number of Scene */
97 #define SGLIST_LENGTH 50
98
99 /* Scene Table */
100 extern const char *sglist_table[SGLIST_LENGTH];
101
102 #endif