Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement [Image] properties #227

Open
grzegorzdec opened this issue Feb 5, 2020 · 2 comments
Open

Implement [Image] properties #227

grzegorzdec opened this issue Feb 5, 2020 · 2 comments
Labels
Android Related to Android platform. Documentation iOS Related to iOS platform.

Comments

@grzegorzdec
Copy link
Contributor

Name Type Default Value Description
textCoords [vec2] Sets the texture coordinates used by the image. The texture coordinates must be a list of four coordinates representing the UV coordinates of the four corners.
opaque boolean Sets the opacity state of the image.
ui boolean Sets whether the image is rendered on UI Layer.
imageFrameResource BigInt Sets the model resource used for the image frame. Note: Frame models are expected to be one meter high, one meter wide, and centered at the origin.
renderResource BigInt Sets the render resource used for the image.
@grzegorzdec grzegorzdec added Android Related to Android platform. Documentation labels Feb 5, 2020
@grzegorzdec grzegorzdec changed the title Implement Image properties Implement [Image] properties Feb 5, 2020
@grozdanov
Copy link
Contributor

MXSCOMP-82

@darek607 darek607 added the iOS Related to iOS platform. label Feb 20, 2020
@grzegorzdec
Copy link
Contributor Author

textCoords - textures are not supported by android
opaque - <1
ui - unclear
imageFrameResource - blocked by another ticket (not implemented yet)
renderResource - as above

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Android Related to Android platform. Documentation iOS Related to iOS platform.
Projects
None yet
Development

No branches or pull requests

3 participants