Home | History | Annotate | Download | only in post

Lines Matching refs:cam

131         Camera cam = vp.getCamera();

134 left = cam.getViewPortLeft();
135 right = cam.getViewPortRight();
136 top = cam.getViewPortTop();
137 bottom = cam.getViewPortBottom();
138 originalWidth = cam.getWidth();
139 originalHeight = cam.getHeight();
141 reshape(vp, cam.getWidth(), cam.getHeight());
372 Camera cam = vp.getCamera();
373 cam.setViewPort(left, right, bottom, top);
375 cam.resize(w, h, false);
376 left = cam.getViewPortLeft();
377 right = cam.getViewPortRight();
378 top = cam.getViewPortTop();
379 bottom = cam.getViewPortBottom();
382 cam.setViewPort(0, 1, 0, 1);
389 cam.resize(width, height, false);