Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ psetbackintshadmethod(3P+) — PHIGS 1.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

SET BACK INTERIOR SHADING METHOD(3P+)  —  MISC. REFERENCE MANUAL PAGES

NAME

SET BACK INTERIOR SHADING METHOD − create a structure element to set the back interior shading method

SYNOPSIS

C Syntax

void
psetbackintshadmethod ( method )
Pintmethod;back interior shading method

FORTRAN Syntax

SUBROUTINE psbism ( METHOD )
INTEGERMETHODback interior shading method

Required PHIGS Operating States

(PHOP, ∗, STOP, ∗)

DESCRIPTION

Purpose

SET BACK INTERIOR SHADING METHOD creates a structure element to set the back interior shading method. 

When the current back interior shading method ASF is set to INDIVIDUAL, the current value of this attribute applies to the following output primitives:

• FILL AREA

• FILL AREA 3

• FILL AREA SET

• FILL AREA SET 3

• FILL AREA 3 WITH DATA

• FILL AREA SET 3 WITH DATA

• NON-UNIFORM B-SPLINE SURFACE

• POLYHEDRON 3 WITH DATA

• QUADRILATERAL MESH 3 WITH DATA

• TRIANGLE STRIP 3 WITH DATA

This is a SunPHIGS Extension function based on PHIGS+ and is not part of the PHIGS standard. 

C Input Parameters

All of the following data types are predefined in phigs.h. 

method
The back interior shading method.  The predefined values are:

1PSD_NONENo Shading
2PSD_COLOURColour Interpolation Shading
3PSD_DOT_PRODUCTDot Product Interpolation Shading
4PSD_NORMALNormal Interpolation Shading

FORTRAN Input Parameters

All of the following data types are predefined in phigs77.h. 

METHOD
The value of the shading method.   The predefined values are:

1PSDNONNo Shading
2PSDCOLColour Interpolation Shading
3PSDDOTDot Product Interpolation Shading
4PSDNORNormal Interpolation Shading

Execution

Depending on the edit mode, a SET BACK INTERIOR SHADING METHOD element with the value shading method is inserted into the open structure after the element pointer or replaces the element pointed at by the element pointer. The element pointer is then updated to point to this SET BACK INTERIOR SHADING METHOD element. 

When the structure is traversed, the current interior shading method entry in the traversal state list is set to the specified value. This value is used with subsequent SunPHIGS Extension output primitives when the current interior shading method ASF entry in the traversal state list is INDIVIDUAL.  During traversal, if the specified shading method is not available on a workstation, method one (None) will be used on that workstation. 

The interior shading method supported by a workstation type can be determined with the function INQUIRE EXTENDED INTERIOR FACILITIES. 

Back face attributes (such as back area properties, back interior colour, back interior reflectance equation, back interior shading method, back interior style, and back interior style index) are used only when the face distiguishing mode has the value Yes and are applied to only the back facing portion of area defining primitives. See SET FACE DISTIGUISHING MODE (3P+) for details on front and back face determination. 

When the current back interior shading method ASF is set to INDIVIDUAL, area-defining output primitives, which follow in the structure network and are subject to back face attributes, are filled using the current back interior shading method. 

When the current back interior shading method ASF is set to BUNDLED, the back interior shading method is taken from the workstation extended representation indicated by the current interior index.  In this case, the back interior shading method set with SET BACK INTERIOR SHADING METHOD has no effect. 

ERRORS

005Ignoring function, function requires state (PHOP, ∗, STOP, ∗)

SEE ALSO

SET FACE DISTINGUISHING MODE (3P+)
SET INDIVIDUAL ASF (3P)
SET EXTENDED INTERIOR REPRESENTATION (3P+)
SET INTERIOR SHADING METHOD (3P+)

Sun Release 4.0  —  Last change: 28 July 1989

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026