![]() |
|
#1
|
|||
|
|||
|
Problem with geometry in vzf objects
Hello,
I am having an odd problem when I try to grab geometry from objects made from .vzf files (heads, specifically). Look at the following piece of code: Code:
male1 = viz.add('C:\AXE\Resource\Avatar\Eric\Body\casual01_m_highpoly.cfg')
face1 = male1.face('C:\AXE\Resource\Avatar\Eric\Eric_122\Eric_122_morphs.vzf', 'Bip01 Head', 'Bip01 Neck')
eye1r = face1.getchild('geom_0')
eye1l = face1.getchild('geom_1')
male2 = viz.add('C:\AXE\Resource\Avatar\Eric\Body\casual01_m_highpoly.cfg')
face2 = male2.face('C:\AXE\Resource\Avatar\Eric\Eric_122\Eric_122_morphs.vzf', 'Bip01 Head', 'Bip01 Neck')
male2.setPosition([1,0,1])
eye2r = face2.getchild('geom_0')
eye2l = face2.getchild('geom_1')
Thanks, Christian |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| imported 3DModel - Color Write - Problem | Boerske | Vizard | 4 | 10-09-2009 11:18 AM |
| Semi-circle array containing target and distractor objects | ptjt255 | Vizard | 3 | 08-04-2009 04:09 AM |
| Lightwave objects rotation problem | hosier | Vizard | 6 | 02-13-2009 01:04 PM |
| importing a single WRL with many objects. | giancamati | Vizard | 3 | 12-18-2006 02:13 PM |
| Could not find plugin to load objects... | halley | Vizard | 1 | 05-30-2006 12:01 PM |