Get Vector3 as float array
v = [1, 2, 3] floats = raylib.Vector3ToFloatV(v) print floats // [1, 2, 3] as a plain list of floats
There was an error while loading. Please reload this page.