Setter for generated texture depth added.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8316 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
73f073c794
commit
ff3336679d
@ -166,6 +166,15 @@ public class BlenderKey extends ModelKey {
|
|||||||
return generatedTextureHeight;
|
return generatedTextureHeight;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This method sets the depth of generated texture (in pixels). By default the value is 20 px.
|
||||||
|
* @param generatedTextureDepth
|
||||||
|
* the depth of generated texture
|
||||||
|
*/
|
||||||
|
public void setGeneratedTextureDepth(int generatedTextureDepth) {
|
||||||
|
this.generatedTextureDepth = generatedTextureDepth;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This method returns the depth of generated texture (in pixels). By default the value is 20 px.
|
* This method returns the depth of generated texture (in pixels). By default the value is 20 px.
|
||||||
* @return the depth of generated texture
|
* @return the depth of generated texture
|
||||||
|
Loading…
x
Reference in New Issue
Block a user