// Delegate for Clearscreen
module.exports.wantsClearscreen = function()
{
return false;
};
... if implemented and exposed to the pxscene framework (present in your source file) this will skip the "clear to Black".
For example ...
px.import("px:scene.1.js").then( function ready(scene)
{
// Delegate for Clearscreen
module.exports.wantsClearscreen = function()
{
return false;
};
// additional code for pxscene JS app
...
...
}).catch( function importFailed(err){
console.error("Import failed for myApp.js: " + err)
});
This project is maintained by pxscene
Hosted on GitHub Pages — Theme by orderedlist