|
From: Phil F. <pfe...@co...> - 2002-12-23 15:15:03
|
Hi All, I've been integrating Java3D into the RePast framework (currently under 1.4.1. Hopefully with few issues in the transition to 2.0). So far, the only significant change has been that I had to replace DisplaySurface with a new class, cleverly named DisplaySurface3D. I've enclosed a jpeg of some current work. My question has to do with the rendering of the Probeable pop-up windows. The Probeable interface is inherently 2D, so I'll need something like a Probeable3D that's integrated with the J3D picking scheme. But where do I interface with the PropertyDescriptors? I'm a little lost there, and need a hint. It looks like I use IntrospectPanel, under ProbeUtilities, but I'm not quite sure how. Thanks, Phil Feldman |