question

Stan Davis avatar image
2 Likes"
Stan Davis asked Stan Davis commented

How to Create All Around Billboard With Text

I am attempting to create an 'All Around Billboard' that contains text, but I can't get the text to stay with the billboard.


Using this answer as a starting point...

https://answers.flexsim.com/questions/67309/display-simulation-time-as-text-or-bill-board-in-3.html

I added text to a visual plane (the text is contained by the plane)...

1633722133101.png

1633721625813.png


However, when I change the plane's billboard mode to 'All Around Billboard ', I get this with the text still on the floor.

1633721665775.png


I tried another approach by simply adding a 'Screen Locked Billboard' text...


1633721324302.png


and then changing it to an 'All Around Billboard' but I just get a black panel...


1633721434163.png


So how does one create an 'All Around Billboard' with text that stays with the billboard??


Thanks

FlexSim Help - Billboard Testing.fsm

FlexSim 21.2.3
visualsdisplay
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Jeanette F avatar image
1 Like"
Jeanette F answered Stan Davis commented

Hello @Stan Davis,

I followed the advice given by Dawid Dabal and Phil Bobo in this post.

In either the slide or plane with text I created an On Draw trigger with the following code...

current.rotation = [90+viewpointrx(view).value, 0, viewpointrz(view).value];

flexsim-help-billboard-testing_JF.fsm


· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Stan Davis avatar image Stan Davis commented ·
Thanks Jeanette. Greatly appreciated. - Stan
0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.