MCPcopy Create free account
hub / github.com/demoth/jake2 / glTranslatef

Method glTranslatef

client/src/main/java/jake2/client/render/opengl/QGL.java:147–147  ·  view source on GitHub ↗
(float x, float y, float z)

Source from the content-addressed store, hash-verified

145 int width, int height, int format, int type, IntBuffer pixels);
146
147 void glTranslatef(float x, float y, float z);
148
149 void glUnlockArraysEXT();
150

Callers 4

glTranslatefMethod · 0.65
R_RotateForEntityMethod · 0.65
R_SetupGLMethod · 0.65
R_DrawSkyBoxMethod · 0.65

Implementers 2

LwjglGLclient/src/main/java/jake2/client/rend
DummyGLclient/src/main/java/jake2/client/rend

Calls

no outgoing calls

Tested by

no test coverage detected