ZealOS/src/Doc/Sprite.DD

8 lines
783 B
Text
Raw Normal View History

$WW,1$A $LK,"CSprite",A="MN:CSprite"$ is an ordered list of $LK,"these",A="MN:SPT_END"$ elements, created with $FG,2$<CTRL-r>$FG$. Normally, they are packed together in a list and the address of the first is passed to routines.
2020-02-15 20:01:48 +00:00
2020-02-16 04:57:03 +00:00
See $LK,"::/Demo/Graphics/SpritePlot.CC"$, $LK,"::/Demo/Graphics/SpritePlot3D.CC"$, $LK,"::/Demo/Graphics/SpritePut.CC"$, $LK,"::/Demo/Graphics/SpriteRaw.CC"$ and $LK,"SpriteMeshEd",A="MN:SpriteMeshEd"$().
2020-02-15 20:01:48 +00:00
Be aware that copying $FG,2$SP$FG$, $FG,2$IB$FG$, or $FG,2$IS$FG$ entries with the clip results in duplicate entries with different nums. You can manually remove dups by editing with $FG,2$<CTRL-t>$FG$ and setting to the original num.
2020-02-16 04:57:03 +00:00
See $LK,"::/Zenith/Gr/GrSpritePlot.CC",A="FL:::/Zenith/Gr/GrSpritePlot.CC,1"$ for how CSprite are stored.$FG$