LuxCore  2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
luxrays::cyHairFileHeader Struct Reference

Hair file header. More...

#include <cyHairFile.h>

Collaboration diagram for luxrays::cyHairFileHeader:

Public Attributes

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

Detailed Description

Hair file header.

Definition at line 57 of file cyHairFile.h.

Member Data Documentation

unsigned int luxrays::cyHairFileHeader::arrays

bit array of data in the file

Definition at line 62 of file cyHairFile.h.

float luxrays::cyHairFileHeader::d_color[3]

default color of hair strands

Definition at line 67 of file cyHairFile.h.

unsigned int luxrays::cyHairFileHeader::d_segments

default number of segments of each strand

Definition at line 64 of file cyHairFile.h.

float luxrays::cyHairFileHeader::d_thickness

default thickness of hair strands

Definition at line 65 of file cyHairFile.h.

float luxrays::cyHairFileHeader::d_transparency

default transparency of hair strands

Definition at line 66 of file cyHairFile.h.

unsigned int luxrays::cyHairFileHeader::hair_count

number of hair strands

Definition at line 60 of file cyHairFile.h.

char luxrays::cyHairFileHeader::info[CY_HAIR_FILE_INFO_SIZE]

information about the file

Definition at line 69 of file cyHairFile.h.

unsigned int luxrays::cyHairFileHeader::point_count

total number of points of all strands

Definition at line 61 of file cyHairFile.h.

char luxrays::cyHairFileHeader::signature[4]

This should be "HAIR".

Definition at line 59 of file cyHairFile.h.


The documentation for this struct was generated from the following file: