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.
dlangdev
Posts: 1324
Joined: Tue Aug 07, 2007 7:28 pm
Location: Beaverton OR
Contact:

Post by dlangdev »

Hi Sudi,

I'm studying them. I wanna know how they got made that way.

Plus, it would show the strength and weakness of the API. Like load time and other stuff. It took several seconds to load the textures for the last image.

The last images I posted use very large textures. That's why they look great.

I think large textures are going to be the norm with video cards having one gigabyte as entrylevel. I wouldn't be surprised if one texture is 4K-by-4K, though.

That's for the PC. For consoles it's a different set of requirements.
Image
sudi
Posts: 1686
Joined: Fri Aug 26, 2005 8:38 pm

Post by sudi »

cool dlangdev keep us uptodate

anyway i started doing experiments with postprocessing and wrote a xml-based postprocess system. here is what it can do for example...

Image
We're programmers. Programmers are, in their hearts, architects, and the first thing they want to do when they get to a site is to bulldoze the place flat and build something grand. We're not excited by renovation:tinkering,improving,planting flower beds.
dlangdev
Posts: 1324
Joined: Tue Aug 07, 2007 7:28 pm
Location: Beaverton OR
Contact:

Post by dlangdev »

man, that's way coool.

shader programming is the way to go.
Image
Eigen
Competition winner
Posts: 375
Joined: Fri Jan 27, 2006 2:01 pm
Location: Estonia
Contact:

Post by Eigen »

Working on my first level.

Image Image Image

Image Image
Virion
Competition winner
Posts: 2148
Joined: Mon Dec 18, 2006 5:04 am

Post by Virion »

Something I'm working recently. (sorry have to stop doing irr mascot for a while)

Still working on it. Can't generate lightmaps as it will spoil the transparent part of my textures. :(

Image

large image: http://blog.zerocore.net/wp-content/upl ... wcase1.jpg
e^x
Posts: 11
Joined: Fri Oct 03, 2008 5:33 pm
Location: CANADA

Post by e^x »

hey Virion, I like the style, reminds me a little bit of Nintendo 64.
Also the cartoony look it has by breaking the symmetry is very cool.
Exponentially evolving. Leaving behind the obsolete...
Frank Dodd
Posts: 208
Joined: Sun Apr 02, 2006 9:20 pm

Post by Frank Dodd »

nice work Eigen I like the look, I think it will be improved with some additional clutter in the scene.
kornwaretm
Competition winner
Posts: 189
Joined: Tue Oct 16, 2007 3:53 am
Location: Indonesia
Contact:

Post by kornwaretm »

Arok:
#1
Image
#2
Image
Virion
Competition winner
Posts: 2148
Joined: Mon Dec 18, 2006 5:04 am

Post by Virion »

Apa khabar kornwaretm. :wink: (hello kornwaretm)

nice sreenshots you got there. keep the good work up!
roelor
Posts: 240
Joined: Wed Aug 13, 2008 8:06 am

Post by roelor »

lovely. Im intrested in the command and conquer renegade clone though. (Love the images of dlangdev.)
I model two. But I was using (gah) game-maker and ultimate 3d. Love the user frienldlyness of it but its way to slow...

So thats the main reason I came here. An additional plus is that this engine is really tidy. and has godlike tutorials.
im busy with a shopping mall deathmatch level (for u3d though).
Image,
Image.
note: There are only 2 stairs in the level. I just made it repeat with an (2d) image manipulation program because I use it as desktop background. polycount is 367.
I need to add plants and such. Goal <= 2000 triangles.
Virion
Competition winner
Posts: 2148
Joined: Mon Dec 18, 2006 5:04 am

Post by Virion »

wow is that rendered in real time. looks fantastic.

by the way some updates on my project:

Image

large: http://blog.zerocore.net/wp-content/upl ... o2-far.jpg

Image

large: http://blog.zerocore.net/wp-content/upl ... -demo2.jpg
roelor
Posts: 240
Joined: Wed Aug 13, 2008 8:06 am

Post by roelor »

No it will be texture baked.
Eigen
Competition winner
Posts: 375
Joined: Fri Jan 27, 2006 2:01 pm
Location: Estonia
Contact:

Post by Eigen »

Another update on my .. unnamed .. project. I recently finished a new vehicle physics (very limited and needs a lot of tweaking) because I ran into performance issues with Newton vehicles. Having 2 vehicles already dropped the FPS significally, let alone 5 or more. Now I can easily have 10 or more without much drop. Oh, and there's a new vehicle camera.

I also finished doors that open automatically when you move close to them. (Such a big thing ..) Yeah, it's not, but it's all those small parts that eventually make up the final result. So I'm happy about it :)

Automatic door ..
Image

Enemy base in the distance:
Image

Bunch of vehicles:
Image

Image


Until next time!
dlangdev
Posts: 1324
Joined: Tue Aug 07, 2007 7:28 pm
Location: Beaverton OR
Contact:

Post by dlangdev »

are those trees generated by TreeMagic?

And your terrain looks like an output from L3DT, nicely done.

I was thinking of using those tools for the next demo I'm going to write.
Image
Eigen
Competition winner
Posts: 375
Joined: Fri Jan 27, 2006 2:01 pm
Location: Estonia
Contact:

Post by Eigen »

Thanks. Actually I got the trees and plants from http://www.loopix-project.com/ at one point. I guess there should still be a free pack available.

For the terrain I use EarthSculptor to sculpt and texture the several parts that make up the whole map. Haven't seen L3DT, but I should check it out. Seems impressive.
Post Reply