Paweł Leszkiewicz
Paweł Leszkiewicz
### Description - Colours specified as names, [0-255], [0-1], hex etc. (already done) - Similarly for specifying **euler**, **radian**, **degree** values for **rotation** and **quaternions** and **matrices**. ### Completion status...
### Description - Make `magic-script run` work on the simulator. - Currently uses `mxs bin/index.js`, so just run this for now and work with SDK team to enable starting simulator...
### Description Add support for quad nodes. A quad node represents a simple 2-d rectangle that can be drawn on. Quad node's supported properties (based on `QuadNode.h` and `quad-builder.js`): ```...
Add argument to handle case when multiple devices are plugged in to the same computer.
This is how Lumin and Android works. After implementation, check toggleGroup scene in Catalog app.
See `startListeningEvent` function in [platform-factory.js](https://github.com/magic-script/magic-script-components-react-native/blob/692e2d0625e51d5ce3a905646b8ca4f7ce14876e/components/platform/platform-factory.js#L39).
### [< Main issue](https://github.com/magic-script/magic-script-components/issues/317) ### Description Often the component that is further from the camera is activated instead of the one that is closer. Also, it's difficult to activate the...
### Description Lumin implementation of scroll bar differs from react-native implementation - e.g. for the vertical scroll bar, the developer needs to manually rotate and move it in order to...
### [< Main issue](https://github.com/magic-script/magic-script-components/issues/177) ### Description There are some events that are not related to any particular component (system events) which should be able to be handled from magic-script side....