PDA

View Full Version : Is there any command to flip the object?


jincheker
04-22-2010, 12:44 PM
I want to flip all the object (or the whole vision view world) in viszard upsidedown. Is there any code that can do that? Thanks

Jeff
04-24-2010, 11:35 AM
You could roll the view 180 degrees:
viz.MainView.setEuler([0,0,180])

jincheker
04-27-2010, 03:21 PM
I want the mirror flip function. I see many video player has such function. Will vizard provide this function?

If I wanna do it by my own, What I can do to modify some of the code in vizard?