Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
DCamera.java171 protected float viewPortRight; field in Camera
238 viewPortRight = 1.0f; in Camera()
316 viewPortRight = cam.viewPortRight; in copyFrom()
917 return viewPortRight; in getViewPortRight()
926 viewPortRight = right; in setViewPortRight()
978 this.viewPortRight = right; in setViewPort()
1146 float ex = width * viewPortRight; in setGuiBounding()
1318 … (screenPosition.x / getWidth() - viewPortLeft) / (viewPortRight - viewPortLeft) * 2 - 1, in getWorldCoordinates()
1360 … store.x = ((store.x + 1f) * (viewPortRight - viewPortLeft) / 2f + viewPortLeft) * getWidth(); in getScreenCoordinates()
1403 capsule.write(viewPortRight, "viewPortRight", 1); in write()
[all …]