Post Your Irrlicht Screenshots / Render Here.

Post your questions, suggestions and experiences regarding to Image manipulation, 3d modeling and level editing for the Irrlicht engine here.
hendu
Posts: 2600
Joined: Sat Dec 18, 2010 12:53 pm

Re: Post Your Irrlicht Screenshots / Render Here.

Post by hendu »

Now with a dash of luna. That was harder than I hoped, but it works pretty nicely now, with phases and all.

Next stop, stars. Then it'll be clouds. I'm afrad those'll be even harder to get nice and fast.

Image
hendu
Posts: 2600
Joined: Sat Dec 18, 2010 12:53 pm

Re: Post Your Irrlicht Screenshots / Render Here.

Post by hendu »

Someone else post pics too :P

Now with nightsky. All this is with a single drawcall, I wonder if I can do nice clouds too all with that single call ;)

Image
hendu
Posts: 2600
Joined: Sat Dec 18, 2010 12:53 pm

Re: Post Your Irrlicht Screenshots / Render Here.

Post by hendu »

OK, tested this against ATMOsphere.

A runs at 70fps vs my 170, and doesn't have a moon. In my subjective POV, mine is prettier ;)

A should have had a lens flare it seems, but that didn't work here.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Re: Post Your Irrlicht Screenshots / Render Here.

Post by hybrid »

At least now the moon is round and not egg-shaped anymore ;-)
Very nice!
CuteAlien
Admin
Posts: 9720
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Post Your Irrlicht Screenshots / Render Here.

Post by CuteAlien »

Hm, but using transparency for the dark side of the moon is a little strange when you can suddenly see stars through it.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
hendu
Posts: 2600
Joined: Sat Dec 18, 2010 12:53 pm

Re: Post Your Irrlicht Screenshots / Render Here.

Post by hendu »

hybrid wrote:At least now the moon is round and not egg-shaped anymore ;-)
That's an artifact of the extra camera, and still there. Should be fixed, yeah.
CuteAlien wrote:Hm, but using transparency for the dark side of the moon is a little strange when you can suddenly see stars through it.
That too. Though they _could_ be reflections on the mirrors left by the moon missions ;)


This be part of why I post pics, it's good to get feedback. The other part is that seeing other's progress is encouraging, I at least have read this whole thread. I hope somebody else gets inspiration from my pics ;)
CuteAlien
Admin
Posts: 9720
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Post Your Irrlicht Screenshots / Render Here.

Post by CuteAlien »

Sure post on - it's very motivating to see screenshots! Also I probably wouldn't have notice the moon thing if not exactly that would recently have been discussed on reddit for a while ;-)
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
hendu
Posts: 2600
Joined: Sat Dec 18, 2010 12:53 pm

Re: Post Your Irrlicht Screenshots / Render Here.

Post by hendu »

Both fixed:

Image
fmx

Re: Post Your Irrlicht Screenshots / Render Here.

Post by fmx »

Yup most of us are lurking silently, at least I am
keep the pics coming :D
hendu
Posts: 2600
Joined: Sat Dec 18, 2010 12:53 pm

Re: Post Your Irrlicht Screenshots / Render Here.

Post by hendu »

@fmx

It feels like I'm dominating this thread, with the last 2-3 pages being only me posting pics. Come on, it's summer, no excuses! Lurkers, post your pics.


Well, it still stretches a bit at the corners even with the projector's aspect fixed to 1. This is due to it being projected at the hemisphere, and I don't think there's a way around that without drawing it separately.

I'll keep it as one call and live with the projection matrix of the normal cam ;)


On the clouds, I've been wondering whether two layers is enough, or if I need to add texture arrays to irrlicht. But first I need to decide on how to do the clouds, back to reading papers you.
Granyte
Posts: 850
Joined: Tue Jan 25, 2011 11:07 pm
Contact:

Re: Post Your Irrlicht Screenshots / Render Here.

Post by Granyte »

I'm not sure the egg shaped moon was wrong

Image

this is a shot from my engine and the other body is not a billboard or anything it's a complete other planet rendered and it gives me an egg shape


Ps: bonus video here http://www.youtube.com/watch?v=YObvytq4 ... tube_gdata
ACE247
Posts: 704
Joined: Tue Mar 16, 2010 12:31 am

Re: Post Your Irrlicht Screenshots / Render Here.

Post by ACE247 »

What's your Camera FOV? Distorted moons might be from too wide view. Or you're just rendering at a resolution that's out of aspect from your monitor. ;) Nice pics by the way.
hendu
Posts: 2600
Joined: Sat Dec 18, 2010 12:53 pm

Re: Post Your Irrlicht Screenshots / Render Here.

Post by hendu »

Mine is the irr default, seems to be 72 degrees. Screen res shouldn't matter, since this is all in a window.
Granyte
Posts: 850
Joined: Tue Jan 25, 2011 11:07 pm
Contact:

Re: Post Your Irrlicht Screenshots / Render Here.

Post by Granyte »

same here i'm using the irr default and i'm not rendering in fullscreen
REDDemon
Developer
Posts: 1044
Joined: Tue Aug 31, 2010 8:06 pm
Location: Genova (Italy)

Re: Post Your Irrlicht Screenshots / Render Here.

Post by REDDemon »

CuteAlien wrote:Hm, but using transparency for the dark side of the moon is a little strange when you can suddenly see stars through it.
The movie 2001 space odissey had the same problem. You can saw the moon through space ship windows and it have start in transparent side. :)


@granyte: the only way i now for fix that is to warp the scene near left and right screen edges (for example by using a render target texture of the scene on a ScreenGrid instead of a Screen Quad), that way spherical objects will still look spherical. But when turning left or right you'll get headhackes XD
Junior Irrlicht Developer.
Real value in social networks is not about "increasing" number of followers, but about getting in touch with Amazing people.
- by Me
Post Reply