Page 2 of 2 FirstFirst 12
Results 11 to 11 of 11

Thread: AVS Visualisations

  1. #11
    Join Date
    Jan 2008
    Location
    Stockholm, Sweden
    Posts
    799

    Default

    Just swap places between x and y, so that x=(i-.5)*2; y=-sin(i*3.14159)*tv+v*1.2; becomes y=(i-.5)*2; x=-sin(i*3.14159)*tv+v*1.2;

    If you think you've rotated it the wrong direction, just add a minus sign in the y expression... y=-(i-.5)*2;
    Last edited by tocket; 05-21-2009 at 23:17.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •