GPTS3 (pflags, pdata, tflags, twidth, tdata, vxflags, vxwidth, vxdata) |
Purpose
Use GPTS3 to insert a Triangle Strip 3 structure element into the open structure following the element pointer or to replace the element pointed at by the element pointer with a Triangle Strip 3 structure element depending on the current edit mode.
When encountered during structure traversal, this element generates n - 2 triangles from n vertices. Each triangle is generated by vertices k, k + 1, k + 2 Your application can specify optional data to further control the rendering of this primitive. The optional data consists of:
You can specify a geometric normal for each triangle and/or a normal for each vertex. The normals are used in the lighting process to produce more realistic effects.
You can specify color for each vertex. If the current color source attribute indicates using the color defined in the primitive, and the primitive is not to be highlighted, then the graPHIGS API uses the specified color. The colors are used in the lighting process to produce more realistic effects.
The edges of this primitive consist of the line segments forming the boundary of each triangle in the strip. You may specify boundary flags to identify the boundaries that are to be rendered as edges. (More boundary flags are specified than are actually used; the unused boundary flags are ignored.) Whether the edges between triangles are drawn once or twice is workstation dependent.
You can specify a transparency coefficient per vertex. The graPHIGS API uses these values when producing transparency effects for the rendered primitive.
You can supply vertex morphing vectors per vertex. The graPHIGS API combines these vectors with the vertices and vertex morphing scale factors (GPVMF) to create new vertex coordinate values for the rendered primitive.
You can specify data mapping data per vertex. The graPHIGS API uses these values to determine the colors of the rendered primitive.
You can specify data morphing vectors per vertex. The graPHIGS API combines these vectors with the data morphing scale factors (GPDMF) and (GPBDMF) and the vertex data mapping values to create new data mapping data values for the rendered primitive.
See The graPHIGS Programming Interface: Understanding Concepts for a more complete explanation of how the graPHIGS API uses the various optional data values.
Note:
This note applies ONLY to applications which will be run on the High Performance 3D Color Graphics Processor (8 or 24 bit). Use of any optional data other than the vertex normals, triangle normals, vertex colors, and boundary flags may cause unpredictable results (including locking the display) on this graphics processor. If only the High Performance 3D Color Graphics Processor is used, you should include only the supported optional data values. If your application must support multiple graphics processors INCLUDING this particular processor, the Inquire Workstation Description (GPQWDT) subroutine must be used to determine the functions that each workstation supports. See also the workstation description in The graPHIGS Programming Interface: Technical Reference for the High Performance 3D Color Graphics Processor.
When rendering this primitive, if the current edge flag attribute is set to 2=ON and the current line type is not set to 1=SOLID_LINE , then the results are unpredictable due to the potential double drawing of some edges on some workstations.
The graPHIGS API ignores triangle strips with less than three vertices.
Polygon attributes are applied to this primitive.
GPTS3 is identified as GDP 1029.
Note:
Not all GDPs are supported on all workstations. Use the Inquire List of Generalized Drawing Primitives (GPQGD) subroutine to determine the GDPs supported by an opened workstation. See also the workstation description in The graPHIGS Programming Interface: Technical Reference
Parameters
Number of vertices in the triangle strip. This field is required.
The number of vertex morphing vectors specified at each vertex. The number of fullwords of vertex morphing vector data added to the other fullwords of vertex data specified per vertex cannot exceed 255 fullwords. This field is optional.
The number of data mapping values specified at each vertex. The number of data mapping values added to the other fullwords of vertex data specified per vertex cannot exceed 255 fullwords. This field is optional.
The number of data morphing vectors specified at each vertex. The number of fullwords of data morphing vector data added to the other fullwords of vertex data specified per vertex cannot exceed 255 fullwords. This field is optional.
Geometric normal to be used in processing the triangle. This field is optional.
x, y, and z coordinates of a vertex. This field is required.
The three components of a vector that is to be used as the normal of the polygon at the corresponding vertex. This field is optional.
The three components of a color in the current color model as contained in the graPHIGS API state list. This field is optional.
Specifies whether the corresponding boundary is to be treated as an edge of the polygon (1=NOT_AN_EDGE, 2=IS_AN_EDGE ) The edge attributes are only applied to boundary segments that have a boundary flag set to a value of 2=IS_AN_EDGE
Each vertex v(i) has two boundary flags which specify whether the boundary from the specified vertex to an adjacent vertex is to be drawn as an edge. The first boundary flag applies to the boundary from vertex v(i) to vertex v(i+1) and the second boundary flag applies to the boundary from vertex v(i) to vertex v(i+2), where 1<=i<=number_of_vertices As there are more boundary flags than edges, unused boundary flags are ignored. This field is optional.
The transparency coefficient value used when performing transparency processing. A value of 0.0 is fully opaque; a value of 1.0 is fully transparent. This field is optional.
The vertex morphing vectors dx1 , dy1 , dz1 , dx2 , dy2 , dz2 , ..., dxn , dyn , dzn . The number, n, of vectors in this array is specified in the pdata parameter as the vertex morphing vector count. The array must be the same length for every vertex. This field is optional.
The data mapping data values x1 , x2 , x3 , ..., xn The number, n, of values in this array is specified in the pdata parameter as the data mapping data count. The array must be the same length for every vertex. This field is optional.
The data morphing vectors d11 >, d12 >, d13 >, ..., d1n >, d21 >, d22 >, d23 >, ..., d2n >, ..., dm1 , dm2 , dm3 , ..., dmn The number, n, is specified in the pdata parameter as the data mapping data count, and the number, m is specified in the pdata parameter as the data morphing vector count. The array must be the same length for every vertex. This field is optional.
Error Codes
Related Subroutines
RCP code
201343745 (X'0C004301')