|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Well, I've uploaded UVPov 6.1. Lots of bug fixes. Plus photons in media.
:-)
Have fun. And continue with the polite and informative bug reports
(including demo scenes). They do help a lot.
-Nathan
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Goooo, Naaaathan!!! Hoo! Hoo! Hoo!... =)
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Dammit, and I had some important work to do...
Oh well, it will have to wait. Gotta see them photons in media!
Margus
Nathan Kopp wrote:
>
> Well, I've uploaded UVPov 6.1. Lots of bug fixes. Plus photons in media.
> :-)
>
> Have fun. And continue with the polite and informative bug reports
> (including demo scenes). They do help a lot.
>
> -Nathan
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
No fractal patch included?
--
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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I think that would require a bigger version change, like 7.0.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I wanted to clobber those bugs, first (before potentially introducing more).
And I had already started on media photons. Adding the fractal patch will
probably be in versio 6.2 (version 7.0 should hopefully include a bunch of
superpatch features... provided days start lasting 26 hours).
-Nathan
TonyB <ben### [at] panamaphoenixnet> wrote...
> I think that would require a bigger version change, like 7.0.
>
>
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hello Nathan!
You are very fast to correct bug!!! Personally, I appreciate very much
:)!!!
Fabian.
Nathan Kopp wrote:
>
> Well, I've uploaded UVPov 6.1. Lots of bug fixes. Plus photons in media.
> :-)
>
> Have fun. And continue with the polite and informative bug reports
> (including demo scenes). They do help a lot.
>
> -Nathan
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Btw, I still can't find any reference to the ini_option command in the
documentation.
--
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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Writing documentation is so much less fun than writing code. Anyway, I'll
document it soon (it's on my to-do list).
-Nathan
Nieminen Juha <war### [at] punarastascstutfi> wrote...
> Btw, I still can't find any reference to the ini_option command in the
> documentation.
>
> --
> 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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Nathan Kopp <Nat### [at] koppcom> wrote:
: Writing documentation is so much less fun than writing code. Anyway, I'll
: document it soon (it's on my to-do list).
Thanx :)
Btw, I compiled the newest version of uvpov in this Solaris Sparcstation.
Your //-comments caused lots of trouble. There's no easy way to automatically
replace them with /* ... */. One problem is that some of the //-comments
are inside a bigger /**/-comment block, so replacing the //-comments breaks
the bigger block.
One possibility is just to automatically remove the //-comments, but that
might cause some problems too...
You have some very tricky comment lines like the line 1028 in cones.c:
//*/
It's not trivial for a line-by-line filter to see whether that is the
beginning of an //-comment or the end of an /*...*/ comment.
Also the http:// lines cause headache to the filtering.
Would it be too much asked if you could fix this?
The result was that I got most of the comments working by filtering, but
had to make some modifications by hand before it was completely fixed.
The lack of ending newline at the end of radiosit.c also caused problems
with the filtering (I still don't know why).
--
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
|
|
| |
| |
|
|
|
|
| |