Thanks - I had just started working on this!
A couple of points - 
I can't get this to work with binary models, is it limited to certain features 
in the binary ply?
The normals seem to be the wrong way round (at least for the Stanford bunny 
model)

I think you need the attached CMakeLists.txt to build this and add 
ADD_SUBDIRECTORY(ply) to the CMakeLists.txt in osg-Plugins

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=9574#9574



SET(TARGET_SRC
    ReaderWriterPLY.cpp   
        plyfile.cpp
        vertexData.cpp
)

SET(TARGET_H
    ply.h
        typedefs.h
        vertexData.h
)
#### end var setup  ###
SETUP_PLUGIN(ply)
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to