POV-Ray : Newsgroups : povray.unofficial.patches : Animation system?? : Re: Animation system?? Server Time
2 Sep 2024 00:19:44 EDT (-0400)
  Re: Animation system??  
From: Fabien Mosen
Date: 28 Jul 2000 02:31:01
Message: <3981274A.598FA14D@skynet.be>
Pabs wrote:
> 
> pk wrote:
> 
> > And, uh, do you think shaders could be done in POV-Ray(like in
> > Renderman)?? Hope to get some comments!
> 
> It is possible but damn hard - you would need to write an interpreter for
> the shader language - maybe RenderMan could lend us their shader
> interpretation code :))

In fact, the required skills to write a shader is about the same
as the skills required to write a new pattern into POV-Ray's core code.
Shaders are compiled code, dynamically linked (like dll's) to
the rendering engine.  So, implementing shaders in POV-Ray wouldn't
be THAT hard (though not easy-easy), but using them would require 
the ability to write C code.

Fabien.


Post a reply to this message

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