Initial work on the Attractor alchemy array. Very WIP and is not quite where I like it.
This commit is contained in:
parent
a35e4385ed
commit
ad546380a3
11 changed files with 895 additions and 6 deletions
|
@ -133,7 +133,7 @@ public class AlchemyCircleRenderer
|
|||
double var35 = 0;
|
||||
double var37 = 1;
|
||||
|
||||
GlStateManager.color(0.5f, 1f, 1f, 1f);
|
||||
GlStateManager.color(1f, 1f, 1f, 1f);
|
||||
wr.begin(7, DefaultVertexFormats.POSITION_TEX);
|
||||
// wr.setBrightness(200);
|
||||
wr.pos(size / 2f, size / 2f, 0.0D).tex(var33, var37).endVertex();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue