POV-Ray : Newsgroups : povray.general : grouping transforms into one final rotation? : Re: grouping transforms into one final rotation? Server Time
2 May 2024 21:06:34 EDT (-0400)
  Re: grouping transforms into one final rotation?  
From: Alain
Date: 19 Sep 2018 18:44:04
Message: <5ba2d134@news.povray.org>
Le 18-09-17 à 16:38, Kenneth a écrit :
You can replace this :

> #debug concat ("\n","rotate    <",
>            str (......,0,3),str(.......,0,3),str (......,0,3),
>                   ">\n")
> 
With this :
#debug concat("\n","rotate  =  <"vstr(3,.......", ",0,3)">\n>)

Similar to str.
The first paremeter is the numbet of elements to parse.
The third is a string to be used as a separator.

I think that it's clearer and cleaner.


Post a reply to this message

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