-
public class RandomLuminanceNoiseTexture extends Texture2DCreated by maguggen on 11.07.2014.
-
-
Method Summary
Modifier and Type Method Description static RandomLuminanceNoiseTexturegenerate(int width, int height)-
Methods inherited from class net.protyposis.android.spectaculum.gles.Texture2D
delete, generateFloatTexture, getHeight, getWidth, setFilterMode -
Methods inherited from class net.protyposis.android.spectaculum.gles.Texture
getHandle, getTransformMatrix -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
generate
static RandomLuminanceNoiseTexture generate(int width, int height)
-
-
-
-