question

Viktor TT avatar image
0 Likes"
Viktor TT asked Phil BoBo commented

How can I create moving information plane?

Hello!

In my model, I would like to create a moving information table connected to operators. (To show their current task over them)

Unfortunately, my solution doesn't really work.

1. I can't add any text message to "All around Billboard",

2. I moved a text into the billboard plane:


but it can't rotate together with the owner object:

Have you any idea to solve this problem?

Thanks, Viktor

FlexSim 18.0.1
operatorplaneinformationfollow
bubble3.png (2.0 KiB)
bubble2.png (20.8 KiB)
bubble-1.png (105.2 KiB)
5 |100000

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

Dawid Dabal avatar image
2 Likes"
Dawid Dabal answered Viktor TT commented

Hi Viktor,

It would be much easier if you put Slide object into the operator instead of plane + text.

You can see this solution in attached model.

model-1.fsm


psc-1.png (50.4 KiB)
model-1.fsm (22.2 KiB)
· 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.

Phil BoBo avatar image
3 Likes"
Phil BoBo answered Phil BoBo commented

Attached is an example model (rotate-towards-viewpoint.fsm) that shows how you can rotate an object towards the camera viewpoint by using the following code in its Custom Draw trigger:

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


· 3
5 |100000

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

Steven Hamoen avatar image
0 Likes"
Steven Hamoen answered Viktor TT commented

@Viktor TT Have you tried using the ondraw of the operator and use commands like draw3Dtext and all the gl.. commands to create what you want?

· 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.