If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
-
misterface
- Posts: 17
- Joined: Thu Aug 11, 2005 11:57 am
Post
by misterface »
is it possible to open a closed door when you stand in front of it in irrlicht? (scene made in 3ds max studio: door: pivot)
-
Guest
Post
by Guest »
pfo wrote:It is if you write code to open the door
can somebody give me some example code please?
-
luckymutt
- Posts: 453
- Joined: Sun Mar 06, 2005 11:56 pm
- Location: C-Ville
Post
by luckymutt »
One of two ways- create it with an animation that is triggered, or rotate the scene node via code.
Search. It's out there.