Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
glVertex3f
Method · 0.65
drawPolyLines
Method · 0.65
R_RenderDlight
Method · 0.65
R_DrawSpriteModel
Method · 0.65
R_DrawNullModel
Method · 0.65
GL_DrawParticles
Method · 0.65
R_PolyBlend
Method · 0.65
R_DrawBeam
Method · 0.65
drawModelTris
Method · 0.65
GL_DrawAliasShadow
Method · 0.65
R_DrawAliasModel
Method · 0.65
EmitWaterPolys
Method · 0.65
Implementers
2
LwjglGL
client/src/main/java/jake2/client/rend
DummyGL
client/src/main/java/jake2/client/rend
Calls
no outgoing calls
Tested by
no test coverage detected