[JAVA3D] Ques. on GeometryInfo "indexifier"

2001-07-14 Thread R Vegan
Hi All ( and specifically to Paul Pantera ) I gather from the GeometryInfo API that it can "indexify" unindexed geometry. What I would like to know is whether GeometryInfo uses any kind of tolerance to merge nearly coincident vertices ( for example, floats differing simply by round-offs ). If so,

[JAVA3D] Text2D/Raster Labels: getFontMetrics() of Toolkit deprecated ?

2001-07-14 Thread R Vegan
Hi All I have been doing some coding to create Raster Labels for annotating a wireframe object. While I was trying to find ways of getting hold of a FontMetrics object, I noticed that Text2D API uses Toolkit.getDefaultToolkit().getFontMetrics() accessor to achieve the same. However, when I tried