Main repository of MikuMikuStudio
Revision | a60716f031bbe43e4ba42943b2b61d3072c4a2ad (tree) |
---|---|
Time | 2013-04-20 02:36:55 |
Author | ShAdOwIsLoRd <ShAdOwIsLoRd@75d0...> |
Commiter | ShAdOwIsLoRd |
git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@10567 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
@@ -60,9 +60,9 @@ public class TestUrlLoading extends SimpleApplication { | ||
60 | 60 | |
61 | 61 | Geometry quad = new Geometry("Textured Quad", quadMesh); |
62 | 62 | |
63 | - assetManager.registerLocator("http://www.jmonkeyengine.com/wp-content/uploads/2010/09/", | |
63 | + assetManager.registerLocator("https://jmonkeyengine.googlecode.com/svn/BookSamples/assets/Textures/", | |
64 | 64 | UrlLocator.class); |
65 | - TextureKey key = new TextureKey("planet-2.jpg", false); | |
65 | + TextureKey key = new TextureKey("mucha-window.png", false); | |
66 | 66 | key.setGenerateMips(true); |
67 | 67 | Texture tex = assetManager.loadTexture(key); |
68 | 68 |