Problem with Font3D

Hi again, i have large problems with make 3D font like physics node (object). I was searching in forum, but i found nothing My part of code:



myFont = new Font3D(new Font("Arial", Font.PLAIN, 10), 0.01, true, true, true);

Text3D mytext = myFont.createText("abc", 10, 0);

mytext.setLocalTranslation(0, 0, 0);

mytext.updateRenderState();

mytext.setModelBound(new BoundingBox());

mytext.updateModelBound();







DynamicPhysicsNode node = getPhysicsSpace().createDynamicNode();

node.attachChild(mytext);

node.generatePhysicsGeometry();

rootNode.attachChild(node);





Some errs:

==== ERROR ====: The removal of edge {(real

I don't think is is physics related. All the errors originate from the font3d package.