Wierd Text3D
Posted: Thu Dec 07, 2017 12:14 pm
Playing with a Text3D.pb piece of code from documentation I found its strange behavior. First of all, If I remove all font definitions from proper-definitions.fontdef and leave StarWars font only, PB's debugger throws "The specified #Text3D is not initialised." error. It seems StarWars font doesn't work by some reason. Ok, I removed StarWars font and put the only following definition on the file:
Now It works! But, if I change BlueHighway-8 to something like BlueHighway-9 or just BlueHighway and run the code, I get "The specified #Text3D is not initialised." error! 
Can someone confirm that? Is it something on my side or it's OGRE/PB issue?
Code: Select all
BlueHighway-8
{
type truetype
source bluehigh.ttf
size 24
resolution 96
}

Can someone confirm that? Is it something on my side or it's OGRE/PB issue?