Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 4 of 4

Thread: Clear screen

  1. #1
    Junior Member Newbie
    Join Date
    Jun 2000
    Posts
    8

    Clear screen

    Is there a ay to clear part of the image, I mean, just fade everything so It gets half black

    Like I render a pure white triangle, I 50%Clear it then it's gray (I wanna use that stuff for motion blur)

  2. #2
    Member Regular Contributor
    Join Date
    Feb 2000
    Location
    milano, italy
    Posts
    288

    Re: Clear screen

    render a rect on top of your image with alpha blending enabled.
    you should set the alpha value lower than 0.5, because with this value the images will fade too fast. use a 0.1 as base value for experiments, instead.

    Dolo/\/\ightY
    Dolo/\/\ightY

  3. #3

    Re: Clear screen

    SK motion blur is coverd in the book i emailed u! read it it IS covered in there. if u ve lost it email me and ill send it to u again or icq me

  4. #4
    Junior Member Newbie
    Join Date
    Jun 2000
    Posts
    8

    Re: Clear screen

    The blue one ???

    They talk about accumulation buffer ? is that it ? The chapeter 5 ??
    Where exactly ?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •