Snake Disection

Announce new projects or updates of Irrlicht Engine related tools, games, and applications.
Also check the Wiki
Post Reply
Lonesome Ducky
Competition winner
Posts: 1123
Joined: Sun Jun 10, 2007 11:14 pm

Snake Disection

Post by Lonesome Ducky »

Image

This is a program I made for my Biology class. You get to move around the organs of a snake and when you mouse over them, it gives you information on each part.

Controls:
To activate the camera, hold E, while holding E, it's Irrlicht's default Maya camera, so hold mouse 1 and move the mouse around to rotate the view, so on, so on.

When you are over an organ, you can click and drag to move it.

http://lonesomeducky.googlepages.com/Snake.zip

Just made for fun and information.
Strong99
Admin
Posts: 687
Joined: Fri Mar 31, 2006 7:06 pm
Location: Netherlands
Contact:

Post by Strong99 »

looks good but one thing. When I hover over an organ the text sometime falls outside the screen.
Lonesome Ducky
Competition winner
Posts: 1123
Joined: Sun Jun 10, 2007 11:14 pm

Post by Lonesome Ducky »

Yeah, that's one problem I was too lazy to fix :D Thanks for testing it though!
CuteAlien
Admin
Posts: 9694
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Post by CuteAlien »

Nice tool. Comes even with source :-)

If you want to make some more improvements I would recommend adding maybe a small infotext at the top about the controls.

Also 2 minor problem, but maybe because I did run the application in Wine:
- There had been 2 organs which had no text.
- For some reason shadows had been rotated 180° degree around Y here.

Anyway - very cool!
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
Lonesome Ducky
Competition winner
Posts: 1123
Joined: Sun Jun 10, 2007 11:14 pm

Post by Lonesome Ducky »

Yeah, I couldn't find enough information on those organs to put it into text, and the shadows, I'm not really sure. Maybe it set up the orthographic projection backwards. I'm probably not going to continue working on it as I'm working on that LOD scene node, which is taking most of my time. But none the less, thanks for your comments! :D
BlindSide
Admin
Posts: 2821
Joined: Thu Dec 08, 2005 9:09 am
Location: NZ!

Post by BlindSide »

Ah the shadows is probably related to OpenGL/DirectX differences. The problem appears in OpenGL only.

I suppose those 2 organs were the snake's testicles? :lol: (I saw Left/Right Testicle file in the zip).
ShadowMapping for Irrlicht!: Get it here
Need help? Come on the IRC!: #irrlicht on irc://irc.freenode.net
Lonesome Ducky
Competition winner
Posts: 1123
Joined: Sun Jun 10, 2007 11:14 pm

Post by Lonesome Ducky »

I think so, it's really hard to find information on all the snakes organs. If I remember right, there's another organ with no information. Plus, the maturity of my class isn't quite what it should be in 10th grade :lol:
Midnight
Posts: 1772
Joined: Fri Jul 02, 2004 2:37 pm
Location: Wonderland

Post by Midnight »

wow this is really interesting.. nice work dude.
xDan
Competition winner
Posts: 673
Joined: Thu Mar 30, 2006 1:23 pm
Location: UK
Contact:

Post by xDan »

Cool!

there's an interesting article on snake slithering here
bit-pusher
Posts: 13
Joined: Tue Jun 09, 2009 11:53 am
Location: Wales, UK
Contact:

Post by bit-pusher »

Very nice -- good work :)
coldcity.com - code, games, stuffs
Virion
Competition winner
Posts: 2148
Joined: Mon Dec 18, 2006 5:04 am

Post by Virion »

cool stuff. i wish i had this running in my biology class during my secondary school time. :D
Post Reply