Search found 13 matches

by red82
Thu Jun 16, 2005 3:48 am
Forum: Advanced Help
Topic: Character falling through terrain while walking/running
Replies: 27
Views: 2176

Yea, using the same code it still does it for me with 0.10
by red82
Tue May 24, 2005 6:01 pm
Forum: Advanced Help
Topic: Character falling through terrain while walking/running
Replies: 27
Views: 2176

Does anyone know if there has been any progress made on this bug at all?
by red82
Wed Apr 20, 2005 5:13 pm
Forum: Advanced Help
Topic: Character falling through terrain while walking/running
Replies: 27
Views: 2176

Nope, I havn't worked on it really lately. Didn't get a chance to try newton yet. I've been testing my abilities in 3d modeling, and that's been eating up a lot of my time.
by red82
Fri Apr 15, 2005 7:31 pm
Forum: Advanced Help
Topic: Character falling through terrain while walking/running
Replies: 27
Views: 2176

And we are greatful for it!! :D :D :D
by red82
Fri Apr 15, 2005 3:25 pm
Forum: Advanced Help
Topic: Character falling through terrain while walking/running
Replies: 27
Views: 2176

Ok, thats cool... In the mean time I think I might try to get newton working with it, I tried it once, but failed miserably...(even though I didn't try too hard). I'll let ya know how that goes this weekend.
by red82
Fri Apr 15, 2005 2:28 am
Forum: Advanced Help
Topic: Character falling through terrain while walking/running
Replies: 27
Views: 2176

Actually I think it is linked to it,,, because I have noticed getting stuck in places too, but then if I switch directions a couple times to "wiggle free" she will fall through.
by red82
Thu Apr 14, 2005 9:49 pm
Forum: Advanced Help
Topic: Character falling through terrain while walking/running
Replies: 27
Views: 2176

hmm, I don't think it was a problem with that camera class afterall.... I completley removed it and tried it with a camera from http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=3542 and created a new event reciever that moved the model on the x axis forward when i hit a key. This is completley...
by red82
Wed Apr 13, 2005 9:00 pm
Forum: Advanced Help
Topic: Character falling through terrain while walking/running
Replies: 27
Views: 2176

OK, I sent ya the camera class I am using. Also I tried using MaxEdge - Center and it does the same thing.
by red82
Wed Apr 13, 2005 4:07 pm
Forum: Advanced Help
Topic: Character falling through terrain while walking/running
Replies: 27
Views: 2176

nope, I scale it right when I create the terrain, way before I do anything else terrain = smgr->addTerrainSceneNode( "textures/landscape/heightmap.jpg"); terrain->setScale(core::vector3df(40, 4.4f, 40)); terrain->setMaterialFlag(video::EMF_LIGHTING, false); terrain->setMaterialTexture(0, d...
by red82
Wed Apr 13, 2005 8:03 am
Forum: Advanced Help
Topic: Character falling through terrain while walking/running
Replies: 27
Views: 2176

Character falling through terrain while walking/running

I just implemented the new terrain scene node in my 3rd person game. I used to be using the libmini. That worked alright, but I my character (sydney) would sometimes walk part way through hills. With this new scene node it seems better, but If I take a few steps, she falls endlessly through the terr...
by red82
Mon Feb 14, 2005 4:06 pm
Forum: Open Discussion and Dev Announcements
Topic: Raknet shut down?
Replies: 8
Views: 834

Sweet Deal
by red82
Fri Feb 11, 2005 4:57 am
Forum: Open Discussion and Dev Announcements
Topic: Raknet shut down?
Replies: 8
Views: 834

Raknet shut down?

Does anybody know what has happened to Raknet's website? I have been searchin and everyone seems to think that it is a good networking engine, and for the past several days the site has been down. Just curious if anyone knows anything. Are there any other good network engines for MMORPG's?
by red82
Mon Jan 17, 2005 12:43 am
Forum: Advanced Help
Topic: getting model to sit on terrain with libmini
Replies: 2
Views: 473

getting model to sit on terrain with libmini

I am using the libmini library and the CLMTerrainSceneNode class that is discussed here: http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=4203&postdays=0&postorder=asc&highlight=libmini&start=0 My problem is that my model of the faerie will not sit on the surface of the terrain...