mirror of
https://github.com/godotengine/godot.git
synced 2025-11-02 06:31:13 +00:00
Everything returning to normal in 3D, still a long way to go
-implemented the scene part of visual server and rasterizer, objects without lighting and material are rendererd only
This commit is contained in:
parent
1527cf8c0d
commit
4428115916
23 changed files with 5196 additions and 272 deletions
|
|
@ -2349,6 +2349,7 @@ SpatialEditorViewport::SpatialEditorViewport(SpatialEditor *p_spatial_editor, Ed
|
|||
|
||||
spatial_editor=p_spatial_editor;
|
||||
ViewportContainer *c=memnew(ViewportContainer);
|
||||
c->set_stretch(true);
|
||||
add_child(c);
|
||||
c->set_area_as_parent_rect();
|
||||
viewport = memnew( Viewport );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue