[RESOLVED] How change image.path.x from c++

I trying to change image.path.x1 and other image.path values from c++ code in corona enterprise.

I am referring to http://docs.coronalabs.com/tachyon/guide/graphics/3D.html

But path is userdata. Not a table.

I have created corona function which changes this values and I call it from c++ code but this isn’t an elegant solution.

Please provide a better solution for changing of image.path from c++

You can operate on the path like you would a table via lua_setfield(). The path object honors property syntax b/c of the way we set it up.

You can operate on the path like you would a table via lua_setfield(). The path object honors property syntax b/c of the way we set it up.