POV-Ray : Newsgroups : moray.win : Does Moray support sky_sphere? Server Time
18 Apr 2024 00:13:18 EDT (-0400)
  Does Moray support sky_sphere? (Message 1 to 8 of 8)  
From: Neil Kolban
Subject: Does Moray support sky_sphere?
Date: 5 Dec 2004 23:32:22
Message: <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

From: Thomas de Groot
Subject: Re: Does Moray support sky_sphere?
Date: 6 Dec 2004 03:11:01
Message: <41b41415@news.povray.org>
"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

From: Stephen McAvoy
Subject: Re: Does Moray support sky_sphere?
Date: 6 Dec 2004 03:15:05
Message: <3058r0dmisbk68ml3q7f49fbui74oc6hvt@4ax.com>
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

From: leseur sylvain
Subject: Re: Does Moray support sky_sphere?
Date: 6 Dec 2004 03:57:57
Message: <41b41f15$1@news.povray.org>
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)

From: Rene Bui
Subject: Re: Does Moray support sky_sphere?
Date: 6 Dec 2004 04:10:00
Message: <web.41b420d1c3bf9317c5a962130@news.povray.org>
> 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

From: leseur sylvain
Subject: Re: Does Moray support sky_sphere?
Date: 6 Dec 2004 04:13:45
Message: <41b422c9$1@news.povray.org>
>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

From: Thomas de Groot
Subject: Re: Does Moray support sky_sphere?
Date: 6 Dec 2004 08:03:05
Message: <41b45889$1@news.povray.org>
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

From: Neil Kolban
Subject: Re: Does Moray support sky_sphere?
Date: 6 Dec 2004 12:08:29
Message: <41b4920d$1@news.povray.org>
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

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