Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
Hello. I am making an AR experience with a Model and a 3D Gauge. I bind the value property of a Slider widget to the property Scale of the Model. When I select Preview, the 3D Gauge dissapears from the View. If I delete the binding, the 3D Gauge is visible again. Do you know what could be the problem?
Any Ideas are appreciated, thanks.
Solved! Go to Solution.
Hi,
Thanks for your sample data.
I reviewed and found out the reason, 3D gauge was not indeed "missing", but displayed too small to see.
Since you set default slider value to 5, and bound to model widget scale property, that means the model will scale up to 500% larger when you preview, which makes 3D gauge too small to view, so if you can decrease slider widget value property to 0.1 or some other, 3D gauge will display as you wish.
Thanks,
Steven
Sorry, I can't reproduce your issue.
That bind between Slider and Model widget only has effect on model scale, they have no relationship with 3D Gauge.
Will you please provide your project to me per Share>Export project?
Hi,
Thanks for your sample data.
I reviewed and found out the reason, 3D gauge was not indeed "missing", but displayed too small to see.
Since you set default slider value to 5, and bound to model widget scale property, that means the model will scale up to 500% larger when you preview, which makes 3D gauge too small to view, so if you can decrease slider widget value property to 0.1 or some other, 3D gauge will display as you wish.
Thanks,
Steven
Here is an example:
Please set Value property of ScaSlider widget to 0.01, Maximum property of ScaSlider widget to 0.05, Step property of ScaSlider widget to 0.005.
The upper properties value can be adjusted to your scenario.
Thank you very much!!!