|
|||||||
![]() |
|
|
Thread Tools |
|
||||
|
Hello!
I haven't seen anyone play with the skygen project from blender soc? I thought a build available for everyone could help the developer in some sort of way, mostly providing feedback and bugs ! So here's a test build by LGuillaume (thnx!): http://blendertestbuilds.de/index.ph...ngine/windows/ [EDIT][Deprecated paragraphs here][/EDIT] ![]() Now you might as well test it! hint: add a sun lamp, move it around and explore the world and lamp panes! test file link: http://barbeau.daniel.free.fr/bbuild/skytest2.7z Ciao Dani Last edited by Dani; 30-Aug-06 at 15:20. Reason: Improvements by Sionix |
||||
|
#1
|
||||
|
|
|
||||
|
Here are my notes:
The sky is great! You even have blooming effect around the sun! that's soooo nice! But since this is an early development snapshot there are some problems: *You can have more than one sun, but I noted a quite visible limit around the bloom created by both suns (in the case there are 2 suns in the scene). *The sky is not visible to raytracing. No reflecting it, no illumination with AO skycolor. *Envmap render incorrectly, basically the same sky is reproduced 6 times in the cube instead of showing 6 different view of the sky. That's all for now! Keep up the good work! Dani |
||||
|
#2
|
|
|||
|
Hmmm,
Cant actually get anything to work, ie: no sky effects? Any hints or tutorial appreciated!
............................................
I Blend, therefore I am |
|||
|
#3
|
|
|||
|
Can you post some screenshots and/or renders?
............................................
www.eternal-lands.com |
|||
|
#4
|
|
||||
|
Hey good remark ^^
First you need to activate the sky engine in the world panel (f8): next to the preview there's a sky button. That enable the sky engine. There's a new floating panel in there where you can set:
Now, as I understand it, if you haven't activated "Use date and loc..." following the global Z position of the sun lamp you'll get, for high Z : midday sky | for low Z : birth/end of day sky. For the moment that's all I know! I hope this helps! images... High Z: ![]() low Z: ![]() same with hight turbidity: ![]() the bad envmap problem: ![]() and non-reflected sky: ![]() Note: in the pics i combine the sun lamp with a hemilamp for backlight and a arealight for shadows Dani Last edited by Dani; 27-Jul-06 at 14:25. Reason: Typos and images |
||||
|
#5
|
|
|||
|
Hi Dani, can you post a blend file, I don't arrive to your result, never see the sun.
And another think, for a mesh in effect panel, do you see you have a clouds panel, when create new, nothing happens, same thing for you? |
|||
|
#6
|
|
||||
|
did i understand it right that you also will bring volumetric looking cloud simulation which is menionted at the website you posted?
http://www.ofb.net/~eggplant/clouds/ I am very interested in this particle/sprite based solution because I noticed that in various games producing very good results already in ordinary game engines.
............................................
C l a a s E i c k e K u h n e n Assistant Professor Industrial Design Kendall College of Art and Design |
||||
|
#7
|
|
|||
|
Thanks dani, but I still get nothing...
![]() When engine enabled just get a black sky, regardless of the sky colours I set. I have tried turbidity settings and brightness of the sun lamp etc.
............................................
I Blend, therefore I am |
|||
|
#8
|
|
||||
|
Either some step has been left out . . . or it don't work. I've tried everything you mentioned Dani, but all I get is the World color background.
Your renders look nice, though . . . any other advice for us?
............................................
Current work in progress: . . : : the Blue Beast (& his big ball of fire) : : . . ............................................ System specs for testing: XP64 & Ubuntu64 | GTX 285 | Quad 4GHz | 8GB |
||||
|
#9
|
|
||||
|
All you need to do (in world buttons) is:
- turn on sky in preview panel. leave all other options off - turn on nat - adjust turbidity (time of day or tone of sky it seems) - optionally turn on one, and set a lamp Voila! It works... Aligorith |
||||
|
#10
|
|
|||
|
****OK, I got it to work, you have to move the camera down and angle it up more so that you can see some of the sky.****
There is an infinite plane that renders black and the default angle of the camera makes it look like a black sky. Is there some way of adding an infinite terrain? If not, could be a pain using the sky. Plus, I notice that the sun does weird things with lighting. Cant wait to see the direction this project takes, will the sun be rendered as a volumetric light down the track? that would be cool. Cant wait to see those clouds either. MicWit |
|||
|
#11
|
|
||||
|
cekuhnen : I'm not the dev! credits go to Sionix aka Dmitriy Mazovka
But apparently he has planned to add clouds and their volumetric rendering. MicWit : In fact, the sky is only rendered for the upper part of the world. I'm not sure if Sionix is planning to enable the rendering of the lower part. Does it make sense? I'm not quite sure. I'm not even sure the model he uses describes that ^^. So yes, hint : to see the sky make your camera look upwards! Lguillaume : here's a basic test file: http://barbeau.daniel.free.fr/bbuild/testsky2.7z And yes, for the moment the cloud button doesn't seem to do anything. EDIT... in the bug series, the range and exposure settings from the world buttons don't seem to do anything on the sky engine. Have fun! Dani (BTW, I haven't been able to point this thread to sionix, so if anybody sees him on irc or somewhere else, please do!) Last edited by Dani; 27-Jul-06 at 14:29. |
||||
|
#12
|
|
||||
|
OK, got it to work. My problem seems to be that my default scene has the camera constrained to track an empty.
So for anyone else who has a similar setup: Point the camera up and remove any constraints from the camera!
............................................
Current work in progress: . . : : the Blue Beast (& his big ball of fire) : : . . ............................................ System specs for testing: XP64 & Ubuntu64 | GTX 285 | Quad 4GHz | 8GB |
||||
|
#13
|
|
|||
|
Thanks Cire, I had the same problem, curious, if the camera is constrained to an empty, it doesnt work! Investigated, seems to work, but I can see its still early stages, but this could turn into a great feature.
............................................
I Blend, therefore I am |
|||
|
#14
|
|
||||
|
I'm compiling this code from CVS, and having some issues.
I'm having to add a relative path to BSG_SkyGen.h in a number of files. Surely there is a more elegant solution?
............................................
----------------------------------- Suzanne - You're all I ever wanted... -----------------------------------
|
||||
|
#15
|
|
||||
|
Hello Lazareus:
What I did is modify the Sconsript file in the SkyGen dir so that it includes more files. I also had to do this for src/render I think. I can't rememeber exactly, but I didn't modify the source files just the concerned Sconscript files. I hope this helps In case, I can post them here if you don't manage to untangle it ^^ Ciao Dani |
||||
|
#16
|
|
||||
|
I suspected that would be the answer, but I don't know scons that well. I'd love to see your config. Thanks!
I'm on Linux, but I can translate from Win32. :-)
............................................
----------------------------------- Suzanne - You're all I ever wanted... -----------------------------------
Last edited by Lazareus; 27-Jul-06 at 21:57. |
||||
|
#17
|
|
||||
|
#18
|
|
||||
|
Quote:
............................................
----------------------------------- Suzanne - You're all I ever wanted... -----------------------------------
|
||||
|
#19
|
|
||||
|
I know, I'm gona read
![]() Edit: oh... so it was not me, only thing the skygen does is a color gradient right? it still doens't illuminate or add clouds etc? Last edited by ZanQdo; 27-Jul-06 at 23:09. |
||||
|
#20
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| GraphicAll.org, test builds right there! (Live Bookmarks!) | ZanQdo | News & Discussion | 4 | 13-Oct-05 01:06 |
| Blender multimonitor test (windows) | jesterKing | News & Discussion | 9 | 16-May-05 20:31 |
| Sunlight through windows, lighting test | halsir | Works in Progress | 6 | 15-Feb-05 16:21 |
| Distributed Raytracing Updates!! Builds!! Test Renders!! | BlackMage | Basics & Interface | 36 | 05-Dec-04 20:02 |
| CGAI V.1.1.1 Beta Test | Prince | Finished Projects | 7 | 28-Nov-04 22:33 |