8d613019ce
As Rafa and I told you earlier this can't be integrated in the CMAKE chain. It needs to be compiled by the user out of the OSG standard compilation. It could be stored in the examples. That way users will not come here asking for the examples. Main characteristics are: -Menu with loading and unloading by path. -Return to home view -Keyboard capabilities with manipilator switch and basic state changing. -Change color screen. -Osg log bypassed to LogCat (This comes practically straight from Marcin Hajder example I've only added personal TAG) -Earmbi / Earmbi V7 -Install to SD (if the device supports the feature) And that's all. Now I'm looking to fix the environmental mapping with true GLES (it does not work well in Android) I will try to make it in time for 3.0. The other work that i'm studying Dynamic build with Android but that will need a lot of time to test.
29 lines
1.5 KiB
XML
29 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string name="hello">Hello World, osgViewer!</string>
|
|
<string name="app_name">osgAndroidExample</string>
|
|
<color name="uiControlBar">#BBBBBB</color>
|
|
<string name="uiButtonLight">Light (ON/OFF)</string>
|
|
<string name="uiButtonCenter">Center View</string>
|
|
<string name="uiButtonChangeNavigation">Change Navigation</string>
|
|
<string name="uiTextEntryText">Write address</string>
|
|
<string name="uiToastNavPrincipal">Main navigation</string>
|
|
<string name="uiToastNavSecond">Second Navigation</string>
|
|
<string name="uiToastLightOn">Light ON</string>
|
|
<string name="uiToastLightOff">Light OFF</string>
|
|
<string name="menuLoadObject">Load Object</string>
|
|
<string name="menuLoadObjectCondensed">L. Object</string>
|
|
<string name="menuDeleteObject">Delete Object</string>
|
|
<string name="menuDeleteObjectCondensed">D. Object</string>
|
|
<string name="menuCleanScene">Clean Scene</string>
|
|
<string name="menuCleanSceneCondensed">Clean</string>
|
|
<string name="menuChangeBackground">Change Background</string>
|
|
<string name="menuChangeBackgroundCondensed">C.Background</string>
|
|
<string name="menuShowKeyboard">Show Keyboard</string>
|
|
<string name="menuShowKeyboardCondensed">S.Keyboard</string>
|
|
<string name="uiDialogTextChoseRemove">Select Object</string>
|
|
<string name="uiDialogTextAddress">Write file address</string>
|
|
<string name="uiDialogOk">Accept</string>
|
|
<string name="uiDialogCancel">Cancel</string>
|
|
</resources>
|