Functions | |
void | Set_Priority (HC_KEY key, long priority) |
void | QSet_Priority (const char *segment, long priority) |
void Set_Priority | ( | HC_KEY | key, | |
long | priority | |||
) |
Overrides the default drawing priority automatically assigned by HOOPS.
key | - key to items whose priority is being specified | |
priority | - Drawing priority of the item specified |
When the 'priority' hsra is set, all tristrips within a single piece of geometry are given the same priority. This results in tristrips being drawn in a random order which can give undesired results. You can reduce these undesired results by turning on backplane culling.
void QSet_Priority | ( | const char * | segment, | |
long | priority | |||
) |