|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I am using a command line port of povray to Mac OS X. When I use \n or
\r in text{...} I get a square box and an exclamation mark respectively,
instead of a new line of text. Any ideas please?
--
Kaveh
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Kaveh wrote:
>
> I am using a command line port of povray to Mac OS X. When I use \n or
> \r in text{...} I get a square box and an exclamation mark respectively,
> instead of a new line of text. Any ideas please?
Christoph
--
POV-Ray tutorials, include files, Sim-POV,
HCR-Edit and more: http://www.tu-bs.de/~y0013390/
Last updated 28 Feb. 2003 _____./\/^>_*_<^\/\.______
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <1fr3sqq.10xw6oczd0ll8N%kaveh@delete_this.focalimage.com>,
kav### [at] delete_thisfocalimagecom (Kaveh) wrote:
> I am using a command line port of povray to Mac OS X. When I use \n or
> \r in text{...} I get a square box and an exclamation mark respectively,
> instead of a new line of text. Any ideas please?
Those characters are not supported by the text object. You will have to
use multiple text objects, one per line.
--
Christopher James Huff <cja### [at] earthlinknet>
http://home.earthlink.net/~cjameshuff/
POV-Ray TAG: chr### [at] tagpovrayorg
http://tag.povray.org/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Christopher James Huff <cja### [at] earthlinknet> wrote:
> In article <1fr3sqq.10xw6oczd0ll8N%kaveh@delete_this.focalimage.com>,
> kav### [at] delete_thisfocalimagecom (Kaveh) wrote:
>
> > I am using a command line port of povray to Mac OS X. When I use \n or
> > \r in text{...} I get a square box and an exclamation mark respectively,
> > instead of a new line of text. Any ideas please?
>
> Those characters are not supported by the text object. You will have to
> use multiple text objects, one per line.
Sorry. Makes sense. I was reading the wrong section of the
documentation, thinking it was for the text command. *<:-(
--
Kaveh
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |