Package | Description |
---|---|
buildcraft.lib.client.model | |
buildcraft.lib.client.model.json | |
buildcraft.lib.client.render | |
buildcraft.lib.client.render.fluid | |
buildcraft.lib.client.render.tile |
Modifier and Type | Field and Description |
---|---|
MutableVertex |
MutableQuad.vertex_0 |
MutableVertex |
MutableQuad.vertex_1 |
MutableVertex |
MutableQuad.vertex_2 |
MutableVertex |
MutableQuad.vertex_3 |
Modifier and Type | Method and Description |
---|---|
MutableVertex |
MutableVertex.colourf(float r,
float g,
float b,
float a) |
MutableVertex |
MutableVertex.colouri(int rgba) |
MutableVertex |
MutableVertex.colouri(int r,
int g,
int b,
int a) |
MutableVertex |
MutableVertex.colourv(javax.vecmath.Tuple4f vec) |
MutableVertex |
MutableVertex.copyFrom(MutableVertex from) |
MutableVertex |
MutableVertex.invertNormal() |
MutableVertex |
MutableVertex.lightf(float block,
float sky) |
MutableVertex |
MutableVertex.lighti(int combined) |
MutableVertex |
MutableVertex.lighti(int block,
int sky) |
MutableVertex |
MutableVertex.lightv(javax.vecmath.Tuple2f vec) |
MutableVertex |
MutableVertex.maxLighti(int block,
int sky) |
MutableVertex |
MutableVertex.multColourd(double d) |
MutableVertex |
MutableVertex.multColourd(double r,
double g,
double b,
double a) |
MutableVertex |
MutableVertex.multColouri(int by) |
MutableVertex |
MutableVertex.multColouri(int r,
int g,
int b,
int a) |
MutableVertex |
MutableVertex.multShade()
Multiplies the colour by
MutableQuad.diffuseLight(float, float, float) for the normal. |
MutableVertex |
MutableVertex.normalf(float x,
float y,
float z)
Sets the current normal given the x, y, and z coordinates.
|
MutableVertex |
MutableVertex.normali(int combined) |
MutableVertex |
MutableVertex.normalv(javax.vecmath.Tuple3f vec)
Sets the current normal for this vertex based off the given vector.
Note: This calls normalf(float, float, float) internally, so refer to that for more warnings. |
MutableVertex |
MutableVertex.positiond(double x,
double y,
double z) |
MutableVertex |
MutableVertex.positionf(float x,
float y,
float z) |
MutableVertex |
MutableVertex.positionv(javax.vecmath.Tuple3f vec) |
MutableVertex |
MutableVertex.rotateX_180()
Rotates this vertex around the X axis by 180 degrees.
|
MutableVertex |
MutableVertex.rotateX_90(float scale)
Rotates this vertex around the X axis 90 degrees.
|
MutableVertex |
MutableVertex.rotateY_180()
Rotates this vertex around the Y axis by 180 degrees.
|
MutableVertex |
MutableVertex.rotateY_90(float scale)
Rotates this vertex around the Y axis 90 degrees.
|
MutableVertex |
MutableVertex.rotateZ_180()
Rotates this vertex around the Z axis by 180 degrees.
|
MutableVertex |
MutableVertex.rotateZ_90(float scale)
Rotates this vertex around the Z axis 90 degrees.
|
MutableVertex |
MutableVertex.scaled(double scale) |
MutableVertex |
MutableVertex.scaled(double x,
double y,
double z) |
MutableVertex |
MutableVertex.scalef(float scale) |
MutableVertex |
MutableVertex.scalef(float x,
float y,
float z) |
MutableVertex |
MutableVertex.texf(float u,
float v) |
MutableVertex |
MutableVertex.texFromSprite(net.minecraft.client.renderer.texture.TextureAtlasSprite sprite) |
MutableVertex |
MutableVertex.texv(javax.vecmath.Tuple2f vec) |
MutableVertex |
MutableVertex.transform(javax.vecmath.Matrix4f matrix) |
MutableVertex |
MutableVertex.translated(double x,
double y,
double z) |
MutableVertex |
MutableVertex.translatef(float x,
float y,
float z) |
MutableVertex |
MutableVertex.translatei(int x,
int y,
int z) |
MutableVertex |
MutableVertex.translatevd(net.minecraft.util.math.Vec3d vec) |
MutableVertex |
MutableVertex.translatevi(net.minecraft.util.math.Vec3i vec) |
Modifier and Type | Method and Description |
---|---|
MutableVertex |
MutableVertex.copyFrom(MutableVertex from) |
Constructor and Description |
---|
MutableVertex(MutableVertex from) |
Modifier and Type | Method and Description |
---|---|
void |
JsonVertex.loadInto(MutableVertex vertex) |
Constructor and Description |
---|
JsonVertex(MutableVertex vertex) |
Modifier and Type | Field and Description |
---|---|
MutableVertex |
CuboidRenderer.CuboidRenderContext.vertex |
Modifier and Type | Field and Description |
---|---|
static MutableVertex |
FluidRenderer.vertex |
Modifier and Type | Field and Description |
---|---|
MutableVertex |
RenderPartCube.center
The centre of this element.
|
MutableVertex |
RenderMachineWave.centerStart |