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.
IndexProgramming Questions & HelpPrograms › matrix? (2d-3d, different libraries,..)
Page Index Toggle Pages: 1
matrix?? (2d-3d, different libraries,..) (Read 678 times)
matrix?? (2d-3d, different libraries,..)
Apr 27th, 2010, 7:14am
 
most of you maybe already know my problem, and it's still the same..

I want to program a program with 3 "frames". one on the top of the program where buttons are placed (controlP5?). one on the left, where a textfield is placed.. Automatically there is placed some text and when you click on a word a popup is opened.. and a third frame in the middle.. this frame has to be in 3d with a coordinate system that I can translate and rotate and so on..

everything of this I've already programmed. but it's difficult to combine this things. I don't know how. And I think I should change the way I've programed the coordinate system--> I should travel with matrixes, or not? In this 3d area I want to draw things that I can rotate.. I should be able to read the x,y-position of the mouse and also the z (that's also possible when I project the window, or not?) but for this, it's much easier to work with a matrix!? So how does this work in processing?

has anybody programmed something like that? does anybody know how to do it? I'm very happy about every answer.. because I'm stuck..

thank you..
Re: matrix?? (2d-3d, different libraries,..)
Reply #1 - Apr 27th, 2010, 1:03pm
 
napplet might be the answer you look for... Smiley
Re: matrix?? (2d-3d, different libraries,..)
Reply #2 - Apr 28th, 2010, 2:49am
 
thank you very much.. I'll have a look on it. (at the moment time is missing  Sad )

other ideas? the more I have the better it is..

will study them as soon the time's here  Wink
Page Index Toggle Pages: 1