Table of Contents

Struct b3Filter

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

Collision filtering data for a shape. Mirror of b3Filter.

public struct b3Filter

Inherited Members

Remarks

Affects shape-versus-shape collision as well as queries such as ray casts.

Fields

categoryBits

The categories this shape belongs to. Normally a single bit.

groupIndex

A group index. Shapes in the same negative group never collide; shapes in the same positive group always collide. Zero has no effect.

maskBits

The categories this shape accepts for collision.