de.uka.algo.GT3D
Class FlyThroughGenreTime.HeadSet

java.lang.Object
  extended by de.uka.algo.GT3D.FlyThroughGenreTime.HeadSet
Enclosing class:
FlyThroughGenreTime

public class FlyThroughGenreTime.HeadSet
extends java.lang.Object


Field Summary
protected  float concentration
           
protected  javax.vecmath.Vector3f headPosi
           
protected  javax.vecmath.AxisAngle4f headPostRotation
           
protected  javax.media.j3d.Transform3D headPostTrans3D
           
protected  javax.media.j3d.TransformGroup headPostTransGroup
           
protected  javax.vecmath.AxisAngle4f headPreRotation
           
protected  javax.media.j3d.SpotLight headSpotLight
           
protected  javax.vecmath.Color3f headSpotLightColor
           
protected  javax.vecmath.Vector3f headSpotLightDirection
           
protected  javax.vecmath.Point3f headSpotLightPosition
           
protected  javax.media.j3d.Transform3D headTrans3D
           
protected  javax.media.j3d.TransformGroup headTransGroup
           
protected  float rotSpeed
           
protected  float spreadAngle
           
protected  com.sun.j3d.utils.geometry.Cylinder theHead
           
 
Constructor Summary
FlyThroughGenreTime.HeadSet(y.view.Graph2D sourceGraph, javax.media.j3d.BranchGroup objRoot, java.net.URL texturePath, float headRadius, float headLength, y.base.Node referenceNode, float rotationSpeed)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

theHead

protected com.sun.j3d.utils.geometry.Cylinder theHead

headTransGroup

protected javax.media.j3d.TransformGroup headTransGroup

headTrans3D

protected javax.media.j3d.Transform3D headTrans3D

headPostTransGroup

protected javax.media.j3d.TransformGroup headPostTransGroup

headPostTrans3D

protected javax.media.j3d.Transform3D headPostTrans3D

headPosi

protected javax.vecmath.Vector3f headPosi

headPreRotation

protected javax.vecmath.AxisAngle4f headPreRotation

headPostRotation

protected javax.vecmath.AxisAngle4f headPostRotation

headSpotLight

protected javax.media.j3d.SpotLight headSpotLight

headSpotLightColor

protected javax.vecmath.Color3f headSpotLightColor

headSpotLightPosition

protected javax.vecmath.Point3f headSpotLightPosition

headSpotLightDirection

protected javax.vecmath.Vector3f headSpotLightDirection

spreadAngle

protected float spreadAngle

concentration

protected float concentration

rotSpeed

protected float rotSpeed
Constructor Detail

FlyThroughGenreTime.HeadSet

public FlyThroughGenreTime.HeadSet(y.view.Graph2D sourceGraph,
                                   javax.media.j3d.BranchGroup objRoot,
                                   java.net.URL texturePath,
                                   float headRadius,
                                   float headLength,
                                   y.base.Node referenceNode,
                                   float rotationSpeed)