holschuh Posted January 27, 2015 Share Posted January 27, 2015 Hi, in the Leadwerks Beta (3.3) the Lua example from the Command Reference "Surface::Add" shows an other result as the CPP example. Screenshot attached.. lua in first picture cpp second one Link to comment Share on other sites More sharing options...
Josh Posted January 31, 2015 Share Posted January 31, 2015 The problem was the [] operators were making a copy of the Vec4 values instead of returning a pointer to the same one. It's fixed now: http://www.leadwerks.com/werkspace/page/documentation/_/command-reference/surface/surfaceadd-r217 My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Recommended Posts