WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   Adding Multimedia --inverted image (https://forum.worldviz.com/showthread.php?t=2109)

adele 06-23-2009 01:17 AM

Adding Multimedia --inverted image
 
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:

Code:

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?


All times are GMT -7. The time now is 06:46 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC