POV-Ray : Newsgroups : povray.text.scene-files : Halftones : Re: Halftones Server Time
3 Jul 2024 01:31:00 EDT (-0400)
  Re: Halftones  
From: Bryan Valencia
Date: 28 Nov 2001 14:33:24
Message: <3C053C4A.9E98758E@209software.com>
In C like languages, the compiler looks for the character after the "/" as a special
control character.  Like "/n" is a newline.  the "//" is how you get a "/" into your
code.

Has anyone tried something like a text object of "AB/nCD"?

will it look like AB/nCD  or

AB
CD

???

Warp wrote:

> bob h <omn### [at] charternet> wrote:
> :>   What I am wondering is if you can use whitespaces in the path (for
> :> example "c:\\My Documents\\picture.jpg").
>
> : Yes, I can use that, sure.  Even as "c:\My Documents\picture.jpg".
>
>   I asked it because I tried it and it didn't work.
>   Perhaps I just mistyped something.
>
> --
> #macro N(D,I)#if(I<6)cylinder{M()#local D[I]=div(D[I],104);M().5,2pigment{
> rgb M()}}N(D,(D[I]>99?I:I+1))#end#end#macro M()<mod(D[I],13)-6,mod(div(D[I
> ],13),8)-3,10>#end blob{N(array[6]{11117333955,
> 7382340,3358,3900569407,970,4254934330},0)}//                     - Warp -


Post a reply to this message

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