0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2024-11-27 09:50:52 -05:00

tweaks to docs

This commit is contained in:
liabru 2014-04-01 13:45:15 +01:00
parent 74c7ad07ee
commit aeea9f8c08
3 changed files with 6 additions and 2 deletions

View file

@ -534,6 +534,9 @@
Composites.softBody(250, 300, 8, 3, 0, 0, true, 15, particleOptions),
Composites.softBody(250, 400, 4, 4, 0, 0, true, 15, particleOptions)
]);
var renderOptions = _engine.render.options;
renderOptions.showAngleIndicator = false;
};
Demo.cloth = function() {

View file

@ -1,5 +1,6 @@
/**
* _Internal Class_, not generally used outside of the engine's internals.
* See [Demo.js](https://github.com/liabru/matter-js/blob/master/demo/js/Demo.js)
* and [DemoMobile.js](https://github.com/liabru/matter-js/blob/master/demo/js/DemoMobile.js) for usage examples.
*
* @class MouseConstraint
*/

View file

@ -101,7 +101,7 @@ var Mouse;
/**
* Clears all captured source events
* @method create
* @method clearSourceEvents
* @param {mouse} mouse
*/
Mouse.clearSourceEvents = function(mouse) {