Font3D construction ERROR

Sirs, when I execute the following Font3D construction,



Font3D font3D = new Font3D(font, 0.001f, false, true, false);



then I get the following error:


INFO: Edge2:{(unreal)195(0.32226562,0.66015625)->196:(0.3149414,0.64160156),Helper:null,angle:-1.9467573}
27-abr-2008 20:45:17 com.jmex.font3d.Font3D <init>
ADVERTENCIA: Error in char: (213:

I had the same problem a few days ago and wasn't able to see the problem either…

This has already been asked in the forums, and if I recall correctly, it does not have an answer…  :expressionless: It seems that sometimes when you try creating a text (3d) it tries to render some complex characters (like the O with " on top) for no apparent reason.

Too bad… To work arround it though, I figure Blender might be a good solution. It's only a few letters and numbers I want to show. Maybe that's a good solution for you as well, manuelbarzi?

Darklord said:

Too bad.. To work arround it though, I figure Blender might be a good solution. It's only a few letters and numbers I want to show. Maybe that's a good solution for you as well, manuelbarzi?

Thats the route I went for Jack's Game, got great results.

The most strange is that this ERROR happens only in construction time, but it's not blocking, the 3D text nodes are correctly shown on screen and I can dynamically change text… so, what's the explanation to this? construction seems to go bad, but then rendering goes well, also updating texts… any idea?