NSRenderableEntity: add SpawnKey 'modelstretch'/'axialscale'.
This commit is contained in:
parent
a8c4075ff9
commit
4104c3e16f
1 changed files with 4 additions and 0 deletions
|
@ -963,6 +963,10 @@ NSRenderableEntity::SpawnKey(string strKey, string strValue)
|
|||
case "scale":
|
||||
scale = stof(strValue);
|
||||
break;
|
||||
case "modelstretch":
|
||||
case "axialscale":
|
||||
m_vecAxialScale = stov(strValue);
|
||||
break;
|
||||
case "skin":
|
||||
skin = stof(strValue);
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue