POV-Ray : Newsgroups : povray.binaries.images : Cell Shader Mk III Server Time
16 Aug 2024 00:24:06 EDT (-0400)
  Cell Shader Mk III (Message 1 to 4 of 4)  
From: Kevin Loney
Subject: Cell Shader Mk III
Date: 23 Apr 2002 23:46:30
Message: <3cc62a96@news.povray.org>
After much school, and to many games of chess, I finally got around to
fixing a few things with my cell shader. In order to avoid problems with the
ink outlines, the camera needs to orthographic. I also made it a little more
flexible, for ease of use. instead of only doing solid colors, I can apply
cell shaded pigments as well (torus on the right). I have this odd feeling
that I'm missing something important that has to be worked out. Anyway, I
should have a working copy ready to post in a day or two. Now, back to my
physics lab :-P

note: the apple model isn't mine (don't have enough time to start modeling
things this evening), it's by Mark Burazin
(http://www.povray.org/preview/irtc-cd3/stills/19980630/view/e_mc2.htm). The
stem is mine though.

--
Kevin
http://www.geocities.com/qsquared_1999/
#macro _(r)#if(r<12)#local i=asc(substr("oqshilacefg",r,1))-97;
disc{<mod(i,7)-3,div(i,7)-1,6>,z,.4pigment{rgb 10}}_(r+1)
#end#end _(1)//KL


Post a reply to this message


Attachments:
Download 'shadetest3.jpg' (56 KB)

Preview of image 'shadetest3.jpg'
shadetest3.jpg


 

From: Shay
Subject: Re: Cell Shader Mk III
Date: 24 Apr 2002 10:22:44
Message: <3cc6bfb4$1@news.povray.org>
Kevin Loney <klo### [at] pt2mcom> wrote in message
news:3cc62a96@news.povray.org...
> Anyway, I
> should have a working copy ready to post in a day or two.

I am really looking forward to it. I am considering an overhaul of my
company's website and would like to use these types of graphics.

 -Shay


Post a reply to this message

From: Hugo
Subject: Re: Cell Shader Mk III
Date: 24 Apr 2002 15:38:03
Message: <3cc7099b@news.povray.org>
> In order to avoid problems with the
> ink outlines, the camera needs to orthographic.

Well, I'm not so happy with that.. Are you sure this is necessary?

Regards,
Hugo


Post a reply to this message

From: Kevin Loney
Subject: Re: Cell Shader Mk III
Date: 24 Apr 2002 19:08:56
Message: <3cc73b08@news.povray.org>
Yeah, I don't like it either but without using an orthographic camera, the
ink lines have a tendancy to do wierd things which is unfortunate. However I
guess I'll have to live with it. Attached is an example of a perspective of
the same image.

--
Kevin
http://www.geocities.com/qsquared_1999/
#macro _(r)#if(r<12)#local
i=asc(substr("oqshilacefg",r,1))-97;disc{<mod(i,7)-3,div(i,7)-1,6>,z,.4pigme
nt{rgb 10}}_(r+1)#end#end _(1)//KL


Post a reply to this message


Attachments:
Download 'shadetest3-perspective.jpg' (47 KB)

Preview of image 'shadetest3-perspective.jpg'
shadetest3-perspective.jpg


 

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