polyline vertices std::vector< glm::vec3 > *
[notice ] got a script error: Error running setup(): ....2_osx_release/addons/ofxLua/luaTests/bin/data/tests.lua:64: attempt to index a userdata value (local 'polyVertices')
SWIG is apparently not wrapping the vector here to where loa can use it. Other classes which return default vertex type vectors do work.
Getting a polyline vertex vector works, but using the vector fails:
yields:
SWIG is apparently not wrapping the vector here to where loa can use it. Other classes which return default vertex type vectors do work.