Revision 3c219720
Added by Leszek Koltunski over 4 years ago
src/main/java/org/distorted/examples/TableOfContents.java | ||
---|---|---|
120 | 120 |
EARTH (R.drawable.icon_example_earth , R.string.example_earth , R.string.example_earth_subtitle , EarthActivity.class), |
121 | 121 |
RUBIK (R.drawable.icon_example_rubik , R.string.example_rubik , R.string.example_rubik_subtitle , RubikActivity.class), |
122 | 122 |
MESHJOIN (R.drawable.icon_example_meshjoin , R.string.example_meshjoin , R.string.example_meshjoin_subtitle , MeshJoinActivity.class), |
123 |
PREDEFORM (R.drawable.icon_example_wip , R.string.example_predeform , R.string.example_predeform_subtitle , PredeformActivity.class),
|
|
123 |
PREDEFORM (R.drawable.icon_example_predeform , R.string.example_predeform , R.string.example_predeform_subtitle , PredeformActivity.class),
|
|
124 | 124 |
; |
125 | 125 |
|
126 | 126 |
final int icon, title, subtitle; |
Also available in: Unified diff
1. New icon for PreDeform app
2. Library: advances with DeferredMeshJobs