WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 06-23-2009, 01:17 AM
adele adele is offline
Member
 
Join Date: Nov 2008
Posts: 1
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)
Reply With Quote
  #2  
Old 06-23-2009, 12:00 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Are you sure the texture coordinates of your model are not inverted?
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Vizard tech tip: Using the Python Imaging Library (PIL) Jeff Vizard 0 03-23-2009 11:13 AM
screen image erchrastil Vizard 8 06-27-2008 11:45 AM
View an image on the Fakespace HMD roman_suvorov Vizard 16 05-23-2008 07:51 AM
Adding multimedia Vinicius Lima Vizard 1 08-02-2007 10:52 AM
Only part of tiled image vizmaster Vizard 5 09-11-2006 12:11 PM


All times are GMT -7. The time now is 10:08 AM.


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