Searched refs:physicsFuture (Results 1 – 1 of 1) sorted by relevance
35 protected Future physicsFuture; field in BulletAppState183 physicsFuture = executor.submit(parallelPhysicsUpdate); in render()191 if (physicsFuture != null) { in postRender()193 physicsFuture.get(); in postRender()194 physicsFuture = null; in postRender()