Loading [MathJax]/extensions/tex2jax.js
Jolt Physics
A multi core friendly Game Physics Engine
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
c
e
f
g
i
m
o
r
s
t
Functions
Variables
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
a
b
c
g
h
i
m
n
o
r
s
t
w
x
y
z
Typedefs
a
b
c
d
e
f
g
i
j
k
l
m
n
o
p
r
s
t
u
v
Enumerations
Enumerator
Related Functions
a
b
c
j
l
o
r
s
v
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
j
m
n
o
p
q
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
h
i
j
m
n
o
p
q
r
s
t
u
v
Variables
Typedefs
a
b
c
d
f
h
i
j
m
n
o
p
q
r
s
t
u
v
w
Enumerations
Enumerator
Macros
b
j
m
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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