magic-script-components-react-native
magic-script-components-react-native copied to clipboard
MagicScript Components renderer for ARKit and ARCore
https://github.com/magic-script/magic-script-components/issues/227 Name | Type | Default Value | Description -- | -- | -- | -- textCoords | [vec2] | | Sets the texture coordinates used by the image. The...
https://github.com/magic-script/magic-script-components/issues/231 | Name | Type | Default Value | Required | Description | | ------------ | ------- | :-----------: | :------: | --------------------------------------------------------------------------------------- | | type | string | n/a...
https://github.com/magic-script/magic-script-components/issues/235 Currently "type" means one of "switch, checkbox, radio" but regarding documentation, it should contain the position of the label | Name | Type | Default Value | Required |...
### Description Add unit tests to cover UiNodesManager. ### Completion status: - [x] Android - [ ] iOS
When switching between scenes in the Catalog app memory is constantly growing (but only the native memory, not that used by Java). It also grows on the icons scene (where...
### [< Main issue](https://github.com/magic-script/magic-script-components/issues/189) Add support for light nodes. A light node is a component for setting the properties of light in the scene. Light node's supported properties (based on...
### [< 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....
### [< Main issue](https://github.com/magic-script/magic-script-components/issues/210) ### Description - Text edit and dropdown list do not support scroll view yet. - Extract a common scroll view code from UiScrollViewNode to a separate...
### [< Main issue](https://github.com/magic-script/magic-script-components/issues/176) ### Description Create an entity (e.g. Resources) which manages instances of resources (audio, video, model, image). - It should allow loading given resource only once (initial...