I want use "addTextBlock" in my diorama, but It dont display in my scene. Line consists several instruction PIA_Diorama.addTextBlock('test block', 0.55, 0.75, 0.076, PIA_DIA_arial_56, PIA_LEFTALIGN, 'ffeeeeee'); which are described in reference documentation. According description "test block" (should be "text block") is "ID of text area". Where can I obtain this ID ? Where can I write the text which I want to display in my scene?
I need to create a bunch of code examples soon.
In your example with the external scenelinks you can choose to turn
off the default UI in which case the diorama relies on you providing
the UI on the page.
Pass in false when you create the diorama instance
PIA_Diorama.createInstance('mycontainer', false, loadscript);