[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bino-list] [About] 3D video Side-by-Side(or Above/Below) format con
From: |
Martin Lambers |
Subject: |
Re: [Bino-list] [About] 3D video Side-by-Side(or Above/Below) format convert to Anaglyph format |
Date: |
Mon, 14 Mar 2011 06:53:55 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110223 Thunderbird/3.1.8 |
Hello!
On 14/03/11 02:25, 蒋龙 wrote:
> Thus, I want to know which file or function of bino implements the
> algorithm, or which document tells me how to conversion.
The conversion is done in an OpenGL fragment shader on the graphics
card. You can find it in lines 174-244 here:
http://git.savannah.gnu.org/cgit/bino.git/tree/src/video_output_render.fs.glsl
Martin