|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
It dawned on me last night something I have not
been reading that I would expect to be very common.
That is comments on the source code to the effect "this
algorithm is faster than the one uses in POV." Are they
in a newsgroup I don't read? Am I blinkd? Are the
algorithms from some accepted standard package? Not
that I want to get involved in that kind of thread.
--
"If I am the one, who is the two?" - Neo
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Matt Giwer wrote:
>
> It dawned on me last night something I have not
> been reading that I would expect to be very common.
> That is comments on the source code to the effect "this
> algorithm is faster than the one uses in POV." Are they
> in a newsgroup I don't read? Am I blinkd? Are the
> algorithms from some accepted standard package? Not
> that I want to get involved in that kind of thread.
>
Not exactly comment's on the source code but rendering algorithms in
general.
If you want to read something like that, go to:
computer.graphics.rendering.raytracing
If you like some spam, and a hot flame now and then is almost perfect.
You will also meet some names that show up here quite often.
Marc
--
Marc Schimmler
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
You can ask anyone using any other renderer other than povray and he can
tell you some algorithm that is faster than the one used in povray.
I doubt that most of them have ever tried.
--
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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Marc Schimmler wrote:
> Not exactly comment's on the source code but rendering algorithms in
> general.
> If you want to read something like that, go to:
>
> computer.graphics.rendering.raytracing
Thanks but was just asking.
> If you like some spam, and a hot flame now and then is almost perfect.
> You will also meet some names that show up here quite often.
I only deal with political flames, thank you. I was just curious as to
what I was not seeing. Algoritmic solutions bothre me when they slow down
my programs.
--
The question is not, "Who will let me do it?"
The question is, "Who will stop me?"
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Nieminen Juha wrote:
> You can ask anyone using any other renderer other than povray and he can
> tell you some algorithm that is faster than the one used in povray.
> I doubt that most of them have ever tried.
I was recognizing the "battle of the algorithms" that is so common. Just
noting I had not seen those battles over POV source.
And since I am finally getting into C directly hoping there was some
optimized library as for FORTRAN that no one seriously debates.
--
The question is not, "Who will let me do it?"
The question is, "Who will stop me?"
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Matt Giwer wrote:
>
> It dawned on me last night something I have not
> been reading that I would expect to be very common.
> That is comments on the source code to the effect "this
> algorithm is faster than the one uses in POV." Are they
> in a newsgroup I don't read? Am I blinkd? Are the
> algorithms from some accepted standard package? Not
> that I want to get involved in that kind of thread.
Nobody bothers to boast that they have an algorithm faster than ray
tracing, since ray tracing optimizes for realism rather than speed and
ends up being the slowest 3-D rendering algorithm out there (except for
radiosity and hybrid radiosity/ray tracing, the latter of which is
supported after a fashion in POV-Ray). If you want speed, pick a
different algorithm.
There are ways to provide speed improvement to ray tracing algorithms,
mostly involving exploiting some sort of coherence (bounding, light
buffer, vista buffer, etc.). POV-Ray has implemented most of those over
the years.
-Mark Gordon
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Matt Giwer wrote in message <38949901.CD2C74C0@ij.net>...
>"If I am the one, who is the two?" - Neo
I have no understanding of this question.
My reply, however, would be this:
"1+1=2"
You can quote me on this.
Peter Warren
war### [at] hotmailcom
p.s.
My understanding of algorithms is limited, at best.
I appreciate your questioning of this.
Your blindness[sic] on this issue is shared by me.
I could only hope that our two divergence viewpoints
could somehow verge to a point which would advance
POV.
This would be my hope.
As for another thread, I could only say,
"Oh, no"
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |