|
|
char | signature [4] |
| | This should be "HAIR".
|
| |
|
unsigned int | hair_count |
| | number of hair strands
|
| |
|
unsigned int | point_count |
| | total number of points of all strands
|
| |
|
unsigned int | arrays |
| | bit array of data in the file
|
| |
|
unsigned int | d_segments |
| | default number of segments of each strand
|
| |
|
float | d_thickness |
| | default thickness of hair strands
|
| |
|
float | d_transparency |
| | default transparency of hair strands
|
| |
|
float | d_color [3] |
| | default color of hair strands
|
| |
|
char | info [88] |
| | information about the file
|
| |