Skip to content

Instantly share code, notes, and snippets.

@marchermans
Created December 13, 2015 15:20
Show Gist options
  • Save marchermans/0913939fde45e8250092 to your computer and use it in GitHub Desktop.
Save marchermans/0913939fde45e8250092 to your computer and use it in GitHub Desktop.
Json Scaling
{
"forge_marker": 1,
"defaults": {
"textures": {},
"model": "armory:Guide/Guide.obj",
"custom": { "flip-v": true }
},
"variants": {
"normal": [
{}
],
"inventory": [
{
"transform": {
"firstperson": {
"translation": [
0,
0.25,
0.125
],
"rotation": [
{
"y": 135
},
{
"z": 25
}
],
"scale": 1.7
},
"gui": {
"scale": 20
}
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment