MCPcopy Create free account
hub / github.com/OGRECave/ogre / run

Method run

Samples/AndroidJNI/BasicSample.java:82–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80
81 Runnable destroyer = new Runnable() {
82 public void run() {
83 ogreApp.shutdown();
84 }
85 };
86 handler.post(destroyer);
87 }

Callers

nothing calls this directly

Calls 15

createLightMethod · 0.95
getRootSceneNodeMethod · 0.95
attachObjectMethod · 0.95
createCameraMethod · 0.95
setAutoAspectRatioMethod · 0.95
createEntityMethod · 0.95
initAppForAndroidMethod · 0.80
addSceneManagerMethod · 0.80
setNearClipDistanceMethod · 0.80
addViewportMethod · 0.80
getRenderWindowMethod · 0.80
renderOneFrameMethod · 0.80

Tested by

no test coverage detected