POV-Ray : Newsgroups : povray.newusers : <no subject> : Re: <no subject> Server Time
1 Jul 2024 02:49:15 EDT (-0400)
  Re: <no subject>  
From: rode
Date: 2 Jul 2011 14:15:01
Message: <web.4e0f5f776f92e856f58fe2c40@news.povray.org>
I've digged out through the Pov-ray help and found something like this

#ifdef (User_Thing)
  // This section is parsed if the
  // identifier "User_Thing" was
  // previously declared
  object{User_Thing} // invoke identifier
 #else
  // This section is parsed if the
  // identifier "User_Thing" was not
  // previously declared
  box{<0,0,0>,<1,1,1>} // use a default
 #end
  // End of conditional part

is it usefull for the textures replacement?


Post a reply to this message

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