POV-Ray : Newsgroups : povray.general : Door_macro_test : Re: Door_macro_test Server Time
29 Jul 2024 00:24:11 EDT (-0400)
  Re: Door_macro_test  
From: StephenS
Date: 10 Oct 2013 17:30:00
Message: <web.52571c4f8f149a73a53ab63b0@news.povray.org>
> Instead of My_door, I use:
> difference{
>  My_door
>  box{<0,0,0>,<1.25,1,1> translate <.25,1,0>}
>  cutaway_textures <1,0,0>
> }
I think i've found it.

Nothing should be after the cutaway_textures

difference{
 My_door
 box{<0,0,0>,<1.25,1,1> translate <.25,1,0>}
 cutaway_textures
}

Stephen S


Post a reply to this message

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