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

Method init

fullgame/src/test/java/jake2/fullgame/DebugCulling.java:61–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 }
60
61 void init()
62 {
63
64 Jake2.Init(new String[] { "$Id: DebugCulling.java,v 1.6 2008-03-02 14:56:21 cawe Exp $" });
65 // sehr wichtig !!!
66 VID.Shutdown();
67
68 this.re = Renderer.getDriver("jogl");
69
70 re.Init(0, 0);
71
72 viddef = ClientGlobals.viddef;
73 }
74
75 float fps = 0.0f;
76 long start = 0;

Callers 1

mainMethod · 0.95

Calls 4

InitMethod · 0.95
ShutdownMethod · 0.95
getDriverMethod · 0.95
InitMethod · 0.65

Tested by

no test coverage detected