POV-Ray : Newsgroups : povray.animations : Need help Rotating : Re: Need help Rotating Server Time
1 Jun 2024 06:34:47 EDT (-0400)
  Re: Need help Rotating  
From: Trevor G Quayle
Date: 3 Jun 2006 15:10:00
Message: <web.4481ddd7fd2cbf88c451256c0@news.povray.org>
Try something like this.


union{
  UpperArm
  union{
    ForeArm
    union{
      Palm
      union{
        UpperFingers
        union{
          LowerFingers
          union{
            FingerTips
            rotate FingersTips
            translate FingersTips
          }
          rotate LowerFingers
          translate LowerFingers
        }
        rotate UpperFingers
        translate UpperFingers
      }
      rotate Palm
      translate Palm
    }
    rotate ForeArm
    translate ForeArm
  }
  rotate UpperArm
  translate UpperArm
}

-tgq


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.