Table of Contents

Class: Camera _chimera/__init__.py

Camera documentation

constants:

  • DividedScreen = 1

  • DividedWindow = 2

  • Window = 0

attributes:

  • autoFocus

  • center

  • extent

  • eyeSeparation

  • focal

  • hardwareMode

  • nearFar

  • ortho

  • screenWidth

  • viewDistance

  • walleyeScale

Methods   
Camera
E
R
__hash__
atPos
eyePos
llx
lly
mode
numViews
setMode
setViewport
urx
ury
viewport
window
  Camera 
Camera (
        self,
        sWidth,
        vDist,
        eyeSep,
        llx,
        lly,
        urx,
        ury,
        )

Camera(float sWidth, float vDist, float eyeSep, int llx, int lly, int urx, int ury) -> Camera

Camera constructor documentation.

 
E ( self )

E() -> float

E documentation.

 
R ( self )

R() -> float

R documentation.

  __hash__ 
__hash__ ( self )

arguments/return value unknown

hash instance

  atPos 
atPos ( self,  v )

atPos(int v) -> otf::Array<float,3>

atPos documentation.

  eyePos 
eyePos ( self,  v )

eyePos(int v) -> otf::Array<float,3>

eyePos documentation.

  llx 
llx ( self )

llx() -> int

llx documentation.

  lly 
lly ( self )

lly() -> int

lly documentation.

  mode 
mode ( self )

mode() -> char*

mode documentation.

  numViews 
numViews ( self )

numViews() -> int

numViews documentation.

  setMode 
setMode (
        self,
        type,
        viewer,
        )

setMode(char* type, Viewer* viewer) -> bool

setMode documentation.

  setViewport 
setViewport (
        self,
        llx,
        lly,
        width,
        height,
        )

setViewport(int llx, int lly, int width, int height)

setViewport documentation.

  urx 
urx ( self )

urx() -> int

urx documentation.

  ury 
ury ( self )

ury() -> int

ury documentation.

  viewport 
viewport ( self,  v )

viewport(int v) -> otf::Array<int,4>

viewport documentation.

  window 
window ( self,  v )

window(int v) -> otf::Array<float,7>

window documentation.


Table of Contents

This document was automatically generated on Wed Mar 26 19:02:47 2003 by HappyDoc version 2.1