Home
last modified time | relevance | path

Searched refs:display4 (Results 1 – 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/test/jme3test/post/
DTestMultiRenderTarget.java55 private Picture display1, display2, display3, display4; field in TestMultiRenderTarget
83 display4 = (Picture) display1.clone(); in simpleInitApp()
143 display4.setTexture(assetManager, depthData, false); in reshape()
148 display4.setPosition(w/2, h/2); in reshape()
159 display4.setWidth(w/2); in reshape()
160 display4.setHeight(h/2); in reshape()