Skip to main content
12-Amethyst
September 2, 2021
Question

Can I display the percentage of scaling during zoom in or zoom up

  • September 2, 2021
  • 1 reply
  • 2867 views

Hi,

 

I want to display the scaling percentage when zoom in or zoom out. Is that possible?. If yes, Please let me know the procedure. 

 

@HG_01 @helu 

1 reply

16-Pearl
September 2, 2021

yes it is possible

12-Amethyst
September 3, 2021

Thanks, How to do that, can you please let me know the procedures

16-Pearl
September 3, 2021

Suraj_Patil_0-1630653766200.png

take slider widget in your 2D canvas. here you can see the properties of slider widget.

Suraj_Patil_1-1630653894368.png

you can these properties like initial value 0 , maximum 360(u can take according your need ) and intervals you can decide like step.

you can refer below link for reference.

http://support.ptc.com/help/vuforia/studio/en/index.html#page/Studio_Help_Center%2FBeginner_Bindings.html%23

bind the value property with model by selecting SCALE factor from list.

then create application parameter of name scale.

Suraj_Patil_2-1630654079394.png

now bind the value property to application parameter scale 

Suraj_Patil_3-1630654222863.png

now bind scale application parameter with label widget as shown in figure 

Suraj_Patil_4-1630654288825.png

 

so in preview label widget reflect the scaling value.

Suraj_Patil_5-1630654428796.png