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

Method glVertex3f

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

Source from the content-addressed store, hash-verified

151 void glVertex2f(float x, float y);
152
153 void glVertex3f(float x, float y, float z);
154
155 void glVertexPointer(int size, int stride, FloatBuffer pointer);
156

Callers 13

glVertex3fMethod · 0.65
drawPolyLinesMethod · 0.65
R_RenderDlightMethod · 0.65
R_DrawSpriteModelMethod · 0.65
R_DrawNullModelMethod · 0.65
GL_DrawParticlesMethod · 0.65
R_PolyBlendMethod · 0.65
R_DrawBeamMethod · 0.65
drawModelTrisMethod · 0.65
GL_DrawAliasShadowMethod · 0.65
R_DrawAliasModelMethod · 0.65
EmitWaterPolysMethod · 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