We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexDiscussionExhibition › ProjectedQuads - projection mapping helper classes
Page Index Toggle Pages: 1
ProjectedQuads - projection mapping helper classes (Read 1059 times)
ProjectedQuads - projection mapping helper classes
Feb 20th, 2010, 8:33am
 
Hi,

I just released source code of set of classes helping you in projection mapping in Processing. I use images and procedural graphics to display several quads which corners can be easily adjusted.

Features of the ProjectedQuads class:

- unlimited number of textured quads
- support for static images and dynamic generative animations
- easy setup of quads' positions and size
- loading and saving configuration to a text file

Download the source code here:
http://marcinignac.com/blog/2010/01/31/projectedquads-source-code/

Example projects done using this library together with explanation 'how this stuff works':
http://marcinignac.com/blog/2009/12/05/projection-mapping-in-the-office/
http://marcinignac.com/blog/2009/12/09/projection-mapping-in-3d/

Any comments welcome!
Re: ProjectedQuads - projection mapping helper classes
Reply #1 - Feb 20th, 2010, 8:45am
 
nice to finally see your source Smiley .i actually did it the same way you did, except that i used triangles as i needed them. looks good!
Page Index Toggle Pages: 1