POV-Ray : Newsgroups : povray.beta-test : transform syntax Server Time
30 Jul 2024 10:25:35 EDT (-0400)
  transform syntax (Message 1 to 1 of 1)  
From: Christoph Hormann
Subject: transform syntax
Date: 2 Dec 2001 04:02:01
Message: <3C09EE1B.A38DC91A@gmx.de>
I just observed the following strange behavior:

#declare test_trans=transform { scale 2 }
     
sphere { 0, 1
  texture {
    pigment { 
      bozo    
      //transform test_trans     // does work 
      transform { test_trans } // does not work
    }          
    //transform test_trans       // does work 
    //transform { test_trans }   // does not work
  } 
  //transform test_trans         // does work 
  //transform { test_trans }     // does work
} 

I think according to the docs all versions should work.

Christoph

-- 
Christoph Hormann <chr### [at] gmxde>
IsoWood include, radiosity tutorial, TransSkin and other 
things on: http://www.schunter.etc.tu-bs.de/~chris/


Post a reply to this message

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