Hi,
has anyone got geomray to generate contacts with other (static) geoms? I got it working for geoms added to a body, but no contacts are generated for enviroment geoms.
EDIT:
Well, think I found the reason. In nearCallBack in odejava.cpp:
// ignore if both o1 and o2 are plain Geoms (not bodies)
if (!b1 && !b2) return;
Work around? Should I try the tedious path of recompiling odejava.dll?