Removed deprecated code from the distribution.
Added .osg support for Texture1D and Texture3D.
This commit is contained in:
@@ -7,12 +7,12 @@
|
||||
#ifndef OSG_TEXTURE2D
|
||||
#define OSG_TEXTURE2D 1
|
||||
|
||||
#include <osg/TextureBase>
|
||||
#include <osg/Texture>
|
||||
|
||||
namespace osg {
|
||||
|
||||
/** Texture state class which encapsulates OpenGl texture functionality.*/
|
||||
class SG_EXPORT Texture2D : public TextureBase
|
||||
class SG_EXPORT Texture2D : public Texture
|
||||
{
|
||||
|
||||
public :
|
||||
|
||||
Reference in New Issue
Block a user