初次提交
BIN
第13章 顶点着色器的妙用/Sample13_3/res/drawable-hdpi/caodi.jpg
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
第13章 顶点着色器的妙用/Sample13_3/res/drawable-hdpi/coconut.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
第13章 顶点着色器的妙用/Sample13_3/res/drawable-hdpi/icon.png
Normal file
|
After Width: | Height: | Size: 9.2 KiB |
BIN
第13章 顶点着色器的妙用/Sample13_3/res/drawable-hdpi/sand.jpg
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
第13章 顶点着色器的妙用/Sample13_3/res/drawable-hdpi/sky.jpg
Normal file
|
After Width: | Height: | Size: 73 KiB |
BIN
第13章 顶点着色器的妙用/Sample13_3/res/drawable-hdpi/water.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
第13章 顶点着色器的妙用/Sample13_3/res/drawable-nodpi/land.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
16
第13章 顶点着色器的妙用/Sample13_3/res/layout/seekbar.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:orientation="vertical"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent">
|
||||
<TextView
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="14sp"
|
||||
android:id="@+id/seekbar_tv"/>
|
||||
<SeekBar
|
||||
android:id="@+id/seekbar_sb"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content">
|
||||
</SeekBar>
|
||||
</LinearLayout>
|
||||
BIN
第13章 顶点着色器的妙用/Sample13_3/res/raw/gamebg_music.wav
Normal file
BIN
第13章 顶点着色器的妙用/Sample13_3/res/raw/leaves.png
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
第13章 顶点着色器的妙用/Sample13_3/res/raw/treetrunk.png
Normal file
|
After Width: | Height: | Size: 38 KiB |
BIN
第13章 顶点着色器的妙用/Sample13_3/res/raw/wind.ogg
Normal file
4
第13章 顶点着色器的妙用/Sample13_3/res/values/strings.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="app_name">Sample13_3</string>
|
||||
</resources>
|
||||