|
|
@ -2044,7 +2044,7 @@ int CLuaIHMRyzom::addShape(CLuaState &ls)
|
|
|
|
|
|
|
|
|
|
|
|
string shape = ls.toString(1);
|
|
|
|
string shape = ls.toString(1);
|
|
|
|
|
|
|
|
|
|
|
|
float x,y,z = 0.0f;
|
|
|
|
float x = 0.0f, y = 0.0f, z = 0.0f;
|
|
|
|
float scale = 1.0f;
|
|
|
|
float scale = 1.0f;
|
|
|
|
string context,url,skeleton,texture = "";
|
|
|
|
string context,url,skeleton,texture = "";
|
|
|
|
bool highlight, transparency, collision = false;
|
|
|
|
bool highlight, transparency, collision = false;
|
|
|
|