Thoughts on the collision box?

Everything about development and the OpenMW source code.
Post Reply
User avatar
DestinedToDie
Posts: 1181
Joined: 29 Jun 2015, 09:08

Thoughts on the collision box?

Post by DestinedToDie »

Hey. As you may know, collision boxes are rectangles in .nif files. But in OpenMW ingame they are converted into this: http://i.imgur.com/3Se5M2v.jpg

It's like the rectangle is taken and subdivided 1 or 2 times. The reason I'm bringing this up to ask if we are getting high physics because of this method? If it were a simple cube, wouldn't NPCs colliding with objects on the ground be less impactful?

Is the subdivision a good thing or should we revert to a rectangle?
User avatar
Capostrophic
Posts: 794
Joined: 22 Feb 2016, 20:32

Re: Thoughts on the collision box?

Post by Capostrophic »

Er... no, we should never turn the player and NPC's collision shape to a cuboid under no circumstances. This isn't the performance-hogger, and also is not subdivision of a cuboid and it won't affect performance and the return of slight floating NPCs will look even worse than with a cylinder and do you even character controller and destined don't go where you don't need to and if it works don't ever touch it and I need a pizza and reee et cetera.
raven
Posts: 66
Joined: 26 May 2016, 09:54

Re: Thoughts on the collision box?

Post by raven »

That is a graphical representation of a capsule. The only simpler collision shape would be a sphere.
Lamoot
Posts: 176
Joined: 22 Apr 2016, 12:03

Re: Thoughts on the collision box?

Post by Lamoot »

The collision box was replaced with a capsule in the current version (along with other changes to player physics if i remember correctly).
https://bugs.openmw.org/projects/openmw ... cd2b72cea3

Also for NPCs:
https://bugs.openmw.org/issues/2909
Post Reply