org.hfbk.vis.visnode.VisUeberwach.VisCamera Class Reference

Inheritance diagram for org.hfbk.vis.visnode.VisUeberwach.VisCamera:

Inheritance graph
[legend]
Collaboration diagram for org.hfbk.vis.visnode.VisUeberwach.VisCamera:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 VisCamera (Vector3f pos, float heading, float pitch, String ip)

Protected Member Functions

void transform ()
void renderSelf ()

Package Attributes

float heading
float pitch

Detailed Description

Definition at line 265 of file VisUeberwach.java.


Constructor & Destructor Documentation

org.hfbk.vis.visnode.VisUeberwach.VisCamera.VisCamera ( Vector3f  pos,
float  heading,
float  pitch,
String  ip 
)

Definition at line 268 of file VisUeberwach.java.

References org.hfbk.vis.visnode.VisUeberwach.cameras.


Member Function Documentation

void org.hfbk.vis.visnode.VisUeberwach.VisCamera.transform (  )  [protected]

actually applies this nodes transform. should be overridden for abitrary transform changes, eg. animation, billboarding etc.

Reimplemented from org.hfbk.vis.visnode.VisNode.

Definition at line 275 of file VisUeberwach.java.

References org.hfbk.vis.visnode.VisUeberwach.VisCamera.heading, and org.hfbk.vis.visnode.VisUeberwach.VisCamera.pitch.

void org.hfbk.vis.visnode.VisUeberwach.VisCamera.renderSelf (  )  [protected, virtual]

implement this to actually render this node itself. also used to update a node's state.

things not seen also do not update. this is sometimes akward, sometimes useful, eg. a movie not seen does not advance

Implements org.hfbk.vis.visnode.VisNode.

Definition at line 281 of file VisUeberwach.java.


Member Data Documentation

float org.hfbk.vis.visnode.VisUeberwach.VisCamera.heading [package]

Definition at line 266 of file VisUeberwach.java.

Referenced by org.hfbk.vis.visnode.VisUeberwach.VisCamera.transform().

float org.hfbk.vis.visnode.VisUeberwach.VisCamera.pitch [package]

Definition at line 266 of file VisUeberwach.java.

Referenced by org.hfbk.vis.visnode.VisUeberwach.VisCamera.transform().


The documentation for this class was generated from the following file:
Generated on Tue Apr 7 18:00:09 2009 for visclient by  doxygen 1.5.1