Modifier and Type | Field and Description |
---|---|
private Vector4f[] |
WorldRenderer.debugTerrainMatrix |
Modifier and Type | Method and Description |
---|---|
float |
Vector4f.dot(Vector4f vectorIn) |
Modifier and Type | Field and Description |
---|---|
private Vector4f[] |
ClippingHelperImpl.frustum |
Modifier and Type | Method and Description |
---|---|
default void |
IForgeTransformationMatrix.transformPosition(Vector4f position) |
Modifier and Type | Field and Description |
---|---|
private Vector4f |
SimpleModelFontRenderer.vec |
Modifier and Type | Field and Description |
---|---|
private Vector4f |
B3DModel.Brush.color |
private Vector4f |
B3DModel.Vertex.color |
private Vector4f[] |
B3DModel.Vertex.texCoords |
Modifier and Type | Method and Description |
---|---|
Vector4f |
B3DModel.Brush.getColor() |
Vector4f |
B3DModel.Vertex.getColor() |
Vector4f[] |
B3DModel.Vertex.getTexCoords() |
Constructor and Description |
---|
Brush(java.lang.String name,
Vector4f color,
float shininess,
int blend,
int fx,
java.util.List<B3DModel.Texture> textures) |
Vertex(Vector3f pos,
Vector3f normal,
Vector4f color,
Vector4f[] texCoords) |
Vertex(Vector3f pos,
Vector3f normal,
Vector4f color,
Vector4f[] texCoords) |
Modifier and Type | Field and Description |
---|---|
Vector4f |
MaterialLibrary.Material.ambientColor |
private static Vector4f |
OBJModel.COLOR_WHITE |
Vector4f |
MaterialLibrary.Material.diffuseColor |
Vector4f |
MaterialLibrary.Material.specularColor |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Vector4f> |
OBJModel.colors |
Modifier and Type | Method and Description |
---|---|
static Vector4f |
OBJModel.parseVector4(java.lang.String[] line) |
Modifier and Type | Method and Description |
---|---|
private org.apache.commons.lang3.tuple.Pair<BakedQuad,Direction> |
OBJModel.makeQuad(int[][] indices,
int tintIndex,
Vector4f colorTint,
Vector4f ambientColor,
TextureAtlasSprite texture,
TransformationMatrix transform) |
private void |
OBJModel.putVertexData(IVertexConsumer consumer,
Vector4f position0,
Vec2f texCoord0,
Vector3f normal0,
Vector4f color0,
Vec2f uv2,
TextureAtlasSprite texture) |
Modifier and Type | Method and Description |
---|---|
static boolean |
TransformationHelper.epsilonEquals(Vector4f v1,
Vector4f v2,
float epsilon) |