Class SpriteLevelMixer
- java.lang.Object
-
- net.lax1dude.eaglercraft.v1_8.opengl.SpriteLevelMixer
-
public class SpriteLevelMixer extends java.lang.Object
Copyright (c) 2022-2023 LAX1DUDE. All Rights Reserved. WITH THE EXCEPTION OF PATCH FILES, MINIFIED JAVASCRIPT, AND ALL FILES NORMALLY FOUND IN AN UNMODIFIED MINECRAFT RESOURCE PACK, YOU ARE NOT ALLOWED TO SHARE, DISTRIBUTE, OR REPURPOSE ANY FILE USED BY OR PRODUCED BY THE SOFTWARE IN THIS REPOSITORY WITHOUT PRIOR PERMISSION FROM THE PROJECT AUTHOR. NOT FOR COMMERCIAL OR MALICIOUS USE (please read the 'LICENSE' file this repo's root directory for more info)
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
fragmentShaderPath
static IBufferArrayGL
vertexArray
static java.lang.String
vertexShaderPath
static IShaderGL
vshLocal
-
Constructor Summary
Constructors Constructor Description SpriteLevelMixer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
drawSprite(float level)
static void
setBiasColor(float r, float g, float b, float a)
static void
setBlendColor(float r, float g, float b, float a)
static void
setIdentityMatrix()
static void
setMatrix3f(Matrix3f matrix)
-
-
-
Field Detail
-
vertexShaderPath
public static final java.lang.String vertexShaderPath
- See Also:
- Constant Field Values
-
fragmentShaderPath
public static final java.lang.String fragmentShaderPath
- See Also:
- Constant Field Values
-
vshLocal
public static IShaderGL vshLocal
-
vertexArray
public static IBufferArrayGL vertexArray
-
-
Method Detail
-
setBlendColor
public static void setBlendColor(float r, float g, float b, float a)
-
setBiasColor
public static void setBiasColor(float r, float g, float b, float a)
-
setIdentityMatrix
public static void setIdentityMatrix()
-
setMatrix3f
public static void setMatrix3f(Matrix3f matrix)
-
drawSprite
public static void drawSprite(float level)
-
-