var surface = new svGlobal.LocalInterface();
surface.onstart = function(canvas){
//you can draw something on the canvas here.
}
rdp.addSurface(surface);
Category:
SparkView
var surface = new svGlobal.LocalInterface();
surface.onstart = function(canvas){
//you can draw something on the canvas here.
}
rdp.addSurface(surface);