Revision a71ef7f1
Added by Leszek Koltunski over 5 years ago
| src/main/java/org/distorted/examples/TableOfContents.java | ||
|---|---|---|
| 118 | 118 |
MOVINGGLOW (R.drawable.icon_example_movingglow , R.string.example_moving_glow , R.string.example_moving_glow_subtitle , MovingGlowActivity.class), |
| 119 | 119 |
EARTH (R.drawable.icon_example_earth , R.string.example_earth , R.string.example_earth_subtitle , EarthActivity.class), |
| 120 | 120 |
RUBIK (R.drawable.icon_example_rubik , R.string.example_rubik , R.string.example_rubik_subtitle , RubikActivity.class), |
| 121 |
MESHJOIN (R.drawable.icon_example_wip , R.string.example_meshjoin , R.string.example_meshjoin_subtitle , MeshJoinActivity.class),
|
|
| 121 |
MESHJOIN (R.drawable.icon_example_meshjoin , R.string.example_meshjoin , R.string.example_meshjoin_subtitle , MeshJoinActivity.class),
|
|
| 122 | 122 |
; |
| 123 | 123 |
|
| 124 | 124 |
final int icon, title, subtitle; |
| src/main/java/org/distorted/examples/meshjoin/MeshJoinRenderer.java | ||
|---|---|---|
| 139 | 139 |
|
| 140 | 140 |
if( mMesh==null ) mMesh = createJoinedTetrahedron(); |
| 141 | 141 |
|
| 142 |
//mMesh.setShowNormals(true); |
|
| 143 |
|
|
| 144 | 142 |
mScreen.detachAll(); |
| 145 | 143 |
mScreen.attach(mTexture,mEffects,mMesh); |
| 146 | 144 |
|
Also available in: Unified diff
Icons, details.