Keeping all textures + model together is the easiest solution. And if you reuse textures between models then mount a common texture path in your application like '/lib/textures' and use that.
Greetings, On 10/16/06, piotr_obrzut <[EMAIL PROTECTED]> wrote: > hi, > > last thing that remains of my vfs problems is separate mesh and ragdoll > file - ragdoll is a set of property classes and entities combined together > (included pcmesh property class). Unfortunatly pcmesh has a reference to a > seperate mesh file (which can be saved with 'dummy path' from editor). The > proper solution would be to save the ragdoll and mesh in same directory (both > will use same and right 'dummy path' for loading). > > The problem is that I can't prevent users from saving ragdoll setup in > different dir nice way. The best choices would be: > > 1. embed ragdoll xml in mesh file (this requires too much work, and leaves > the problem open for loading entire scene). > > 2. copy all stuff to ragdoll/scene target directory (this also might be > tricky - imagine that mesh is using textures from different directory - I > would need to scan the xml for all dependencies). > > Anyone have better idea? > > -- > greetings, > Piotr Obrzut > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Crystal-main mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/crystal-main > Unsubscribe: mailto:[EMAIL PROTECTED] > -- Project Manager of Crystal Space (http://www.crystalspace3d.org) and CEL (http://cel.crystalspace3d.org) Support Crystal Space. Donate at https://sourceforge.net/donate/index.php?group_id=649 ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Crystal-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/crystal-main Unsubscribe: mailto:[EMAIL PROTECTED]
