Java Reference
In-Depth Information
private String sgunit = new String(„Hz“);
private Text2D sgtext;
//----------------------------------------- for the circuit board
private TransformGroup ccconnTrans[] = new TransformGroup[2];
private Point3f cc_connposi[] = new Point3f[2];
private float cc_connangle[] = new float[2];
private boolean ccconn[] = new boolean[2];
private final float ccconn1_circleposi[] = new float[2];
private final float ccconn2_circleposi[] = new float[2];
//-------------------------------- for the room with the password permission
private Point3f passposi = new Point3f();
private Point3f frontleftwallposi = new Point3f();
private Point3f passbuttonposi[] = new Point3f[12];
private TransformGroup passbuttonTrans[] = new TransformGroup[12];
private boolean passbuttonaction[] = new boolean[6];
private TransformGroup doorTrans = new TransformGroup();
private Alpha doorAlpha = new Alpha(1, Alpha.INCREASING_ENABLE, 0, 0, 1500, 0, 0, 0, 0, 0);
private RotPosPathInterpolator doorcontrol;
private Quat4f quats[] = new Quat4f[2];
private float knots[] = {0.0f, 1.0f};
private Point3f doorposi[] = new Point3f[2];
private long startTime = System.currentTimeMillis();
private boolean dooropen = false;
private Group passCurvebranchParent;
private BranchGroup passCurvebranch;
private String passdisplayvalue = new String(„“);
private String passstorevalue = new String(„“);
private Text2D passtext;
private int passdigit = 0;
//-------------------------------- for the constants
private static final int OSCION = 101;
private static final int OSCIOFF = 102;
private static final int SGON = 201;
private static final int SGOFF = 202;
private static final int SGINC = 203;
private static final int SGDEC = 204;
private static final int PASSON = 301;
private static final int DOOROPEN = 401;
private static final int DOORCLOSE = 402;
private static final int ANIMATION = 501;
private static final int INTERACTION = 502;
private static final int DISCONN = 601;
private static final float DIFFERENCE = 0.00001f;
private static final float PAI = 3.14159f;
private static final float ANGLEPAI = 2.0f*PAI/360.0f;;
private static final float KNOBFACE = 0.003f;
private static final float BUTTONFACE = 0.004f;
Search WWH ::




Custom Search