FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Topics & Contributions
   Tools
(Moderator: REAS)
   Problem with BSpace
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: Problem with BSpace  (Read 467 times)
bendei

WWW Email
Problem with BSpace
« on: Nov 28th, 2004, 2:38pm »

Hello everybody!
 
Trying to understand the 3d possibilities in processing i found that to play with multiple objects is a little bit unintuitive. Luckily, amit pitaru found the same and developed the BSpace class (thanks!!):
 
http://www.pitaru.com/processing/BSpace/
 
But for some reason i get a problem when using it. If i place it in the code folder of my sketch and simply copy and paste the code in the examples provided by amit, it won't produce the same results shown in his page. Instead of rotating or translating the objects in the 3d space, it will duplicate them with the transformations applied, quickly resulting in a mess.
 
I've made a simple applet showing it
 
http://www.jesusgollonet.com/proce55ing/BSpace/
 
I am farly new to processing and suppose am doing something wrong. Can anyone point me in the right direction?
 
Thanks a lot. Cheers!
 

http://www.jesusgollonet.com/blog
katapulp


Re: Problem with BSpace
« Reply #1 on: Nov 28th, 2004, 6:34pm »

I think it's a problem background refresh... I'm not sure because i could'nt run you code but try to add "background(255);" in the void loop().  
 
Katapulp
 
bendei

WWW Email
Re: Problem with BSpace
« Reply #2 on: Nov 28th, 2004, 7:07pm »

that's great, katapulp. It worked fine!!
 
is it a processing issue?, BSpace perhaps?   if you can point me somewhere to know why is that (as i haven't seen it in the BSpace Reference), you'll have made my sunday.
 
Thanx a lot.
 

http://www.jesusgollonet.com/blog
Pages: 1 

« Previous topic | Next topic »