-
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
how can i use awe.projections.update to animate object just like butterfly? #51
Comments
We've tested this code with the standard files in the examples directory of the repos and it definitely does work. You obviously need to replace the Plus you need to update |
yes, but in my code it is not working, may be i having passed wrong texture in awe.projections.add as below awe.projections.add({ and updates by 6 frames using your code var butterfly = awe.projections.view(zoneUser.fullname);
what can I pass in texture in awe.projections.add as displaying image? please check n confirm my code to solve the problem.. thanks in advance |
following code is not working in awe demo or also in my app to animate object as a butterfly.
NOTE: You can also use the projection.update() api to update the texture periodically too. e.g.
how can i use this code to fulfill my functionality?
The text was updated successfully, but these errors were encountered: