Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Created September 30, 2017 22:30
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/38597884fd348f5426f897816745fdf9 to your computer and use it in GitHub Desktop.
Save matthieu-D/38597884fd348f5426f897816745fdf9 to your computer and use it in GitHub Desktop.
var scale = 0.001;
const drawableModel = new AR.Model("assets/wt3/mug.wt3", {
scale: {
x: scale,
y: scale,
z: scale
},
translate : {
x: 0.15,
z: 1
},
rotate : {
x: -90
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment