OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_fupdates
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
btDbvtBroadphase.h
76
int
m_fupdates
; // % of fixed updates per frame
member in struct:btDbvtBroadphase
btDbvtBroadphase.cpp
130
m_fupdates
= 1;
514
const int count=1+(m_sets[1].m_leaves*
m_fupdates
)/100;
515
m_sets[1].optimizeIncremental(1+(m_sets[1].m_leaves*
m_fupdates
)/100);
646
m_fupdates
= 1;
Completed in 41 milliseconds