vujadin / BabylonHx

Port of Babylon.js 3D engine to Haxe.
http:/paradoxplay.com/babylonhx
Apache License 2.0
189 stars 43 forks source link

Multiple render loop #116

Closed aW4KeNiNG closed 8 years ago

aW4KeNiNG commented 8 years ago

Sync BJS about support multiple render loops.

In HTML5, the old implementation was impossible to stop/unset the function set with runRenderLoop. Also, it checks the requestAnimationFrame function from all vendors if it doesn't exist.