[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

BELA and showmesh() command in LUA file



I'm using a basic LUA file in BELA to start evaluating its scripting 
capabilities.

When I call showmesh() from the console or script file, the mesh 
appears and then as the view is refreshed, disappears agian.

It's just a minor niggle, but does anyone know a way around it?

cheers,
James


LUA file being used

-- Run "triangle" to generate a mesh
createmesh()

-- show the mesh in BELAdraw
showmesh()