mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 10:01:15 +00:00
Merge pull request #54606 from Calinou/mesh-editor-plugin-tweak-msaa
Use 4× MSAA for the Advanced Import Options 3D preview
This commit is contained in:
commit
016cca1740
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ MeshEditor::MeshEditor() {
|
|||
viewport->set_world_3d(world_3d); //use own world
|
||||
add_child(viewport);
|
||||
viewport->set_disable_input(true);
|
||||
viewport->set_msaa(Viewport::MSAA_2X);
|
||||
viewport->set_msaa(Viewport::MSAA_4X);
|
||||
set_stretch(true);
|
||||
camera = memnew(Camera3D);
|
||||
camera->set_transform(Transform3D(Basis(), Vector3(0, 0, 1.1)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue