depricate Phosphor
This commit is contained in:
parent
cd841ad39e
commit
88a7715fca
1 changed files with 1 additions and 0 deletions
|
@ -808,6 +808,7 @@ public class Materials implements IColorModulationContainer, ISubTagContainer {
|
||||||
@Deprecated public static Materials Wolframite = new Materials(Tungstate, false);
|
@Deprecated public static Materials Wolframite = new Materials(Tungstate, false);
|
||||||
@Deprecated public static Materials Wolframium = new Materials(Tungsten, false);
|
@Deprecated public static Materials Wolframium = new Materials(Tungsten, false);
|
||||||
@Deprecated public static Materials Wolfram = new Materials(Tungsten, false);
|
@Deprecated public static Materials Wolfram = new Materials(Tungsten, false);
|
||||||
|
@Deprecated public static Materials Phosphor = new Materials(Phosphorus, false);
|
||||||
|
|
||||||
public final short[] mRGBa = new short[]{255, 255, 255, 0}, mMoltenRGBa = new short[]{255, 255, 255, 0};
|
public final short[] mRGBa = new short[]{255, 255, 255, 0}, mMoltenRGBa = new short[]{255, 255, 255, 0};
|
||||||
public TextureSet mIconSet;
|
public TextureSet mIconSet;
|
||||||
|
|
Loading…
Reference in a new issue