Jolt Physics
A multi core friendly Game Physics Engine
Loading...
Searching...
No Matches
CollectFacesMode.h
Go to the documentation of this file.
1// Jolt Physics Library (https://github.com/jrouwe/JoltPhysics)
2// SPDX-FileCopyrightText: 2021 Jorrit Rouwe
3// SPDX-License-Identifier: MIT
4
5#pragma once
6
8
11{
13 NoFaces
14};
15
ECollectFacesMode
Whether or not to collect faces, used by CastShape and CollideShape.
Definition: CollectFacesMode.h:11
@ CollectFaces
mShape1/2Face is desired
@ NoFaces
mShape1/2Face is not desired
#define JPH_NAMESPACE_END
Definition: Core.h:240
uint8_t uint8
Definition: Core.h:310
#define JPH_NAMESPACE_BEGIN
Definition: Core.h:234