POV-Ray : Newsgroups : povray.windows : Fur, Human hair etc. textures Server Time
6 Oct 2024 06:25:05 EDT (-0400)
  Fur, Human hair etc. textures (Message 11 to 16 of 16)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: TonyB
Subject: Re: Fur, Human hair etc. textures
Date: 23 Apr 2000 01:08:20
Message: <39028544@news.povray.org>
#declare I=0; #while (I<1) #debug "Wow!" #end
// Yes, that should be an infinite loop. :)


Post a reply to this message

From: Peter Popov
Subject: Re: Fur, Human hair etc. textures
Date: 23 Apr 2000 17:16:16
Message: <mpp6gs8dp59v45aedhqp6bc9c0nd6khkb5@4ax.com>
On Sun, 23 Apr 2000 00:06:03 -0400, "TonyB"
<ben### [at] panamac-comnet> wrote:

>#declare I=0; #while (I<1) #debug "Wow!" #end
>// Yes, that should be an infinite loop. :)

If you're to express your infinite admiration then at least put a \n
at the end of the string because the Windows version of POV only
refreshes the message window upon meeting a \n or \r :)


Peter Popov ICQ : 15002700
Personal e-mail : pet### [at] usanet
TAG      e-mail : pet### [at] tagpovrayorg


Post a reply to this message

From: TonyB
Subject: Re: Fur, Human hair etc. textures
Date: 23 Apr 2000 22:07:38
Message: <3903ac6a@news.povray.org>
It occured to me later. Here's the updated code:

// Infinite loop, version 2

#declare I=0; #while (I<1) #debug "Wow!\n" #end
// Yes, that should *now* be an infinite loop. :)


Post a reply to this message

From: Warp
Subject: Re: Fur, Human hair etc. textures
Date: 24 Apr 2000 05:47:57
Message: <3904184c@news.povray.org>
TonyB <ben### [at] panamac-comnet> wrote:
: #declare I=0; #while (I<1) #debug "Wow!\n" #end
: // Yes, that should *now* be an infinite loop. :)

  Why not just:

#while(1) #debug "Wow!\n" #end

-- 
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/


Post a reply to this message

From: Mark Wagner
Subject: Re: Fur, Human hair etc. textures
Date: 25 Apr 2000 01:02:24
Message: <390526e0@news.povray.org>
Warp wrote in message <3904184c@news.povray.org>...
>TonyB <ben### [at] panamac-comnet> wrote:
>: #declare I=0; #while (I<1) #debug "Wow!\n" #end
>: // Yes, that should *now* be an infinite loop. :)
>
>  Why not just:
>
>#while(1) #debug "Wow!\n" #end


Or:

#while(!0) #debug "Wow?\n" #end


Post a reply to this message

From: Chuck Roberts
Subject: Re: Fur, Human hair etc. textures
Date: 31 Jul 2000 14:22:18
Message: <3985C481.7885420C@accn.org>
Try my raytracing links page. I have some links to how to make
fur in POV. 
http://www.crosswinds.net/~robertsc/


Geoffrey Potvin wrote:
> 
> I know others have asked here before ...but I still must persist... anyone
> having success on this subject? Most of mine continually come out like rugs
> or astro turf! Looking for something a little wild with spirit to it.
> 
> Geoffrey

-- 
See my Free stuff page. It has compares free website provider,
and lists free internet access providers. 
http://www.crosswinds.net/~robertsc/free.htm
Win98 help file loaded with hints and tips, including securing a
Win 95/98 PC in a classroom setting. VB4 help file with lots of
code and hints. 
At http://www.crosswinds.net/~robertsc/


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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