I'm really in trouble with the export application function under Windows 7 64bit.
I tried Processing 1.2.1, 1.5.1, 2.0a6 application as well as applet export and the only version that was running was the batch file from Processing 2.0a6 in 64bit. All Java-Applications on the computer work properly (including Processing). Other applets also run in my browsers. I tested Processing with and without Java.
For all non working versions I get the message: "Could not find main class. Program will exit!"
The 2.0a6-version has a display error i.e. the sceen flashes permanently inside Processing as well as in the exported application. So I have no chance to run my application without Processing GUI.
I want to rotate a box around one corner, like if you roll a die. And I want to do it at an arbitrary position in space.
Maybe one can imagine a cuboid like a cupboard which I want to translate first from the center of a room (coordinates 0,0,0) to one corner and than (e.g. standing behind) pushing the cupboard in a way that it is tilting and falling on its doors (I hope the example makes it clear).
I tried several combinations of translate and rotate but didn't catch how to do it. Is anybody out there how knows how to do such a kind of rotation?
I'm rather new to processing but (as any newbie
) found directly a bug.
I need to do some 3D modeling. If I plot a box which is much larger than the viewport I get a rendering error. This error is different in different situations so not 100 percent reproducible but nevertheless I can demonstrate it. Where is the problem?