Water

Hello,

im tryining to use the SimpleWaterProcessor, but im getting the error

“at com.jme3.water.SimpleWaterProcessor.loadTextures(SimpleWaterProcessor.java:181)”



in the sourcecode of the simplewater the following textures are used:

[java] normalTexture = (Texture2D) manager.loadTexture(“Textures/Water/gradient_map.jpg”);

dudvTexture = (Texture2D) manager.loadTexture(“Textures/Water/dudv_map.jpg”);[/java]



where i can get them?

you need to add the jme3-test-data.jar library to your projects. It contains all the assets of the test cases.

Right now those files are in the test data, we are planning to add them in the core distribution.

thx :slight_smile: