Initial work on the Attractor alchemy array. Very WIP and is not quite where I like it.

This commit is contained in:
WayofTime 2016-06-27 20:01:34 -04:00
parent a35e4385ed
commit ad546380a3
11 changed files with 895 additions and 6 deletions

View file

@ -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();