Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2024 Nov 14 4:48 pm)
The Geometries are the basic surfaces of the models. An OBJ file basically contains a list of 'vertices', which show where each point of the model should go in 3D space, and a list of 'facets', which show how to form surfaces from those points. Here's the OBJ file for a simple cube.. v 0 0 0 v 0.02 0 0 v 0.02 0.02 0 v 0 0.02 0 v 0 0 -0.0199126 v 0.02 0 -0.0199126 v 0.02 0.02 -0.0199126 v 0 0.02 -0.0199126 f 1 5 6 2 f 2 6 7 3 f 3 7 8 4 f 4 8 5 1 f 8 7 6 5 f 1 2 3 4 You can see that each of the 'v' (vertex) lines gives an X,Y,Z location. The first 'f' (facet) line tells Poser to create a surface with vertices 1,5,6, and 2 as its corners. Poser then takes these basic instructions and does lots of other things with them: scales the shape up or down, rotates it in various ways, attaches it to other shapes to make a body, applies colors or materials to the facets. Those other actions are contained in the CR2 (figure) or PP2 (prop) files. Note that most of these files are in compressed form (OBZ instead of OBJ) in Poser 6; you'll have to unzip them to see the "real stuff".
My python page
My ShareCG freebies
Exactly. These are the underlying shapes, and most of the OBJ files are used by several different figures. It is possible to load an OBJ directly into Poser (File:Import:Wavefront OBJ) but that's not the usual way of doing things.
My python page
My ShareCG freebies
Akura, AFAIK, daz studio can read the obz format. If you can find the file it's looking for in the P6 library, try making a copy of it and putting in the main Geometries folder. Then load the figure in studio and see if it opens. If it works, let me know. Other people have been asking the same question. mac
Ok when it asks for the PMD file, find it. It well reconise it. Then when It asks for you to find the obj file hit no. Reimport the scene, then when it asks to find the pmd, find it and then DAZ Studio will not ask for the obj file the second time and file will load automatically.
Message edited on: 04/26/2005 15:46
This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.
Could somebody please tell me what "Geometries" in Poser 6 are, how you access them and how they are used? I see in my files that I have a ton of them but don't know what to do with them or how. Thanks so much! :)