WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   problem with female clothes (https://forum.worldviz.com/showthread.php?t=295)

shai 02-23-2005 11:02 AM

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)

farshizzo 02-23-2005 11:30 AM

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.

shai 02-23-2005 12:54 PM

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?

farshizzo 02-23-2005 01:04 PM

Sure, you can post it or send it directly to me at lashkari@worldviz.com


All times are GMT -7. The time now is 02:55 AM.

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