Functions | |
void | Set_Current_Geometry_Interesting (HT_Rendition *nr) |
void | Set_Geometry_Interesting (HT_Rendition *nr, HT_(Geometry)*geo) |
void | Set_Segment_Interesting (HT_Rendition *nr, HT_Segment_Info *si) |
void | UnSet_Current_Geometry_Interesting (HT_Rendition *nr) |
void | UnSet_Geometry_Interesting (HT_Rendition *nr, HT_(Geometry)*geo) |
void | UnSet_Segment_Interesting (HT_Rendition *nr, HT_Segment_Info *si) |
|
Sets the interesting bit on the item currently being drawn.
DETAILSThe interesting bit is a place holder that can be used for application-specific purposes. The bit is referred to as the "interesting" bit because it can be set during rendering and then interrogated later.For example, during rendering, items that are off-screen are flagged un-interesting, since they are outside the camera's view. Only the items on the screen are marked as interesting. During selection processing, these off-screen items are immediately rejected for consideration. A callback on the rendering or selection traversal can override the default flagging on any kind of geometry.
|
|
Sets the interesting bit on a specified piece of geometry.
DETAILSThe interesting bit is a place holder that can be used for application-specific purposes. The bit is referred to as the "interesting" bit because it can be set during rendering and then interrogated later.For example, during rendering, items that are off-screen are flagged un-interesting, since they are outside the camera's view. Only the items on the screen are marked as interesting. During selection processing, these off-screen items are immediately rejected for consideration. A callback on the rendering or selection traversal can override the default flagging on any kind of geometry.
|
|
Sets the interesting bit on a specified segment.
DETAILSThe interesting bit is a place holder that can be used for application-specific purposes. The bit is referred to as the "interesting" bit because it can be set during rendering and then interrogated later.For example, during rendering, items that are off-screen are flagged un-interesting, since they are outside the camera's view. Only the items on the screen are marked as interesting. During selection processing, these off-screen items are immediately rejected for consideration. A callback on the rendering or selection traversal can override the default flagging on any kind of geometry.
|
|
Un-sets the interesting bit from the item currently being drawn.
DETAILSNo additional details. See Set_Current_Geometry_Interesting()
|
|
Un-sets the interesting bit from a specified piece of geometry.
DETAILSNo additional details. See Set_Geometry_Interesting()
|
|
Un-sets the interesting bit on a specified segment.
DETAILSNo additional details. See Check_Current_Geometry_Interesting()
|