• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Main repository of MikuMikuStudio


Commit MetaInfo

Revisiona60716f031bbe43e4ba42943b2b61d3072c4a2ad (tree)
Time2013-04-20 02:36:55
AuthorShAdOwIsLoRd <ShAdOwIsLoRd@75d0...>
CommiterShAdOwIsLoRd

Log Message

  • Fix issue 569 by using googlecode server instead of jme website which blocks java connections for some reason

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@10567 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

Change Summary

Incremental Difference

--- a/engine/src/test/jme3test/asset/TestUrlLoading.java
+++ b/engine/src/test/jme3test/asset/TestUrlLoading.java
@@ -60,9 +60,9 @@ public class TestUrlLoading extends SimpleApplication {
6060
6161 Geometry quad = new Geometry("Textured Quad", quadMesh);
6262
63- assetManager.registerLocator("http://www.jmonkeyengine.com/wp-content/uploads/2010/09/",
63+ assetManager.registerLocator("https://jmonkeyengine.googlecode.com/svn/BookSamples/assets/Textures/",
6464 UrlLocator.class);
65- TextureKey key = new TextureKey("planet-2.jpg", false);
65+ TextureKey key = new TextureKey("mucha-window.png", false);
6666 key.setGenerateMips(true);
6767 Texture tex = assetManager.loadTexture(key);
6868