-
Notifications
You must be signed in to change notification settings - Fork 70
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
Change text of an object #48
Comments
Hi @1260811 we'll add a feature request to make this work with
We'll leave this issue open in case anyone else needs this workaround in the meantime. |
does it work using a marker recognition? |
This is a separate question, but just add a listener for the 'ar_tracking_marker' event that is thrown when the tracking runs - see the source code here https://github.com/awe-media/awe.js/blob/master/examples/marker_ar/awe.marker_ar.js#L416 Inside your listener you can add the code shown above to create what you want. |
Thank you, but I'm begginer and I don't know where I must add it, could you write a example? |
This github repos is now focused on supporting the development of apps using awe.js on the awe.media platform. You can still access our older awe.js library as the |
Hi, I'm using a text object and I want to change the word from one to two like it is was counting, it´s possible? I tried using
awe.projection.update()
function but it doesn't work.The text was updated successfully, but these errors were encountered: