Path: utzoo!mnetor!uunet!husc6!cmcl2!brl-adm!umd5!rutgers!cbmvax!steveb From: steveb@cbmvax.UUCP (Steve Beats) Newsgroups: comp.sys.amiga Subject: Re: Window Clipping Message-ID: <3258@cbmvax.UUCP> Date: 3 Feb 88 14:47:08 GMT References: <3060@watcgl.waterloo.edu> <40369@sun.uucp> <3090@watcgl.waterloo.edu> <780@sdcc8.ucsd.EDU> Reply-To: steveb@cbmvax.UUCP (Steve Beats) Distribution: na Organization: Commodore Technology, West Chester, PA Lines: 10 Keywords: graphics, 3-d, clipping In article <780@sdcc8.ucsd.EDU> cs178abu@sdcc8.ucsd.edu.UUCP (John Schultz) writes: > > Yes, drawing to a rastport is faster than drawing to a window. (a >big time noticeable difference). > John I think you meant to say that drawing into a screens RastPort is faster than drawing into a Windows RastPort. This is true. Screen RastPorts don't have any layer info attached so no clipping is performed. Steve