Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/test/jme3test/post/
DTestRenderToTexture.java59 private Geometry offBox; field in TestRenderToTexture
98 offBox = new Geometry("box", boxMesh); in setupOffscreenView()
99 offBox.setMaterial(material); in setupOffscreenView()
102 offView.attachScene(offBox); in setupOffscreenView()
134 offBox.setLocalRotation(q); in simpleUpdate()
135 offBox.updateLogicalState(tpf); in simpleUpdate()
136 offBox.updateGeometricState(); in simpleUpdate()
DTestRenderToMemory.java74 private Geometry offBox; field in TestRenderToMemory
206 offBox = new Geometry("box", boxMesh); in setupOffscreenView()
207 offBox.setMaterial(material); in setupOffscreenView()
210 offView.attachScene(offBox); in setupOffscreenView()
226 offBox.setLocalRotation(q); in simpleUpdate()
227 offBox.updateLogicalState(tpf); in simpleUpdate()
228 offBox.updateGeometricState(); in simpleUpdate()