You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yep, was referring to that codepen for getting started, though it doesn't have any examples on applying force or anything to move an object around. Tried looking at the examples, but I can't seem to find the source for them.
Check the physics module page
You can access all the examples sources here
I suggest we talk on discord, @sasha240100 is far more familiar with the physics module than I. he will certainly help to get what you need to achieve.
Trying out a prototype idea with whitestorm. Was able to setup a scene, but running into issues trying to do things with the physics engine. I see a number of useful methods here: https://github.com/WhitestormJS/physics-module-ammonext/blob/master/src/modules/physicsPrototype.js, but i have no way to execute them. I've tried accessing:
object.modules[0]
, which is the instance ofPHYSICS.BoxModule
i'm using, but it has none of these methods.The text was updated successfully, but these errors were encountered: