Forum: Vue


Subject: Poser5, multiple runtimes and Vue4.2

Tintifax opened this issue on Nov 26, 2003 ยท 8 posts


Tintifax posted Thu, 27 November 2003 at 4:17 PM

No, I refer to the geometry data. E.g., if you look at a prop file (*.pp2), you may find all the data for vertices, mapping and maybe normals inside (v, vt and f lines) the file. It also happens that there is just a reference to an external *.obj file in the runtimegeometry folder. This reference of the *.pp2 is copied to the *.pz3, if you use such a prop. But instead of using the full pathname in this reference it is just a relative pathname beginning with the runtime directory. Thus during import Vue doesn't find this *.obj file, because it just searches in the default runtime folder. Textures seem to work fine with full path reference.