Project

General

Profile

« Previous | Next » 

Revision 508ee98f

Added by Leszek Koltunski about 4 years ago

New API: MeshBase.join() and a skeleton of an App to test it.

View differences:

src/main/java/org/distorted/examples/TableOfContents.java
70 70
import org.distorted.examples.movingglow.MovingGlowActivity;
71 71
import org.distorted.examples.earth.EarthActivity;
72 72
import org.distorted.examples.rubik.RubikActivity;
73
import org.distorted.examples.meshjoin.MeshJoinActivity;
73 74

  
74 75
///////////////////////////////////////////////////////////////////////////////////////////////////
75 76

  
......
116 117
    GLOW              (R.drawable.icon_example_glow            , R.string.example_glow            , R.string.example_glow_subtitle            ,             GlowActivity.class),
117 118
    MOVINGGLOW        (R.drawable.icon_example_movingglow      , R.string.example_moving_glow     , R.string.example_moving_glow_subtitle     ,       MovingGlowActivity.class),
118 119
    EARTH             (R.drawable.icon_example_earth           , R.string.example_earth           , R.string.example_earth_subtitle           ,            EarthActivity.class),
119
    RUBIK             (R.drawable.icon_example_rubik           , R.string.example_rubik           , R.string.example_rubik_subtitle           ,            RubikActivity.class)
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),
120 122
    ;
121 123

  
122 124
    final int icon, title, subtitle;

Also available in: Unified diff