Update TestUrlLoading.java

native-compilation-test
Ev1lbl0w 8 years ago committed by GitHub
parent 5ed3292678
commit 1cf65d0d21
  1. 2
      jme3-examples/src/main/java/jme3test/asset/TestUrlLoading.java

@ -60,7 +60,7 @@ public class TestUrlLoading extends SimpleApplication {
Geometry quad = new Geometry("Textured Quad", quadMesh);
assetManager.registerLocator("https://jmonkeyengine.googlecode.com/svn/BookSamples/assets/Textures/",
assetManager.registerLocator("https://raw.githubusercontent.com/jMonkeyEngine/BookSamples/master/assets/Textures/",
UrlLocator.class);
TextureKey key = new TextureKey("mucha-window.png", false);
key.setGenerateMips(true);

Loading…
Cancel
Save