Hello,
What's the minimal code to put in the runtime drawing function of a plugin:
instanceProto.draw = function(ctx, glmode){}
and in instanceProto.drawGL = function(glw){}
To draw nothing.
If I put nothing, I get error messages.
Does any of you guys have an example ?
I would really appreciate it. Thanks.