Blitz (93/176)

From:David McMinn
Date:18 Oct 2000 at 11:03:24
Subject:Re: Bliting problem

Hi Daniel

> I'm wondering if there are any commands in NewCommandSet as a Blit, BBlit
> and QBlit. And if not, how to render shapes objects on NScreens, NBitmaps or a
> NWindows??? Any ideas...

I'm sure you could cludge an NBitMap into a Blitz bitmap object (they should
both be the same internally, as they should both be like OS Bitmaps) or you
could use some of the OS functions.

OS methods would include using the GEL list and AddBob/RemBob etc (Chapter 28
of the libraries RKRM), or using the QBlit/etc method (Chapter 27 of the
libraries RKRM) where you need to write your own blitter functions. One of
these would probably be the cleaner way to do it, since the NCS objects are
exactly the same as OS structures.

But I'd probably go for the cludge method :)
See attached (you need amigalibs.res and bb2objtypes.res).



|) /\ \/ ][ |) |\/| c |\/| ][ |\| |\| | mcminn@redhotant.com
http://members.xoom.com/David_McMinn | ICQ=16827694

---------------------------------------------------------------------
To unsubscribe, e-mail: blitz-list-unsubscribe@netsoc.ucd.ie
For additional commands, e-mail: blitz-list-help@netsoc.ucd.ie