Function:ns2texpoly3d
From S2PLOT
(Difference between revisions)
Revision as of 22:57, 7 January 2009 S2plot admin (Talk | contribs) ← Previous diff |
Revision as of 23:01, 7 January 2009 S2plot admin (Talk | contribs) Next diff → |
||
Line 12: | Line 12: | ||
==See Also== | ==See Also== | ||
+ | <table> | ||
+ | <tr><td>[[Function:ns2spheret |ns2spheret]]</td><td> Draw a textured sphere, with given centre, radius, colour and texture filename.</td></tr> | ||
+ | <tr><td>[[Function:ns2vspheret |ns2vspheret]]</td><td> Draw a textured sphere, with given centre, radius, colour and texture filename - vector input.</td></tr> | ||
+ | <table> | ||
==Code Example== | ==Code Example== |
Revision as of 23:01, 7 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
ns2spheret | Draw a textured sphere, with given centre, radius, colour and texture filename. |
ns2vspheret | Draw a textured sphere, with given centre, radius, colour and texture filename - vector input. |