Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
createLight
Method · 0.95
getRootSceneNode
Method · 0.95
attachObject
Method · 0.95
createCamera
Method · 0.95
setAutoAspectRatio
Method · 0.95
createEntity
Method · 0.95
initAppForAndroid
Method · 0.80
addSceneManager
Method · 0.80
setNearClipDistance
Method · 0.80
addViewport
Method · 0.80
getRenderWindow
Method · 0.80
renderOneFrame
Method · 0.80
Tested by
no test coverage detected