Function:ns2vplanetx
From S2PLOT
(Difference between revisions)
Revision as of 22:38, 6 January 2009 S2plot admin (Talk | contribs) ← Previous diff |
Revision as of 22:38, 6 January 2009 S2plot admin (Talk | contribs) Next diff → |
||
Line 5: | Line 5: | ||
<code><pre> | <code><pre> | ||
- | void ns2vplanetx(XYZ iP, float ir, COLOUR icol, unsigned int itextureid, float texture_phase, XYZ axis, float rotation); | + | void ns2vplanetx(XYZ iP, float ir, COLOUR icol, unsigned int itextureid, |
+ | float texture_phase, XYZ axis, float rotation); | ||
</pre></code> | </pre></code> | ||
Revision as of 22:38, 6 January 2009
ns2vplanetx
Draw a planet.
Prototype
void ns2vplanetx(XYZ iP, float ir, COLOUR icol, unsigned int itextureid,
float texture_phase, XYZ axis, float rotation);
Description
Draw a planet, which is a textured sphere whose texture can be "slid" around the planet, and the planet then rotated about an arbitrary axis.
See Also
Code Example
Back to S2PLOT function list.
Back to template page.