OpenSceneGraph/src/osgPlugins/lws
Robert Osfield df48d440e4 From Colin McDonald, "Attached are some fixes to build osg using the Solaris Studio compiler.
I've also checked the modified files still build ok with other
compilers (Linux gcc, Windows Visual Studio).

osgDB/OutputStream.cpp and osgPlugins/lws/SceneLoader.cpp require
stdlib.h for atoi use.

In osg/Uniform.cpp the compiler complains that base_class is unknown
unless I add a class name qualifier.

Not a build fix, but I spotted a typo in osgUtil/SceneView."
2013-09-05 10:23:05 +00:00
..
CMakeLists.txt
ReaderWriterLWS.cpp Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
SceneLoader.cpp From Colin McDonald, "Attached are some fixes to build osg using the Solaris Studio compiler. 2013-09-05 10:23:05 +00:00
SceneLoader.h From Cedric Pinson, "I fixed a little issue with the lightwave scene loader. On the version 5 there are id on the command LoadObjectLayer in the scene file and of this version the current code use this field as a part of the filename, and it fails because the file is not found. 2013-06-24 12:51:02 +00:00