Search:

Type: Posts; User: xdonny

Search: Search took 0.07 seconds.

  1. Thread: 3D Rotations

    by xdonny
    Replies
    9
    Views
    1,583

    Re: 3D Rotations

    Thanks lightOfDay I tried to recreate that but never got anywhere. I've tried again and it's still not working as it should so I'm just going to scrap it and go with helloworld922's suggestion.
  2. Thread: 3D Rotations

    by xdonny
    Replies
    9
    Views
    1,583

    Re: 3D Rotations

    Thank you both for your speedy answers,

    copeg: That division is to plot the X,Y,Z coordinates onto the screen, I think my scaling might be off by quite a bit because it appears to be moving back...
  3. Thread: 3D Rotations

    by xdonny
    Replies
    9
    Views
    1,583

    3D Rotations

    import java.applet.Applet;
    import java.awt.*;
    import java.util.Timer;
    import java.util.TimerTask;

    public class ThreeD extends Applet {

    float[] x = new float[4];
    float[] y = new float[4];...
Results 1 to 3 of 3