Home
last modified time | relevance | path

Searched refs:display2 (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
81 display2 = (Picture) display1.clone(); in simpleInitApp()
141 display2.setTexture(assetManager, normalData, false); in reshape()
146 display2.setPosition(w/2, 0); in reshape()
153 display2.setWidth(w/2); in reshape()
154 display2.setHeight(h/2); in reshape()