Functions | |
void | Insert_Cutting_Section (int count, float *planes) |
HC_KEY | KInsert_Cutting_Section (int count, float *planes) |
void | QInsert_Cutting_Section (const char *segment, int count, float *planes) |
HC_KEY | QKInsert_Cutting_Section (const char *segment, int count, float *planes) |
void Insert_Cutting_Section | ( | int | count, | |
float * | planes | |||
) |
Creates a special piece of geometry which "cuts away" a portion of the scene.
count | - The number of planes in the planes array. | |
planes | - An array of (a,b,c,d) quadruplets which define the separate planes within the cutting section. |
HC_KEY KInsert_Cutting_Section | ( | int | count, | |
float * | planes | |||
) |
Similar to Insert_Cutting_Section(), but returns an HC_KEY to the object.
count | - The number of planes in the planes array. | |
planes | - An array of (a,b,c,d) quadruplets which define the separate planes within the cutting section. |
void QInsert_Cutting_Section | ( | const char * | segment, | |
int | count, | |||
float * | planes | |||
) |
Similar to Insert_Cutting_Section(), but operates on a given segment rather than the currently open one.
segment | - Name of the segment into which the cutting section should be inserted. | |
count | - The number of planes in the planes array. | |
planes | - An array of (a,b,c,d) quadruplets which define the separate planes within the cutting section. |
HC_KEY QKInsert_Cutting_Section | ( | const char * | segment, | |
int | count, | |||
float * | planes | |||
) |
Similar to Insert_Cutting_Section(), but operates on a given segment and returns an HC_KEY to the object.
segment | - Name of the segment into which the cutting section should be inserted. | |
count | - The number of planes in the planes array. | |
planes | - An array of (a,b,c,d) quadruplets which define the separate planes within the cutting section. |