Searched refs:offBox (Results 1 – 2 of 2) sorted by relevance
59 private Geometry offBox; field in TestRenderToTexture98 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()
74 private Geometry offBox; field in TestRenderToMemory206 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()