From: Chris B. <chr...@gm...> - 2006-02-26 10:41:31
|
On 26/02/06, Fred Burton <fl...@ys...> wrote: > File "ccluster.py", line 511, in trace_root > ray.setPosition(pstart) > File "geomobject.pyx", line 135, in ode.GeomObject.setPosition > ValueError: Cannot set a position on non-placeable geoms. > > ? > > What _should_ I be doing? According to the ode manual you should be using GeomRay.set(px,py,pz,dx,dy,dz) to set the position and direction. |