schteppe / cannon.js

A lightweight 3D physics engine written in JavaScript.
http://schteppe.github.com/cannon.js
MIT License
4.68k stars 711 forks source link

IOS ConvexPolyhedron lag when interacting #279

Open Senglejan opened 8 years ago

Senglejan commented 8 years ago

I have a strange issue with convexpolyhedron shapes...during interaction with other objects the FPS drops to 15± . This happens only on iOS devices, on android and windows phone it runs well.

My project is using Cordova + Ludei's canvas+

I really would like to solve this issue because I love cannonjs, don't want to change physics engine.

Do I need to provide any more information ?

Senglejan commented 8 years ago

So basically I managed to get no lag in IOS devices using physics worker.