1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-17 14:11:06 +00:00

More scene work, can display a skybox

This commit is contained in:
Juan Linietsky
2016-10-21 07:27:13 -03:00
parent 4428115916
commit cb34b70df1
15 changed files with 861 additions and 84 deletions

View File

@@ -117,7 +117,6 @@ void RasterizerCanvasGLES3::canvas_begin(){
glClearColor( storage->frame.clear_request_color.r, storage->frame.clear_request_color.g, storage->frame.clear_request_color.b, storage->frame.clear_request_color.a );
glClear(GL_COLOR_BUFFER_BIT);
storage->frame.clear_request=false;
print_line("canvas clear?");
}