JuanCarlosAragon / jmonkeyengine

Automatically exported from code.google.com/p/jmonkeyengine
0 stars 0 forks source link

Nifty GUI ResourceLoader should use jME3 AssetManager #339

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Attempt to load Nifty XML from a location outside the classpath, by 
specifying an asset path
2. It will fail, because Nifty GUI uses its own resource finding system

What is the expected output? What do you see instead?
I expect jME3 to integrate Nifty GUI resource finder with jME3 AssetManager

To solve the issue, add a "AssetLocationJme" implementation and register it 
with Nifty GUI automatically. This implementation shall use the specified jME3 
AssetManager to locate resources.

Original issue reported on code.google.com by ShadowIs...@gmail.com on 28 Apr 2011 at 6:31

GoogleCodeExporter commented 8 years ago

Original comment by ShadowIs...@gmail.com on 1 May 2011 at 5:00