ppolymarker3(3g) — Subroutines
Name
ppolymarker3 − Draws the 3D form of a polymarker primitive.
Operating States: PHOP, ∗, STOP, ∗
PHIGS standard function
Creates a structure element
Syntax
void ppolymarker3 (
const Ppoint_list3 ∗points /∗ (I) List of points ∗/
)
Data Structures
typedef struct {
Pint num_points; /∗ number of Ppoint3s in the list ∗/
Ppoint3 ∗points; /∗ list of points ∗/
} Ppoint_list3;
typedef struct {
Pfloat x; /∗ x coordinate ∗/
Pfloat y; /∗ y coordinate ∗/
Pfloat z; /∗ z coordinate ∗/
} Ppoint3;
Description
ppolymarker3 draws the three-dimensional form of a polymarker primitive by connecting the modeling coordinate points in the point list.
Depending on the current edit mode, this function either inserts the new structure element directly after the element indicated by the pointer or replaces the element indicated by the pointer. The pointer then points to the new polymarker 3 element.
A call to the ppolymarker3 function has the following effects during structure traversal:
•Digital PHIGS generates a sequence of markers to identify all the points specified in the point list.
•Digital PHIGS binds the current values of the polymarker attributes, as defined in the PHIGS traversal state list, to the polymarker primitive.
If Digital PHIGS is in immediate mode, it performs this function immediately, but the function does not create a structure element.
See Also
padd_names_set
pinq_marker_facs
ppolymarker
premove_names_set
pset_depth_cue_ind
pset_hlhsr_id
pset_indiv_asf
pset_marker_size
pset_marker_type
pset_pick_id
pset_marker_colr
pset_marker_colr_ind
pset_marker_ind
pset_view_ind