Function:ds2vbbp

From S2PLOT

(Difference between revisions)
Jump to: navigation, search
Revision as of 22:17, 6 January 2009
S2plot admin (Talk | contribs)

← Previous diff
Revision as of 22:52, 6 January 2009
S2plot admin (Talk | contribs)

Next diff →
Line 1: Line 1:
==ds2vbbp== ==ds2vbbp==
 +Draw a "billboard" with aspect ratio.
==Prototype== ==Prototype==
<code><pre> <code><pre>
 +void ds2vbbp(XYZ iP, XYZ offset, float aspect,
 + float isize, COLOUR iC, unsigned int itexid, float alpha, char trans);
</pre></code> </pre></code>
==Description== ==Description==
 +Draw a "billboard" with aspect ratio: width:height instead of stretch, and offset in screen coords (x,y) [offset.z ignored].
==See Also== ==See Also==

Revision as of 22:52, 6 January 2009

ds2vbbp

Draw a "billboard" with aspect ratio.

Prototype

void ds2vbbp(XYZ iP, XYZ offset, float aspect,
	     float isize, COLOUR iC, unsigned int itexid, float alpha, char trans);

Description

Draw a "billboard" with aspect ratio: width:height instead of stretch, and offset in screen coords (x,y) [offset.z ignored].

See Also

Code Example

Back to S2PLOT function list.




Back to template page.

Personal tools