Disable physx query shapes for now.
This commit is contained in:
@@ -196,8 +196,7 @@ impl PhysxWorld {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
physx_sys::PxShapeFlags {
|
physx_sys::PxShapeFlags {
|
||||||
mBits: physx_sys::PxShapeFlag::eSIMULATION_SHAPE as u8
|
mBits: physx_sys::PxShapeFlag::eSIMULATION_SHAPE as u8, // | physx_sys::PxShapeFlag::eSCENE_QUERY_SHAPE as u8,
|
||||||
| physx_sys::PxShapeFlag::eSCENE_QUERY_SHAPE as u8,
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user