When is the estimated release for version 0.4?
~~ The Robomaniac
0.4 Release time?
-
- Posts: 602
- Joined: Sat Aug 23, 2003 2:03 am
- Location: Pottstown, PA
- Contact:
Seems it will be next week!
http://irrlicht.sourceforge.net/phpBB2/ ... c.php?t=16
http://irrlicht.sourceforge.net/phpBB2/ ... c.php?t=16
-
- Posts: 271
- Joined: Sat Aug 23, 2003 5:52 pm
- Location: Hurricane Central, Florida
Yes, and walk stairs up and down. And the best: Its just 2 lines of code to make this possible for every scene node: You'll just have to add a "CollisionAndResponseSceneNodeAnimator" to your scene node. I think this could not be easier.
In the 0.4 release there will be a lot of changes, more changes and new features than in any release before. Because of this, I'll release it next week, although there may be some small things missing I told they get in.
In the 0.4 release there will be a lot of changes, more changes and new features than in any release before. Because of this, I'll release it next week, although there may be some small things missing I told they get in.
Thanks for making me spit my coffee onto my keyboard.
CollisionAndResponseSceneNodeAnimator = Awesome way of handling collissions idea!
It might not be new, but it's outside the box of what I was thinking. And it allows for an amazing amount of interactions.
When I think of stair climbing, I usually do the:
Now it would be
CollisionAndResponseSceneNodeAnimator = Awesome way of handling collissions idea!
It might not be new, but it's outside the box of what I was thinking. And it allows for an amazing amount of interactions.
When I think of stair climbing, I usually do the:
Code: Select all
If (wall == hit)
check if height of wall < climb-ability
Code: Select all
If (wallsectionhit == stair)
camera.height += stepsize
or
If (portal.hit)
teleport to other place
Crud, how do I do this again?
-
- Posts: 602
- Joined: Sat Aug 23, 2003 2:03 am
- Location: Pottstown, PA
- Contact: