MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / beginSky

Method beginSky

src/main/java/net/optifine/shaders/Shaders.java:4907–4914  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4905 }
4906
4907 public static void beginSky()
4908 {
4909 isRenderingSky = true;
4910 fogEnabled = true;
4911 setDrawBuffers(dfbDrawBuffers);
4912 useProgram(ProgramSkyTextured);
4913 pushEntity(-2, 0);
4914 }
4915
4916 public static void setSkyColor(Vec3 v3color)
4917 {

Callers 1

renderWorldPassMethod · 0.95

Calls 3

setDrawBuffersMethod · 0.95
useProgramMethod · 0.95
pushEntityMethod · 0.95

Tested by

no test coverage detected