|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I have successfully patched POV-Ray for the first time, adding a "solid"
pattern. This pattern takes a float parameter which is the offset into
the color/normal/pigment/etc_map. It is useful for making blends of
anything that will fit into a map, and can produce some interesting
animations.
example:
sphere {< 0, 0, 0>, 1
pigment {solid CLOCK
color_map {
[0.0 color rgb < 0, 1, 0>]
[0.25 color rgb < 1, 1, 0>]
[0.5 color rgb < 1, 0, 0>]
[0.75 color rgb < 1, 0, 1>]
[1.0 color rgb < 0, 0, 1>]
}
}
}
It will also allow solid transparency in my model of specifying
transparency(which I am also working on...).
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> I have successfully patched POV-Ray for the first time, adding a "solid"
> pattern. This pattern takes a float parameter which is the offset into
> the color/normal/pigment/etc_map.
It would be nice if there were some demo images
for us to refer to.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Demo images...a problem.
I still have not found a good newsreader, Netscape Communicator won't
let me post large messages or attachments for some reason. That first
message was near the limit of what I can send. :-(
I suspect it is simply a wrong setting, but I can't find it at all. Any
suggestions?
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Mon, 26 Jul 1999 06:18:53 -0500, Chris Huff
<Chr### [at] compuservecom> wrote:
>Demo images...a problem.
>I still have not found a good newsreader, Netscape Communicator won't
>let me post large messages or attachments for some reason. That first
>message was near the limit of what I can send. :-(
>I suspect it is simply a wrong setting, but I can't find it at all. Any
>suggestions?
If you are using UU-encoding, it has a limit of 100kb or so per
section. I suggest MIME attachments instead. Maybe not as standard as
UU is but surely more convenient.
Peter Popov
ICQ: 15002700
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Ok, thanks for the suggestion, but why can't I send large messages? I am
certainly not going above 100KB.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Chris Huff wrote:
> Demo images...a problem.
> I still have not found a good newsreader, Netscape Communicator won't
> let me post large messages or attachments for some reason. That first
> message was near the limit of what I can send. :-(
> I suspect it is simply a wrong setting, but I can't find it at all. Any
> suggestions?
While Free Agent is the best, I read these with Netscape 4.5 and
have not noticed those limitations. I regularly post 50-80k
images without a problem. Upgrade perhaps?
However, Free Agent is completely free and you can install and
run several copies of it, although you may have to do fa1.exe,
fa2.exe and so forth. I have heard the Win9x does not require
that 3.1 trick but have not tried it.
--
<blink>-------please--don't-----------------</blink>
http://www.giwersworld.org/artii/
http://www.giwersworld.org/artiii/
Finally up on 99/06/22 updated 07/13
Post a reply to this message
Attachments:
Download 'us-ascii' (1 KB)
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Chris Huff wrote:
> Ok, thanks for the suggestion, but why can't I send large messages? I am
> certainly not going above 100KB.
As to my previous comments, I attach the .jpg files directly.
Best guess is the largest text file has been 4k (mostly <1k)
without a problem.
--
<blink>-------please--don't-----------------</blink>
http://www.giwersworld.org/artii/
http://www.giwersworld.org/artiii/
Finally up on 99/06/22 updated 07/13
Post a reply to this message
Attachments:
Download 'us-ascii' (1 KB)
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Free Agent? fa1.exe, fa2.exe? Sorry, wrong platform. I am on a Mac.
BTW, future plans for my patch are:
My new method of specifying transparence(I actually have this almost
working),
A similar method of specifying reflection, with provision for the
addition of blurred and angle dependant reflection(which I plan to
integrate with it),
many new functions, a few new patterns(including the "angle dependant"
one), trace(), degree based trig functions, double_illuminate,
eval_pig(), eval_pattern, eval_warp, etc., and many others.
P.S. Thank you Mike Paul(the Wyzard of WyzPov) for teaching me the
basics of adding keywords and getting me started.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |