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

Method R_LightPoint

client/src/main/java/jake2/client/render/fast/Main.java:91–91  ·  view source on GitHub ↗
(float[] p, float[] color)

Source from the content-addressed store, hash-verified

89 abstract void R_DrawBrushModel(entity_t e); // Surf.java
90 abstract void Draw_InitLocal();
91 abstract void R_LightPoint(float[] p, float[] color);
92 abstract void R_PushDlights();
93 abstract void R_MarkLeaves();
94 abstract void R_DrawWorld();

Callers 3

R_DrawNullModelMethod · 0.95
R_SetLightLevelMethod · 0.95
R_DrawAliasModelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected