Function:ns2texpoly3d
From S2PLOT
(Difference between revisions)
Revision as of 22:19, 6 January 2009 S2plot admin (Talk | contribs) ← Previous diff |
Revision as of 23:12, 6 January 2009 S2plot admin (Talk | contribs) Next diff → |
||
Line 1: | Line 1: | ||
==ns2texpoly3d== | ==ns2texpoly3d== | ||
+ | A textured polygon. | ||
==Prototype== | ==Prototype== | ||
<code><pre> | <code><pre> | ||
+ | void ns2texpoly3d(XYZ *iP, XYZ *iTC, float in, unsigned int texid, char itrans, float ialpha); | ||
</pre></code> | </pre></code> | ||
==Description== | ==Description== | ||
+ | A textured polygon. | ||
==See Also== | ==See Also== |
Revision as of 23:12, 6 January 2009
ns2texpoly3d
A textured polygon.
Prototype
void ns2texpoly3d(XYZ *iP, XYZ *iTC, float in, unsigned int texid, char itrans, float ialpha);
Description
A textured polygon.
See Also
Code Example
Back to S2PLOT function list.
Back to template page.