PDA

View Full Version : Adding Multimedia --inverted image


adele
06-23-2009, 01:17 AM
Hi,I'm trying to add an AVI video to this script.But the screen showed inverted image when I press the "m" key,I mean it inverted left to right,following is my script:

def mykeyboard(key):
# Play a movie on the screen
if key == 'm':
mymovie = viz.add('finalfantasy.avi.')
mymovie.loop(viz.ON)
mymovie.play()
screen.texture(mymovie)

farshizzo
06-23-2009, 12:00 PM
Are you sure the texture coordinates of your model are not inverted?