Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2024 Nov 29 7:57 am)
If the earing obj was imported into Poser and saved as a Prop in the library, the obj's data was included in the pp2 file (this is called embedded geometry). You have in this file all you need to package (in addition to textures, of course). It is possible to define Props (pp2) with an external obj file (usually set somewhere in Poser's Geometries directory. This method (external geometry) is mostly used with Character files (CR2) but can also be used with props. The main reason you may want to use an external obj file is that the geometry will not get saved in scene files (pz3), so that these file keep a low filesize. Also, unless I'm mistaken, Poser will load the obj in memory and use that definition each time it's needed by a prop. With embedded geometry, the object is loaded in memory as many time as there are props using that obj (meaning higher memory need) (someone may want to correct me if I'm wrong on this).
I have no problems including the obj file, expecially if it makes the scene smaller. But how can it help people who are using the pp2 files now that the geometry is written to the file? Is there somewhere I can correct this so the pp2 for an example point to the obj in the geometry folder? It's for the free section here at ROS but anyway, I'll like to do it so it loads and are a smooth use.
yOU CAN USE THE P-WIZARD available by Kattman here in the RMP, I thoght there was a tutorial on doing it by hand @ sixus1.com but am not seeing it.
♠Ω Poser eZine
Ω♠
♠Ω Poser Free Stuff
Ω♠
♠Ω My Homepage Ω♠
www.3rddimensiongraphics.net
Attached Link: http://www.poserforums.com/viewtopic.php?t=282
I think that this is the tut that you were referring too Odeath.To use an external obj:
prop propName
{
storageOffset 0 0.3487 0
objFileGeom 0 0 :Runtime:Geometries:yourDir:propObjName.obj
}
The propName tag must be the same as for the second 'prop' section containing the various 'channels' (ie.dials) definitions.
This is the process I go through for my own items and it seems to be working fine.
I think there may be a tutorial about this somewhere in the Tutorial section here.
Yup that is the one Sixus, I was looking in the modelling section rather then the tech section, :)
♠Ω Poser eZine
Ω♠
♠Ω Poser Free Stuff
Ω♠
♠Ω My Homepage Ω♠
www.3rddimensiongraphics.net
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.
I have made a prop, that is a set of ear rings, imported them to Poser and attached them to V3 as a smart prop. Now I want to zip it all and put it online but what about the obj I used? Will I have to put that into Posers Geo folder and where? Or is it enough to upload the pp2 and png files?