forked from jMonkeyEngine/jmonkeyengine
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from JoopAue/test-texture
Test texture
- Loading branch information
Showing
72 changed files
with
1,935 additions
and
839 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
jme3-android-examples/src/main/gen/com/jme3/android/BuildConfig.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/*___Generated_by_IDEA___*/ | ||
|
||
package com.jme3.android; | ||
|
||
/* This stub is only used by the IDE. It is NOT the BuildConfig class actually packed into the APK */ | ||
public final class BuildConfig { | ||
public final static boolean DEBUG = Boolean.parseBoolean(null); | ||
} |
7 changes: 7 additions & 0 deletions
7
jme3-android-examples/src/main/gen/com/jme3/android/Manifest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
/*___Generated_by_IDEA___*/ | ||
|
||
package com.jme3.android; | ||
|
||
/* This stub is only used by the IDE. It is NOT the Manifest class actually packed into the APK */ | ||
public final class Manifest { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
/*___Generated_by_IDEA___*/ | ||
|
||
package com.jme3.android; | ||
|
||
/* This stub is only used by the IDE. It is NOT the R class actually packed into the APK */ | ||
public final class R { | ||
} |
8 changes: 8 additions & 0 deletions
8
jme3-android/src/main/java/jme3test/android/gen/com/jme3/androiddemo/BuildConfig.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/*___Generated_by_IDEA___*/ | ||
|
||
package com.jme3.androiddemo; | ||
|
||
/* This stub is only used by the IDE. It is NOT the BuildConfig class actually packed into the APK */ | ||
public final class BuildConfig { | ||
public final static boolean DEBUG = Boolean.parseBoolean(null); | ||
} |
7 changes: 7 additions & 0 deletions
7
jme3-android/src/main/java/jme3test/android/gen/com/jme3/androiddemo/Manifest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
/*___Generated_by_IDEA___*/ | ||
|
||
package com.jme3.androiddemo; | ||
|
||
/* This stub is only used by the IDE. It is NOT the Manifest class actually packed into the APK */ | ||
public final class Manifest { | ||
} |
7 changes: 7 additions & 0 deletions
7
jme3-android/src/main/java/jme3test/android/gen/com/jme3/androiddemo/R.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
/*___Generated_by_IDEA___*/ | ||
|
||
package com.jme3.androiddemo; | ||
|
||
/* This stub is only used by the IDE. It is NOT the R class actually packed into the APK */ | ||
public final class R { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.