|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Folks,
I am trying to use a "sky_sphere" with Moray ... but a quick scan of the
docs and Usenet seems to show that Moray has no controls for such and it
must/should be added manually. Can anyone confirm?
Neil
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Neil Kolban" <kol### [at] kolbancom> schreef in bericht
news:41b3e0d6$1@news.povray.org...
> Folks,
> I am trying to use a "sky_sphere" with Moray ... but a quick scan of the
> docs and Usenet seems to show that Moray has no controls for such and it
> must/should be added manually. Can anyone confirm?
>
No sky_sphere is not implemented in Moray. Lutz could tell you why, I
suppose.
What you can do, however, is:
1) make a small inc file in pov-ray with only the sky_sphere
2) be sure to scale/rotate it for Moray (scale <1,1,-1> rotate <90,0,0>), or
make it gradient z
3) in Moray, go to Scene/Settings/Includes and add the inc file. You can
check the box for "include before global settings{}" or not.
Alternatively, you can also add this to the box "scene comments, copyright,
etc"
*/
sky_sphere {
pigment {
gradient z color_map { [0.0 color rgb <0.7,0.7,1.0>] [1.0 color blue
0.5] }
}
}
/*
Don't forget the comment keys in inverse (!!) position!! This is very
essential!
A third possibility, is using the insert plugin, of course, which I
recommend anyway for different purposes you may want to do.
Hope this helps.
Thomas
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Sun, 5 Dec 2004 22:32:21 -0600, "Neil Kolban" <kol### [at] kolbancom>
wrote:
>Folks,
>I am trying to use a "sky_sphere" with Moray ... but a quick scan of the
>docs and Usenet seems to show that Moray has no controls for such and it
>must/should be added manually. Can anyone confirm?
>
>Neil
>
That is true. You cam use Luis Gomes's "Insert Code" plugin from the
Moray download page. With this plugin you can include a skysphere, or
macros etc.
Regards
Stephen
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Here is, in .lua format a "SkySphere.lua" built by Luis
Friendly
Sylvain
news:41b3e0d6$1@news.povray.org...
> Folks,
> I am trying to use a "sky_sphere" with Moray ... but a quick scan of the
> docs and Usenet seems to show that Moray has no controls for such and it
> must/should be added manually. Can anyone confirm?
>
> Neil
>
>
Post a reply to this message
Attachments:
Download 'Sky.lua.txt' (4 KB)
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> I am trying to use a "sky_sphere" with Moray ...
Another possibility: Download the Sky_sphere 'Lua' plugin by Luis, don't
forget to download the Fullmoon.dll too.
- http://moray.free.fr/MTFS_V3_5/interface_V3_5/interface_moray.htm
Rene
(the old newbie)
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
>don't forget to download the Fullmoon.dll too.
>
Oups! Yes it is. Sky don't works without the .dll
You can find it.
Here http://www.geocities.com/andre_leiradella/
Sorry
Sylvain
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Great!
Didn't know that one! Missed it somehow...
Thomas
"leseur sylvain" <syl### [at] potar-hurlantcom> schreef in bericht
news:41b41f15$1@news.povray.org...
> Here is, in .lua format a "SkySphere.lua" built by Luis
> Friendly
> Sylvain
>
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Thank you all (again). I really do appreciate all your help. Using the
insert code plugin I have created my 1st sky_sphere and am delighted!!
This is a wonderful community and you all make me feel most welcome. Thank
you again.
Neil
"Neil Kolban" <kol### [at] kolbancom> wrote in message
news:41b3e0d6$1@news.povray.org...
> Folks,
> I am trying to use a "sky_sphere" with Moray ... but a quick scan of the
> docs and Usenet seems to show that Moray has no controls for such and it
> must/should be added manually. Can anyone confirm?
>
> Neil
>
>
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |