Hi there a way to change the background color of FastRenderer to be white instead of black. I am able to change to white only after the first drawing event happen like this in FastRenderer#114
// Clear the screen with white
GLES20.glClearColor(1.0f, 1.0f, 1.0f, 1.0f)
However the app always initialize with black background. Also is it possible to overlay the drawing on top of a webview?
Hi there a way to change the background color of FastRenderer to be white instead of black. I am able to change to white only after the first drawing event happen like this in FastRenderer#114
However the app always initialize with black background. Also is it possible to overlay the drawing on top of a webview?