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 & HelpOther Libraries › traer physics issue
Page Index Toggle Pages: 1
traer physics issue (Read 955 times)
traer physics issue
Mar 8th, 2010, 5:06am
 
Hi I am trying to look at the force directed graph example here:

http://www.cricketschirping.com/weblog/?p=966

However, even though I have the traer libraries. I get the following error:
the function moveTo(float, float, float) does not exist.

It sounds as if the traer library syntax has changed perhaps since writing the code? I have no idea why it doesn't work.

My apologies for such a basic question.
Re: traer physics issue
Reply #1 - Mar 8th, 2010, 6:13am
 
there now appears to be a setter method for that:

http://www.cs.princeton.edu/~traer/physics/

"void position().set( float x, float y, float z )

Move the particle to some 3D location."
Page Index Toggle Pages: 1