This website requires JavaScript.
Explore
Help
Sign In
FGFS-4.1
/
OpenSceneGraph
Watch
4
Star
0
Fork
0
You've already forked OpenSceneGraph
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
db6df6fefd5157648265afb8b112cdd0181829c0
OpenSceneGraph
/
src
/
osgPlugins
/
ply
History
Robert Osfield
8ae57c2797
From Marc Helbling, "I am sending a small fix in the PLY pseudo-loader; the extension was checked in plyfile.cpp thus preventing the loading of any .PLY file (extension in uppercase). The extension filtering is already handled by ReaderWriter::acceptsExtension in a case unsensitive way."
2014-01-24 16:01:59 +00:00
..
CMakeLists.txt
From Santosh Gaikwad, ply plugin, based on Equalizer and other LGPL compatible sources.
2009-04-09 18:26:04 +00:00
ply.h
Ran script to remove trailing spaces and tabs
2012-03-21 17:36:20 +00:00
plyfile.cpp
From Marc Helbling, "I am sending a small fix in the PLY pseudo-loader; the extension was checked in plyfile.cpp thus preventing the loading of any .PLY file (extension in uppercase). The extension filtering is already handled by ReaderWriter::acceptsExtension in a case unsensitive way."
2014-01-24 16:01:59 +00:00
ReaderWriterPLY.cpp
From Mourad Boufarguine, "Attached is a fix for the ply reader to use the output of osgDB::findDataFile.
2013-06-24 11:40:16 +00:00
typedefs.h
Ran script to remove trailing spaces and tabs
2012-03-21 17:36:20 +00:00
vertexData.cpp
Replaced deprecated Geometry::set*Binding()
2013-06-27 08:30:51 +00:00
vertexData.h
From Cedric Pinson, "I Updated the ply plugin to support alpha color in files. Plus I updated it to use by default an alpha of 1.0 instead of 0 when no alpha is specified.
2012-03-29 14:58:00 +00:00