Search found 4 matches

by tbrick
Mon Oct 13, 2008 2:06 pm
Forum: Applications, Games, Demos or Movies using Bullet
Topic: OpenMW - open source Morrowind reimplementation
Replies: 19
Views: 36330

Re: OpenMW - open source Morrowind reimplementation

Hi again. You can avoid collision with certain objects by setting the appropriate group and mask filters on the objects. See the "filters" article on the main page. I changed this in my copy of the demo, and the result was that you could walk on top of dynamic boxes, and boxes would push t...
by tbrick
Sat Oct 04, 2008 8:29 am
Forum: Applications, Games, Demos or Movies using Bullet
Topic: OpenMW - open source Morrowind reimplementation
Replies: 19
Views: 36330

Re: OpenMW - open source Morrowind reimplementation

Hi mickey! Yes, my code is mostly based on the kinematic character controller demo (CharacterDemo). It still needs a lot of work, but if I figure out something thats generally usable, I would like to contribute it back into the demo (if the Bullet guys are interested in my code.) The code isn't part...
by tbrick
Thu Oct 02, 2008 3:23 pm
Forum: Applications, Games, Demos or Movies using Bullet
Topic: OpenMW - open source Morrowind reimplementation
Replies: 19
Views: 36330

Re: OpenMW - open source Morrowind reimplementation

Update: Here are a few videos of the Bullet-based character movement / collision code in action. Not perfect, but it works. Once I have improved it sufficiently, though, I'll make sure to port the changes back to CharacterDemo, so others can benefit. http://www.youtube.com/watch?v=1ugvFIlcm4M&fm...
by tbrick
Mon Sep 29, 2008 11:34 am
Forum: Applications, Games, Demos or Movies using Bullet
Topic: OpenMW - open source Morrowind reimplementation
Replies: 19
Views: 36330

OpenMW - open source Morrowind reimplementation

Hi, I'd just like to announce that OpenMW, an ambitious project I'm currently working on, has just started using Bullet! You can read more about OpenMW at: http://openmw.snaptoad.com OpenMW is an attempt to reimplement Morrowind using only open source software. It is meant to become (in time) a drop...