An animation for a walk through in a model using ruby
-
Dear all,
I developed a small 3 dimensional map using a Ruby plugin. It consists of several houses and a road. everything in there is coded in the ruby code. Now i want to add an animation to this map like a virtual tour within the map. So that user can walk through the map.
As I've seen Sketchup animation is a combination of two or more scenes. User has to change the scene(click on the scene tab) manually to display the animation(to go to the next scene). I want to combine those scenes together to change automatically without any user trigger. I wish to define scenes place to place in the map and write a loop or something to change the scenes automatically. Mainly i want to do this using a ruby plugin.So do you think this is possible and if so how? i have goggled but didn't find anything that helps me.
Please let me know your suggestions.Thank you
-
@sachi said:
User has to change the scene(click on the scene tab) manually to display the animation(to go to the next scene).
No the user chooses from the menu: View > Animation > Play
For Ruby YOU use the
Animation
class.
Or just change theselected_page
via thePages
collection.
Advertisement