Fixed shadows warnings
This commit is contained in:
@@ -277,7 +277,6 @@ bool Camera::Lens::convertToPerspective( float d )
|
||||
|
||||
void Camera::Lens::apply(float xshear, float yshear)
|
||||
{
|
||||
osg::Matrix::value_type _matrix[16];
|
||||
generateMatrix(xshear,yshear,_matrix);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user