HomeSort by relevance Sort by last modified time
    Searched refs:toon (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/test/jme3test/post/
TestTransparentCartoonEdge.java 69 CartoonEdgeFilter toon=new CartoonEdgeFilter(); local
70 toon.setEdgeWidth(0.5f);
71 toon.setEdgeIntensity(1.0f);
72 toon.setNormalThreshold(0.8f);
73 fpp.addFilter(toon);
86 Texture t = assetManager.loadTexture("Textures/ColorRamp/toon.png");
TestCartoonEdge.java 64 CartoonEdgeFilter toon=new CartoonEdgeFilter(); local
65 toon.setEdgeColor(ColorRGBA.Yellow);
66 fpp.addFilter(toon);
80 Texture t = assetManager.loadTexture("Textures/ColorRamp/toon.png");

Completed in 67 milliseconds