Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home for sfcomplex.org
« Groups Home
Message from discussion Depth peeling transparency and mouse picking in WebGL

Received: by 10.52.88.174 with SMTP id bh14mr4072498vdb.6.1342736914689;
        Thu, 19 Jul 2012 15:28:34 -0700 (PDT)
X-BeenThere: disc...@sfcomplex.org
Received: by 10.52.21.207 with SMTP id x15ls1672477vde.1.gmail; Thu, 19 Jul
 2012 15:28:34 -0700 (PDT)
Received: by 10.52.98.101 with SMTP id eh5mr2158703vdb.8.1342736914152;
        Thu, 19 Jul 2012 15:28:34 -0700 (PDT)
Received: by 10.52.98.101 with SMTP id eh5mr2158702vdb.8.1342736914142;
        Thu, 19 Jul 2012 15:28:34 -0700 (PDT)
Return-Path: <bruce.sherw...@gmail.com>
Received: from mail-vc0-f180.google.com (mail-vc0-f180.google.com [209.85.220.180])
        by mx.google.com with ESMTPS id bx10si1914584vdc.153.2012.07.19.15.28.34
        (version=TLSv1/SSLv3 cipher=OTHER);
        Thu, 19 Jul 2012 15:28:34 -0700 (PDT)
Received-SPF: pass (google.com: domain of bruce.sherw...@gmail.com designates 209.85.220.180 as permitted sender) client-ip=209.85.220.180;
Authentication-Results: mx.google.com; spf=pass (google.com: domain of bruce.sherw...@gmail.com designates 209.85.220.180 as permitted sender) smtp.mail=bruce.sherw...@gmail.com; dkim=pass header...@gmail.com
Received: by vcbfw7 with SMTP id fw7so3546803vcb.39
        for <disc...@sfcomplex.org>; Thu, 19 Jul 2012 15:28:34 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:date:message-id:subject:from:to:cc:content-type;
        bh=g2niVAJFwPghh+a79qP8PlSLIIBXDhEc7y1Vk1xuc9g=;
        b=G4DnjrKYwmXiVcC7DQYkLdyA/ArB4qFLVfwfrAjcoZhdd4IiDicJCdkkjBnAfM6Oxw
         mnypVfjDByOvDgW1X9Pq5qAPNNNYUq7C3ITkXwPnjeXL4buEvPl/UpFdQCpL2RcSqWVK
         2Jjetj7cqj3HlkfasNQGDryF23hKxnnOFcnJxuolq7DHWUefhlj82oSc6P7MPbvsim7l
         JASIJIc+AIUF52ZMeTz4KZSrXlBeGBEi3+hBvqhkcqgqb8mkypKlr5xBprblqiguwEpR
         aOTO8QrRczGlg8OfvXJRMhaQSNU4JzzRXWGdp0R9iWYMyNDNiEnSG+3cXzfXlfMlhgjB
         /2Lg==
MIME-Version: 1.0
Received: by 10.52.72.73 with SMTP id b9mr2146840vdv.34.1342736913878; Thu, 19
 Jul 2012 15:28:33 -0700 (PDT)
Received: by 10.220.5.7 with HTTP; Thu, 19 Jul 2012 15:28:33 -0700 (PDT)
Date: Thu, 19 Jul 2012 16:28:33 -0600
Message-ID: <CA+WuaSdESZNRdgQ-M8A6kFBhpc8rUz2o41EfiDFqNkt7Zrj...@mail.gmail.com>
Subject: Depth peeling transparency and mouse picking in WebGL
From: Bruce Sherwood <bruce.sherw...@gmail.com>
To: "Wedtech@Redfish. Com" <wedt...@redfish.com>, disc...@sfcomplex.org
Cc: Bruce Sherwood <bruce.sherw...@gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

At the Thursday WedTech lunch today there were questions about
transparency in WebGL. Here is a link to the details of the depth
peeling transparency scheme used in GlowScript (glowscript.org):

http://www.khronos.org/message_boards/viewtopic.php?f=44&t=4905

I'll also mention an algorithm for mouse picking of objects in a WebGL scene:

http://www.khronos.org/message_boards/viewtopic.php?f=44&t=4899&p=14362&hilit=pick#p14362

Bruce