|
@@ -704,35 +704,6 @@ public class RenderState implements Cloneable, Savable {
|
|
|
return true;
|
|
|
}
|
|
|
|
|
|
- /**
|
|
|
- * @deprecated Does nothing. Point sprite is already enabled by default for
|
|
|
- * all supported platforms. jME3 does not support rendering conventional
|
|
|
- * point clouds.
|
|
|
- *
|
|
|
- * @param pointSprite ignored
|
|
|
- */
|
|
|
- @Deprecated
|
|
|
- public void setPointSprite(boolean pointSprite) {
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * @deprecated Does nothing. To use alpha test, set the
|
|
|
- * <code>AlphaDiscardThreshold</code> material parameter.
|
|
|
- * @param alphaFallOff does nothing
|
|
|
- */
|
|
|
- @Deprecated
|
|
|
- public void setAlphaFallOff(float alphaFallOff) {
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * @deprecated Does nothing. To use alpha test, set the
|
|
|
- * <code>AlphaDiscardThreshold</code> material parameter.
|
|
|
- * @param alphaTest does nothing
|
|
|
- */
|
|
|
- @Deprecated
|
|
|
- public void setAlphaTest(boolean alphaTest) {
|
|
|
- }
|
|
|
-
|
|
|
/**
|
|
|
* Enable writing color.
|
|
|
*
|
|
@@ -981,14 +952,6 @@ public class RenderState implements Cloneable, Savable {
|
|
|
cachedHashCode = -1;
|
|
|
}
|
|
|
|
|
|
- /**
|
|
|
- * @deprecated
|
|
|
- * @param alphaFunc ignored
|
|
|
- */
|
|
|
- @Deprecated
|
|
|
- public void setAlphaFunc(TestFunction alphaFunc) {
|
|
|
- }
|
|
|
-
|
|
|
/**
|
|
|
* Sets the mesh line width.
|
|
|
* Use this in conjunction with {@link #setWireframe(boolean)} or with a mesh in
|
|
@@ -1235,7 +1198,6 @@ public class RenderState implements Cloneable, Savable {
|
|
|
/**
|
|
|
* @return true
|
|
|
* @deprecated Always returns true since point sprite is always enabled.
|
|
|
- * @see #setPointSprite(boolean)
|
|
|
*/
|
|
|
@Deprecated
|
|
|
public boolean isPointSprite() {
|