-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
type:bugSomething isn't workingSomething isn't working
Description
I am using the following code to render a Fluid slot (s) in my GUI, which works perfectly in fancy or fast graphics, but is invisible in fabulous graphics.
List<FluidRenderFace> faces = new ArrayList<>();
faces.add(FluidRenderFace.createFlatFaceZ(0, 0, 0, 16, 16, 0, 1 / 16., false, false));
matrices.push();
matrices.translate(s.x, s.y, 0);
FluidVolume fluidStack = fs.getFluidStack();
fluidStack.render(faces, FluidVolumeRenderer.VCPS, matrices);
FluidVolumeRenderer.VCPS.draw();
matrices.pop();Metadata
Metadata
Assignees
Labels
type:bugSomething isn't workingSomething isn't working