Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Last active September 23, 2017 22:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthieu-D/0bb83c45be43b905e2f8b6822c1de892 to your computer and use it in GitHub Desktop.
Save matthieu-D/0bb83c45be43b905e2f8b6822c1de892 to your computer and use it in GitHub Desktop.
var drawable = new AR.ImageDrawable(wcImage, 1, {
translate: {
z: 0.15
},
rotate: {
x: -90
}
});
var imageTrackable = new AR.ImageTrackable(imageTracker, "*", {
drawables: {
cam: drawable
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment