Jolt Physics
A multi core friendly Game Physics Engine
Loading...
Searching...
No Matches
BackFaceMode.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
7
JPH_NAMESPACE_BEGIN
8
10
enum class
EBackFaceMode
:
uint8
11
{
12
IgnoreBackFaces
,
13
CollideWithBackFaces
,
14
};
15
16
JPH_NAMESPACE_END
EBackFaceMode
EBackFaceMode
How collision detection functions will treat back facing triangles.
Definition:
BackFaceMode.h:11
EBackFaceMode::CollideWithBackFaces
@ CollideWithBackFaces
Collide with back facing surfaces/triangles.
EBackFaceMode::IgnoreBackFaces
@ IgnoreBackFaces
Ignore collision with back facing surfaces/triangles.
uint8
std::uint8_t uint8
Definition:
Core.h:440
JPH_NAMESPACE_END
#define JPH_NAMESPACE_END
Definition:
Core.h:367
JPH_NAMESPACE_BEGIN
#define JPH_NAMESPACE_BEGIN
Definition:
Core.h:361
Jolt
Physics
Collision
BackFaceMode.h
Generated by
1.9.5