mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
Move 3D-only resources to their own folder
This commit is contained in:
parent
1cb531ddb6
commit
c399424db9
86 changed files with 122 additions and 114 deletions
|
|
@ -43,9 +43,9 @@
|
|||
#include "scene/gui/color_rect.h"
|
||||
#include "scene/gui/subviewport_container.h"
|
||||
#include "scene/main/viewport.h"
|
||||
#include "scene/resources/fog_material.h"
|
||||
#include "scene/resources/3d/fog_material.h"
|
||||
#include "scene/resources/3d/sky_material.h"
|
||||
#include "scene/resources/particle_process_material.h"
|
||||
#include "scene/resources/sky_material.h"
|
||||
|
||||
void MaterialEditor::gui_input(const Ref<InputEvent> &p_event) {
|
||||
ERR_FAIL_COND(p_event.is_null());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue