[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [pygame] free 3D glasses in some US grocery stores
- To: pygame-users@xxxxxxxx
- Subject: Re: [pygame] free 3D glasses in some US grocery stores
- From: Ian Mallett <geometrian@xxxxxxxxx>
- Date: Sat, 31 Jan 2009 17:50:45 -0800
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: pygame-users-outgoing@xxxxxxxx
- Delivered-to: pygame-users@xxxxxxxx
- Delivery-date: Sat, 31 Jan 2009 20:50:48 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=gmail.com; s=gamma;        h=domainkey-signature:mime-version:received:in-reply-to:references         :date:message-id:subject:from:to:content-type;        bh=mmsecap5LxgwYuMRrmYHmyGuY8EHgQEraNpdT7fkCRA=;        b=NAxIgf65ICBI0xuEJ+uRb6+Djw6pJgVSlG9xuCwohzPY2rYS01l2oNrGu5/sQSTyT8         JjUmv+1i9dw8ueKQs45eFTI3G2puDHldUMG70R3tezVa2XRs0zNV9ITGAYwnZazSko3C         eeJLgWdGXXuVjgYnrKKrNxpVdrJBgMrYpLwx0=
- Domainkey-signature: a=rsa-sha1; c=nofws;        d=gmail.com; s=gamma;        h=mime-version:in-reply-to:references:date:message-id:subject:from:to         :content-type;        b=aBO2Kg/8sEFwzbU9QuNqkVB9gtC09efbLavBkULsXebJLNHO4w4oj99WI2sGZfGN3Z         hwaj6Rr7T4EDWKXs7Zd14gsha1x72i0nBS2m4M2VFPJBQf8EqwHMDtbGC5yEWtKP8sin         0mIge0m9wbl2JO8rJpNJXUMW7L3+/wIirJYD8=
- In-reply-to: <D168448E-EB72-432E-872D-04BF455A38A8@xxxxxxx>
- References: <D168448E-EB72-432E-872D-04BF455A38A8@xxxxxxx>
- Reply-to: pygame-users@xxxxxxxx
- Sender: owner-pygame-users@xxxxxxxx
The maths for this are simple.
In OpenGL it's extremely doable realtime as well.  3D effects work by parallax--the difference in position between your eyes.  In OpenGL, you can render the scene once in red, then again at an offset and in blue.  You can get a passable 3D effect this way.
I'd like to see some pygames with 3D.
Ian