Import Geant4 10.3.1 source tree
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
#ifndef COIN_PIXMAP_WIREFRAME_XPM
|
||||
#define COIN_PIXMAP_WIREFRAME_XPM
|
||||
|
||||
/* XPM */
|
||||
static const char* wireframe_xpm[]={
|
||||
"24 24 2 1",
|
||||
". c None",
|
||||
"# c #000000",
|
||||
"........................",
|
||||
"........................",
|
||||
"......################..",
|
||||
".....##.............##..",
|
||||
"....#.#............#.#..",
|
||||
"...#..#...........#..#..",
|
||||
"..################...#..",
|
||||
"..#...#..........#...#..",
|
||||
"..#...#..........#...#..",
|
||||
"..#...#..........#...#..",
|
||||
"..#...#..........#...#..",
|
||||
"..#...#..........#...#..",
|
||||
"..#...#..........#...#..",
|
||||
"..#...#..........#...#..",
|
||||
"..#...#..........#...#..",
|
||||
"..#...#..........#...#..",
|
||||
"..#...#..........#...#..",
|
||||
"..#...################..",
|
||||
"..#..#...........#..#...",
|
||||
"..#.#............#.#....",
|
||||
"..##.............##.....",
|
||||
"..################......",
|
||||
"........................",
|
||||
"........................"};
|
||||
|
||||
#endif /* !COIN_PIXMAP_WIREFRAME_XPM */
|
||||
Reference in New Issue
Block a user