My First IRRLITCH demo (Completed 23th September)

Announce new projects or updates of Irrlicht Engine related tools, games, and applications.
Also check the Wiki
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Irrlicht does frustum culling (you can choose which version on a per-node basis). But it does not do occlusion culling. So when you're underground, but an overground object is in the theoretical line of sight it is still rendered.
rogerborg
Admin
Posts: 3590
Joined: Mon Oct 09, 2006 9:36 am
Location: Scotland - gonnae no slag aff mah Engleesh
Contact:

Post by rogerborg »

Indeed. To be clear, what I'm suggesting is to create 3 scene nodes which will form the start of 3 heirarchies to which all the other nodes/meshes are attached: above ground; stairs; below ground.

The stairs node will always be visible (as it can be seen from both above and below ground). When the camera is above ground, set the below ground scene node (and therefore all the nodes/meshes under it in the scene heirarchy) to invisible, and vice versa.

I'm not suggesting that you need to do it, just that if you're going to pitch this as a demo to a potential employer, that you should be ready to discuss it as an optimisation.
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
evo
Posts: 96
Joined: Mon Jun 27, 2005 6:46 pm
Location: The Netherlands

Post by evo »

Excellent demo.

Two small points of critisism.
- the volume of sound of the busses is not related to distance to the camera
- In 'Level_demo.exe' there is a leak in the map. You can fall through at the end of the subwaytunnel. See screenshot.
There is one in 'animation.exe' too, which I am sure you are aware off


Image
christianclavet
Posts: 1638
Joined: Mon Apr 30, 2007 3:24 am
Location: Montreal, CANADA
Contact:

Post by christianclavet »

Evo: Wow. I never saw that leak! Sorry. :oops: Thanks for reporting it. There is a way also to jump on the bus, get on the roof and go on the walls for there you could also go outside the map. But this one I knew about it. I'll go in the tunnel and check were I did the mistake. (Perhaps a bad positionning, because the tunnel is in 3 parts)

Rogerborg and Hybrid: Thanks, but this demo as already been submitted. This will have to be planned carefully for my new project. This demo was submitted to promote my skills as a modeler in game environnements. So it's not that bad. (exept the leak :oops: ). I'll try to have objects in some way that I'll hide them as your recommend in the next project. (Doing some sketches and see what is in view) Having the stairs always visible is a good idea.

Hybrid: Do you think someone will plan to have the occlusion culling implemented someday in next releases? Or someone released some code already?
dejai
Posts: 522
Joined: Sat Apr 21, 2007 9:00 am

Post by dejai »

by any chance were you wearing a blue top, and a sling shouldered bag on the day you took the pictures, look at the front of the bus.

lol Its great loved the demo to avoid that happening use angle shots of photo shop it out.

also what editor did you use?
Programming Blog: http://www.uberwolf.com
christianclavet
Posts: 1638
Joined: Mon Apr 30, 2007 3:24 am
Location: Montreal, CANADA
Contact:

Post by christianclavet »

Yes. that was me on the front of the bus. :lol:

That was intentionnal to let "me" there. Nice that you seen it! :)

That was not the best day to shot (very sunny). Used Lightwave + Photoshop for texturing and creating the model.
Post Reply