Thread: look, no hands
View Single Post
  #3  
Old 08-01-2006, 09:15 PM
cade_mccall cade_mccall is offline
Member
 
Join Date: Sep 2004
Posts: 61
billboarding problem as well

The disappearing hand problem was mysteriously solved by flipping the order in which i added the head and body in the script. So, the hands won't appear if I use the following code:
male = viz.add('male_basic_cr2.cfg')
head = viz.add('heads/male_1.vzf')
male.face(head)

buy they will appear if I flip the first two lines.

I have a new problem, though, along similar lines. I want to use billboarding with my avatar. I have to apply the billboarding to both the body and the head or else the head acts independently. This doesn't look too great, though, with changes in pitch and roll. So, I want to switch to mode 2 of the billboarding function. However, when I do so, the head disppears completely.

Please advise.
Reply With Quote