Added getNumLayers method
This commit is contained in:
parent
f16a78ad97
commit
db395b18af
@ -239,6 +239,8 @@ public:
|
||||
return _layerGeode;
|
||||
}
|
||||
|
||||
inline unsigned int getNumLayerLavels() const { return _numLayerLevels; }
|
||||
|
||||
// default value to use when setting up textures.
|
||||
void setMaxAnisotropy(float anisotropy)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user