.\" @(#)PEXSetInteriorBundleIndex.3 1.4 95/03/24 SMI; .so man3/pex.macs .TH PEXSetInteriorBundleIndex 3 "May 1995" "Solaris PEXlib Reference Manual" "" .SH NAME PEXSetInteriorBundleIndex - Set Interior Bundle Index .SH SYNTAX .HP void PEXSetInteriorBundleIndex\^(\^Display *\fIdisplay\fP\^, XID \fIresource_id\fP\^, PEXOCRequestType \fIreq_type\fP\^, unsigned int \fIindex\fP\^) .SH PARAMETERS .IP \fIdisplay\fP 1i A pointer to a display structure returned by a successful .B XOpenDisplay call. .IP \fIresource_id\fP 1i The resource identifier of the renderer or structure. .IP \fIreq_type\fP 1i The request type for the output command ( .B PEXOCRender, .B PEXOCStore, .B PEXOCRenderSingle or .B PEXOCStoreSingle ). .IP \fIindex\fP 1i The interior bundle table index. .SH RETURNS .LP None .SH DESCRIPTION .\" indexing .IX PEXSetInteriorBundleIndex .LP This function creates an output primitive attribute which sets the interior bundle index attribute. If the specified .I index is not defined, the default index one is used. If index one is not defined, the following bundle values are used: interior style is .B PEXInteriorStyleHollow; interior style index is one; surface color is indexed color one; reflection attributes are ambient, diffuse and specular coefficient of 1.0, specular concentration and transmission coefficient of 0.0 and specular color of indexed color one; reflection model is .B PEXReflectionNone; surface interpolation is .B PEXSurfaceInterpNone; and surface approximation is method 1 ( .B PEXApproxImpDep ) with u and v tolerances of 1.0. The back-facing attributes are set to identical values as the front-facing attributes. .LP An interior bundle table index of 0 will produce a .SB BadPEXOutputCommand error. .SH ERRORS .TP .SB BadPEXOutputCommand The output command contains an invalid value. .TP .SB BadPEXRenderer The specified renderer resource identifier is invalid. .TP .SB BadPEXStructure The specified structure resource identifier is invalid. .SH SEE ALSO .LP .nf .BR PEXSetIndividualASF (3) .BR PEXCreateLookupTable (3) .fi