Project

General

Profile

« Previous | Next » 

Revision aedd9013

Added by Leszek Koltunski almost 7 years ago

First try to convert the Stencil app to a dual (directly to Screen / through intermediate Framebuffer) mode.
Doesn't work yet ( API is inconvenient / plain wrong )

View differences:

src/main/res/layout/fbolayout.xml
24 24
            android:orientation="horizontal">
25 25

  
26 26
            <RadioButton
27
                android:id="@+id/deformDistortButton"
27
                android:id="@+id/depthYesButton"
28 28
                android:layout_width="wrap_content"
29 29
                android:layout_height="wrap_content"
30 30
                android:checked="true"
......
32 32
                android:text="@string/DepthYes"/>
33 33

  
34 34
            <RadioButton
35
                android:id="@+id/deformDeformButton"
35
                android:id="@+id/depthNoButton"
36 36
                android:layout_width="wrap_content"
37 37
                android:layout_height="wrap_content"
38 38
                android:onClick="DepthNo"

Also available in: Unified diff