Project

General

Profile

« Previous | Next » 

Revision 9cbe58b0

Added by Leszek Koltunski almost 4 years ago

Library: make setEffectAssociation a deferred job (because we do copy the uniforms during join!)
SingleMesh App: almost finished.

View differences:

src/main/res/layout/singlemeshlayout.xml
18 18
        <Button
19 19
            android:layout_width="wrap_content"
20 20
            android:layout_height="match_parent"
21
            android:id="@+id/singlemeshButton0"
22
            android:text="@string/color_red"
21
            android:id="@+id/singlemeshButtonLX"
22
            android:text="LX"
23 23
            android:onClick="onClick"
24 24
            android:layout_weight="1"/>
25 25
        <Button
26 26
            android:layout_width="wrap_content"
27 27
            android:layout_height="match_parent"
28
            android:id="@+id/singlemeshButton1"
29
            android:text="@string/color_green"
28
            android:id="@+id/singlemeshButtonRX"
29
            android:text="RX"
30
            android:onClick="onClick"
31
            android:layout_weight="1"/>
32
        <Button
33
            android:layout_width="wrap_content"
34
            android:layout_height="match_parent"
35
            android:id="@+id/singlemeshButtonLY"
36
            android:text="LY"
37
            android:onClick="onClick"
38
            android:layout_weight="1"/>
39
        <Button
40
            android:layout_width="wrap_content"
41
            android:layout_height="match_parent"
42
            android:id="@+id/singlemeshButtonRY"
43
            android:text="RY"
44
            android:onClick="onClick"
45
            android:layout_weight="1"/>
46
        <Button
47
            android:layout_width="wrap_content"
48
            android:layout_height="match_parent"
49
            android:id="@+id/singlemeshButtonLZ"
50
            android:text="LZ"
51
            android:onClick="onClick"
52
            android:layout_weight="1"/>
53
        <Button
54
            android:layout_width="wrap_content"
55
            android:layout_height="match_parent"
56
            android:id="@+id/singlemeshButtonRZ"
57
            android:text="RZ"
30 58
            android:onClick="onClick"
31 59
            android:layout_weight="1"/>
32 60

  

Also available in: Unified diff