|
@@ -110,7 +110,7 @@ function Object2D()
|
|
|
*
|
|
|
* If true the onPointerDrag callback is used to update the state of the object.
|
|
|
*/
|
|
|
- this.draggable = false;
|
|
|
+ this.draggable = true;
|
|
|
|
|
|
/**
|
|
|
* Flag indicating if the pointer is inside of the element.
|
|
@@ -274,7 +274,7 @@ export {Object2D};
|
|
|
<br class="clear">
|
|
|
|
|
|
<footer>
|
|
|
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.2</a> on Mon Jun 03 2019 12:07:04 GMT+0100 (Western European Summer Time)
|
|
|
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.2</a> on Mon Jun 03 2019 12:31:58 GMT+0100 (Western European Summer Time)
|
|
|
</footer>
|
|
|
|
|
|
<script> prettyPrint(); </script>
|