Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ inttyp(3D) — Kubota Pacific 4.2 System Software

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

DoRepType(3D)

DoInterpType(3D)  —  Kubota Pacfic Computer Inc. (\*(Dd)

NAME

DoInterpType − Create an interpolation type primitive attribute object

SYNOPSIS

C:

DtObject DoInterpType(type)
DtInterpType type;

FORTRAN:

INTEGER∗4 DOIT(TYPE)
INTEGER∗4 TYPE

DESCRIPTION

DoInterpType creates an interpolation type primitive attribute object.  The parameter type specifies the information interpolated by the object when it shades itself. 

The parameter type argument can have the following values:

DcConstantShade <DCCNSH>
Average the information from each vertex and generate a single shade for each facet of the object.

DcVertexShade <DCVXSH>
Shade each vertex of the object and then render each facet by linearly interpolating the vertex shades across the facet.

DcSurfaceShade <DCSFSH>
Interpolate all information from each vertex linearly across each facet of the object and then shade each point on the object.

DEFAULTS

The default value for DoInterpType is DcConstantShade <DCCNSH>. 

SEE ALSO

DoRepType(3D)
 

September 02, 1992

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