Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Created May 12, 2017 17:52
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/c4bce843ae878cf1e96487d6c4663f3b to your computer and use it in GitHub Desktop.
Save matthieu-D/c4bce843ae878cf1e96487d6c4663f3b to your computer and use it in GitHub Desktop.
this.titleLabel = new AR.Label(poiData.title, 1, {
zOrder: 1,
translate: {
y: 0.55
},
style: {
textColor: '#ff0000',
fontStyle: AR.CONST.FONT_STYLE.BOLD
}
});
this.descriptionLabel = new AR.Label(poiData.description, 0.8, {
zOrder: 1,
translate: {
y: -0.55
},
style: {
textColor: '#FFFFFF',
fontStyle: AR.CONST.FONT_STYLE.BOLD
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment