Removed Lighting.cpp from repository, it is nolonger used and was just hanging
around erroneously.
This commit is contained in:
parent
20e5751a4a
commit
067619d1fb
@ -1,15 +0,0 @@
|
||||
#include "osg/GL"
|
||||
#include "osg/Lighting"
|
||||
|
||||
using namespace osg;
|
||||
|
||||
void Lighting::enable( void )
|
||||
{
|
||||
glEnable( GL_LIGHTING );
|
||||
}
|
||||
|
||||
|
||||
void Lighting::disable( void )
|
||||
{
|
||||
glDisable( GL_LIGHTING );
|
||||
}
|
Loading…
Reference in New Issue
Block a user