View Single Post
  #2  
Old 04-19-2007, 10:20 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

1) This looks like a scaling issue. When generating the speech action, scale down the morphing by using a smaller number as the second parameter:
Code:
speak = vizact.speak('c:\\Temp\\talk.wav',0.001,'mouth_open')
2) I tried the VRML file with my own texture and it worked fine. Could the brightness you see be part of the texture you are using?
Reply With Quote