Hi,
# I'm sorry for my poor English.
I have installed XSI on WinNT4.0, and am trying OO_WavefrontExport.vbs
to export the information of geometory and texture coordinate to .obj frame by frame.
But I have some questions.
My one question is in ' function parseUVs ' codes;
(snip)
'Find the "sample" clusters
set oClusters = oGeom.Clusters.Filter("sample")
(snip)
Why finding clusters is needed?
In addition, what is "sample" clusters?
Why "sample" clusters are found by Filter?
In my case, oClusters is empty ("") everytime, so I can't get uv information.
(texture mapping has been done, of course.)
I can get verticies, normal and faces informations in exported file, though.
I would be happy if someone help me.
BTW, I'm wondering if XSI can export to .obj as well as .xsi and .iges
without the help of scripts (i.e. standard spec)...
---katsu