POV-Ray : Newsgroups : povray.advanced-users : Shear_Trans usage? : Shear_Trans usage? Server Time
30 Jun 2024 02:04:00 EDT (-0400)
  Shear_Trans usage?  
From: Jim Charter
Date: 18 Jan 2010 18:36:42
Message: <4b54f08a@news.povray.org>
Can anyone show me proper usage of the Shear_Trans macro.

This is a modification I made to the "Basic Scene" supplied on the 
insert menu.  Can't get it to parse.

#local A=<1,2,3>;
#local B=<1,2,3>;
#local C=<1,2,3>;
sphere {
   0.0, 1
   Shear_Trans(A,B,C)
   texture {
     pigment {
       radial
       frequency 8
       color_map {
         [0.00 color rgb <1.0,0.4,0.2> ]
         [0.33 color rgb <0.2,0.4,1.0> ]
         [0.66 color rgb <0.4,1.0,0.2> ]
         [1.00 color rgb <1.0,0.4,0.2> ]
       }
     }
     finish{
       specular 0.6
     }
   }
}


Post a reply to this message

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