How should I able to maintain its scaling after clicking on another button
Oct 10, 2017
01:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Oct 10, 2017
01:24 AM
How should I able to maintain its scaling after clicking on another button
I import a model, After that I assign one button & slider to that model.
When I clicked on button then Slider will be visible & based on slider moving value of scaling will be changed.
But what I want is,when I clicked on some other button then it should automatically come to its original scaling,
So how can able to do that so?giriMatthew Rice
3 REPLIES 3
Oct 17, 2017
12:10 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Oct 30, 2017
04:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Oct 30, 2017
08:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Oct 30, 2017
08:57 AM
Hi,
Why not store the original scale in an App Parameter?
When you "reset" it, just get the save value from the parameter.
Try : $scope.view.wdg['3DModel-1']['scale']=$scope.app.params.defaultScale;
