File: xpovmask.xbm

package info (click to toggle)
povray 1%3A3.7.0.10-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 147,232 kB
  • sloc: cpp: 845,011; ansic: 122,118; sh: 34,204; pascal: 6,420; asm: 3,355; ada: 1,681; makefile: 1,389; cs: 879; awk: 590; perl: 245; xml: 95
file content (23 lines) | stat: -rw-r--r-- 1,566 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#define xpovmask_width 48
#define xpovmask_height 48
static char xpovmask_bits[] = {
 0x00,0x00,0xf8,0x1f,0x00,0x00,0x00,0x00,0xff,0xff,0x00,0x00,0x00,0xe0,0xff,
 0xff,0x07,0x00,0x00,0xf0,0xff,0xff,0x0f,0x00,0x00,0xfc,0xff,0xff,0x3f,0x00,
 0x00,0xfe,0xff,0xff,0x7f,0x00,0x00,0xff,0xff,0xff,0xff,0x00,0x80,0xff,0xff,
 0xff,0xff,0x01,0xc0,0xff,0xff,0xff,0xff,0x03,0xe0,0xff,0xff,0xff,0xff,0x07,
 0xf0,0xff,0xff,0xff,0xff,0x0f,0xf0,0xff,0xff,0xff,0xff,0x0f,0xf8,0xff,0xff,
 0xff,0xff,0x1f,0xfc,0xff,0xff,0xff,0xff,0x3f,0xfc,0xff,0xff,0xff,0xff,0x3f,
 0xfc,0xff,0xff,0xff,0xff,0x3f,0xfe,0xff,0xff,0xff,0xff,0x7f,0xfe,0xff,0xff,
 0xff,0xff,0x7f,0xfe,0xff,0xff,0xff,0xff,0x7f,0xff,0xff,0xff,0xff,0xff,0xff,
 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xff,0xff,0xff,0xff,0x7f,
 0xfe,0xff,0xff,0xff,0xff,0x7f,0xfe,0xff,0xff,0xff,0xff,0x7f,0xfc,0xff,0xff,
 0xff,0xff,0x3f,0xfc,0xff,0xff,0xff,0xff,0x3f,0xfc,0xff,0xff,0xff,0xff,0x3f,
 0xf8,0xff,0xff,0xff,0xff,0x1f,0xf0,0xff,0xff,0xff,0xff,0x0f,0xf0,0xff,0xff,
 0xff,0xff,0x0f,0xe0,0xff,0xff,0xff,0xff,0x07,0xc0,0xff,0xff,0xff,0xff,0x03,
 0x80,0xff,0xff,0xff,0xff,0x01,0x00,0xff,0xff,0xff,0xff,0x00,0x00,0xfe,0xff,
 0xff,0x7f,0x00,0x00,0xfc,0xff,0xff,0x3f,0x00,0x00,0xf0,0xff,0xff,0x0f,0x00,
 0x00,0xe0,0xff,0xff,0x07,0x00,0x00,0x00,0xff,0xff,0x00,0x00,0x00,0x00,0xf8,
 0x1f,0x00,0x00};