fixed: auto_ptr -> unique_ptr
[opensg.git] / Source / Contrib / PLY / README
blobe60c4cf4331eebfb33341b394556876d3a18ad2f
2 README for PLY
3 ==============
5 Name:                   PLY
6 License:                special, see OSGply.h
7 Maintainer:             ???
8 Initial Author:         Chad Austin <aegisk@cs.iastate.edu>
9 Additional Libraries:   -
10 Added:                  2005/06/08
11 Last modified:          2005/06/08
12 Last tested:            2005/06/08
14 Description:
16 This is a PLY loader based on Greg Turk's code. The reason this is not
17 in the core is the license, which doesn't allow commercial use. Other than
18 that it's pretty functional and loads all the usual models.
20 If you want to add this to your standard system (because you don't intend
21 to  sell your software anyway) you can just copy this directory into
22 Source/System/FileIO and rename common.libs.in.system to common.libs.in.  On
23 Windows you also have to change the OSG_CONTRIBLIB_DLLMAPPING in
24 OSGPLYSceneFileType.h to OSG_SYSTEMLIB_DLLMAPPING. After a reconfigure and
25 compile your programs should be able to load .ply files.