WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 02-23-2005, 11:02 AM
shai shai is offline
Member
 
Join Date: Oct 2004
Posts: 29
problem with female clothes

hello,
i'm having a problem with my clothes for females. i can't seem
to change the female's shoes.

the thing is, with the same type of code i actually get the men's shoes to work. but i'm thinking maybe it has to do with the jpeg i'm using, i was wondering if you guys have a template jpeg i can
use w/ the female. if you want i can also attach the current jpeg
i'm using, maybe there's a problem with it (?)

thanks,
shai


this is the code i am using:

import viz

viz.go()
foptions_avatar=viz.add('objects/Female.cfg')
body = ['ArmLL','ArmLR','ArmUL','ArmUR', 'LegLL','LegLR','LegUL', 'LegUR','Pelvis', 'Torso', 'FootLeft', 'FootRight']
fbodyparts = []
for x in body:
partf = 'f_' + x + '.cmx'
fbodyparts.append(partf)

femaleclothes = ['objects/Female/clothes/female1.jpg']
fclothes = []

for i in range(1):
temp = viz.add(femaleclothes[i])
fclothes.append(temp)

for j in fbodyparts:
foptions_avatar.texture(fclothes[0],j)
Reply With Quote
  #2  
Old 02-23-2005, 11:30 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

What is the female1.jpg texture based on? The male and female texture templates are different, so if it is based on the male texture then it won't show up correctly. Our avatars are licensed from Anacapa Sciences, so we are not allowed to release the original textures of the avatars.
Reply With Quote
  #3  
Old 02-23-2005, 12:54 PM
shai shai is offline
Member
 
Join Date: Oct 2004
Posts: 29
female textures

the female textures are not based on the male textures, it's kind
of a different file, is it 'allowable' for me to post the female texture on this board so you can see what i mean?
Reply With Quote
  #4  
Old 02-23-2005, 01:04 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Sure, you can post it or send it directly to me at lashkari@worldviz.com
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


All times are GMT -7. The time now is 01:46 PM.


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