draw a speedometer

Typically: "How do I... ", "How can I... " questions
Post Reply
quangabcd
Posts: 17
Joined: 23 May 2017, 02:42

draw a speedometer

Post by quangabcd »

is there any way to draw out a speedometer to represent the speed (as a variable of a robot)? Custom UI may be the only one option?

coppelia
Site Admin
Posts: 10504
Joined: 14 Dec 2012, 00:25

Re: draw a speedometer

Post by coppelia »

Hello,

custom UI is probably the better option. Of course, you can have a needle object on top of a joint, and rotate the joint in the scene: it will be a 3D speedometer.

Cheers

quangabcd
Posts: 17
Joined: 23 May 2017, 02:42

Re: draw a speedometer

Post by quangabcd »

Thanks

i draw an external C# app and call it by child script of the scene

Post Reply