mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-22 00:48:09 +01:00
Clang format everything again.
This commit is contained in:
parent
8181808b74
commit
f9507dc475
@ -1,5 +1,6 @@
|
|||||||
#ifndef LOCALES_H
|
#ifndef LOCALES_H
|
||||||
#define LOCALES_H
|
#define LOCALES_H
|
||||||
|
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
/* locales.h */
|
/* locales.h */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
@ -31,9 +32,6 @@
|
|||||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Windows has some weird locale identifiers which do not honor the ISO 639-1
|
// Windows has some weird locale identifiers which do not honor the ISO 639-1
|
||||||
// standardized nomenclature. Whenever those don't conflict with existing ISO
|
// standardized nomenclature. Whenever those don't conflict with existing ISO
|
||||||
// identifiers, we override them.
|
// identifiers, we override them.
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#ifndef RASTERIZER_CANVAS_BASE_GLES3_H
|
#ifndef RASTERIZER_CANVAS_BASE_GLES3_H
|
||||||
#define RASTERIZER_CANVAS_BASE_GLES3_H
|
#define RASTERIZER_CANVAS_BASE_GLES3_H
|
||||||
|
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
/* rasterizer_canvas_base_gles3.h */
|
/* rasterizer_canvas_base_gles3.h */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
@ -31,9 +32,6 @@
|
|||||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include "rasterizer_storage_gles3.h"
|
#include "rasterizer_storage_gles3.h"
|
||||||
#include "servers/rendering/rasterizer.h"
|
#include "servers/rendering/rasterizer.h"
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#ifndef RASTERIZER_CANVAS_GLES3_H
|
#ifndef RASTERIZER_CANVAS_GLES3_H
|
||||||
#define RASTERIZER_CANVAS_GLES3_H
|
#define RASTERIZER_CANVAS_GLES3_H
|
||||||
|
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
/* rasterizer_canvas_gles3.h */
|
/* rasterizer_canvas_gles3.h */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
@ -31,9 +32,6 @@
|
|||||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include "drivers/gles_common/rasterizer_canvas_batcher.h"
|
#include "drivers/gles_common/rasterizer_canvas_batcher.h"
|
||||||
#include "rasterizer_canvas_base_gles3.h"
|
#include "rasterizer_canvas_base_gles3.h"
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#ifndef RASTERIZER_GLES3_H
|
#ifndef RASTERIZER_GLES3_H
|
||||||
#define RASTERIZER_GLES3_H
|
#define RASTERIZER_GLES3_H
|
||||||
|
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
/* rasterizer_gles3.h */
|
/* rasterizer_gles3.h */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
@ -31,9 +32,6 @@
|
|||||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include "rasterizer_canvas_gles3.h"
|
#include "rasterizer_canvas_gles3.h"
|
||||||
#include "rasterizer_scene_gles3.h"
|
#include "rasterizer_scene_gles3.h"
|
||||||
#include "rasterizer_storage_gles3.h"
|
#include "rasterizer_storage_gles3.h"
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#ifndef RASTERIZER_SCENE_GLES3_H
|
#ifndef RASTERIZER_SCENE_GLES3_H
|
||||||
#define RASTERIZER_SCENE_GLES3_H
|
#define RASTERIZER_SCENE_GLES3_H
|
||||||
|
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
/* rasterizer_scene_gles3.h */
|
/* rasterizer_scene_gles3.h */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
@ -31,9 +32,6 @@
|
|||||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Must come before shaders or the Windows build fails... */
|
/* Must come before shaders or the Windows build fails... */
|
||||||
#include "rasterizer_storage_gles3.h"
|
#include "rasterizer_storage_gles3.h"
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#ifndef RASTERIZER_STORAGE_GLES3_H
|
#ifndef RASTERIZER_STORAGE_GLES3_H
|
||||||
#define RASTERIZER_STORAGE_GLES3_H
|
#define RASTERIZER_STORAGE_GLES3_H
|
||||||
|
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
/* rasterizer_storage_gles3.h */
|
/* rasterizer_storage_gles3.h */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
@ -31,9 +32,6 @@
|
|||||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include "core/containers/bitfield_dynamic.h"
|
#include "core/containers/bitfield_dynamic.h"
|
||||||
#include "core/containers/self_list.h"
|
#include "core/containers/self_list.h"
|
||||||
#include "drivers/gles_common/rasterizer_asserts.h"
|
#include "drivers/gles_common/rasterizer_asserts.h"
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#ifndef SHADER_CACHE_GLES3_H
|
#ifndef SHADER_CACHE_GLES3_H
|
||||||
#define SHADER_CACHE_GLES3_H
|
#define SHADER_CACHE_GLES3_H
|
||||||
|
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
/* shader_cache_gles3.h */
|
/* shader_cache_gles3.h */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
@ -31,9 +32,6 @@
|
|||||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include "core/containers/local_vector.h"
|
#include "core/containers/local_vector.h"
|
||||||
#include "core/object/reference.h"
|
#include "core/object/reference.h"
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#ifndef SHADER_COMPILER_GLES3_H
|
#ifndef SHADER_COMPILER_GLES3_H
|
||||||
#define SHADER_COMPILER_GLES3_H
|
#define SHADER_COMPILER_GLES3_H
|
||||||
|
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
/* shader_compiler_gles3.h */
|
/* shader_compiler_gles3.h */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
@ -31,9 +32,6 @@
|
|||||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include "core/containers/pair.h"
|
#include "core/containers/pair.h"
|
||||||
#include "servers/rendering/shader_language.h"
|
#include "servers/rendering/shader_language.h"
|
||||||
#include "servers/rendering/shader_types.h"
|
#include "servers/rendering/shader_types.h"
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#ifndef SHADER_GLES3_H
|
#ifndef SHADER_GLES3_H
|
||||||
#define SHADER_GLES3_H
|
#define SHADER_GLES3_H
|
||||||
|
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
/* shader_gles3.h */
|
/* shader_gles3.h */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
@ -31,9 +32,6 @@
|
|||||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include "core/containers/hash_map.h"
|
#include "core/containers/hash_map.h"
|
||||||
#include "core/containers/local_vector.h"
|
#include "core/containers/local_vector.h"
|
||||||
#include "core/containers/og_hash_map.h"
|
#include "core/containers/og_hash_map.h"
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#ifndef EDITOR_LOCALE_DIALOG_H
|
#ifndef EDITOR_LOCALE_DIALOG_H
|
||||||
#define EDITOR_LOCALE_DIALOG_H
|
#define EDITOR_LOCALE_DIALOG_H
|
||||||
|
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
/* editor_locale_dialog.h */
|
/* editor_locale_dialog.h */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
@ -31,9 +32,6 @@
|
|||||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include "core/string/translation.h"
|
#include "core/string/translation.h"
|
||||||
#include "scene/gui/dialogs.h"
|
#include "scene/gui/dialogs.h"
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#ifndef BAKED_LIGHTMAP_EDITOR_PLUGIN_H
|
#ifndef BAKED_LIGHTMAP_EDITOR_PLUGIN_H
|
||||||
#define BAKED_LIGHTMAP_EDITOR_PLUGIN_H
|
#define BAKED_LIGHTMAP_EDITOR_PLUGIN_H
|
||||||
|
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
/* baked_lightmap_editor_plugin.h */
|
/* baked_lightmap_editor_plugin.h */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
@ -31,9 +32,6 @@
|
|||||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include "editor/editor_node.h"
|
#include "editor/editor_node.h"
|
||||||
#include "editor/editor_plugin.h"
|
#include "editor/editor_plugin.h"
|
||||||
#include "scene/3d/baked_lightmap.h"
|
#include "scene/3d/baked_lightmap.h"
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#ifndef GI_PROBE_EDITOR_PLUGIN_H
|
#ifndef GI_PROBE_EDITOR_PLUGIN_H
|
||||||
#define GI_PROBE_EDITOR_PLUGIN_H
|
#define GI_PROBE_EDITOR_PLUGIN_H
|
||||||
|
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
/* gi_probe_editor_plugin.h */
|
/* gi_probe_editor_plugin.h */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
@ -31,9 +32,6 @@
|
|||||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include "editor/editor_plugin.h"
|
#include "editor/editor_plugin.h"
|
||||||
|
|
||||||
class ToolBoutton;
|
class ToolBoutton;
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#ifndef PARTICLES_2D_EDITOR_PLUGIN_H
|
#ifndef PARTICLES_2D_EDITOR_PLUGIN_H
|
||||||
#define PARTICLES_2D_EDITOR_PLUGIN_H
|
#define PARTICLES_2D_EDITOR_PLUGIN_H
|
||||||
|
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
/* gpu_particles_2d_editor_plugin.h */
|
/* gpu_particles_2d_editor_plugin.h */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
@ -31,9 +32,6 @@
|
|||||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include "editor/editor_node.h"
|
#include "editor/editor_node.h"
|
||||||
#include "editor/editor_plugin.h"
|
#include "editor/editor_plugin.h"
|
||||||
#include "scene/2d/collision_polygon_2d.h"
|
#include "scene/2d/collision_polygon_2d.h"
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#ifndef DENOISE_WRAPPER_H
|
#ifndef DENOISE_WRAPPER_H
|
||||||
#define DENOISE_WRAPPER_H
|
#define DENOISE_WRAPPER_H
|
||||||
|
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
/* denoise_wrapper.h */
|
/* denoise_wrapper.h */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
@ -31,9 +32,6 @@
|
|||||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
void *oidn_denoiser_init();
|
void *oidn_denoiser_init();
|
||||||
bool oidn_denoise(void *device, float *p_floats, int p_width, int p_height);
|
bool oidn_denoise(void *device, float *p_floats, int p_width, int p_height);
|
||||||
void oidn_denoiser_finish(void *device);
|
void oidn_denoiser_finish(void *device);
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#ifndef LIGHTMAP_DENOISER_H
|
#ifndef LIGHTMAP_DENOISER_H
|
||||||
#define LIGHTMAP_DENOISER_H
|
#define LIGHTMAP_DENOISER_H
|
||||||
|
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
/* lightmap_denoiser.h */
|
/* lightmap_denoiser.h */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
@ -31,9 +32,6 @@
|
|||||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include "core/object/class_db.h"
|
#include "core/object/class_db.h"
|
||||||
#include "scene/3d/lightmapper.h"
|
#include "scene/3d/lightmapper.h"
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#ifndef DENOISE_REGISTER_TYPES_H
|
#ifndef DENOISE_REGISTER_TYPES_H
|
||||||
#define DENOISE_REGISTER_TYPES_H
|
#define DENOISE_REGISTER_TYPES_H
|
||||||
|
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
/* register_types.h */
|
/* register_types.h */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
@ -31,9 +32,6 @@
|
|||||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include "modules/register_module_types.h"
|
#include "modules/register_module_types.h"
|
||||||
|
|
||||||
void register_denoise_types(ModuleRegistrationLevel p_level);
|
void register_denoise_types(ModuleRegistrationLevel p_level);
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#ifndef LIGHTMAPPER_CPU_H
|
#ifndef LIGHTMAPPER_CPU_H
|
||||||
#define LIGHTMAPPER_CPU_H
|
#define LIGHTMAPPER_CPU_H
|
||||||
|
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
/* lightmapper_cpu.h */
|
/* lightmapper_cpu.h */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
@ -31,9 +32,6 @@
|
|||||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include "core/containers/local_vector.h"
|
#include "core/containers/local_vector.h"
|
||||||
#include "scene/3d/lightmapper.h"
|
#include "scene/3d/lightmapper.h"
|
||||||
#include "scene/resources/mesh/mesh.h"
|
#include "scene/resources/mesh/mesh.h"
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#ifndef LIGHTMAPPER_CPU_REGISTER_TYPES_H
|
#ifndef LIGHTMAPPER_CPU_REGISTER_TYPES_H
|
||||||
#define LIGHTMAPPER_CPU_REGISTER_TYPES_H
|
#define LIGHTMAPPER_CPU_REGISTER_TYPES_H
|
||||||
|
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
/* register_types.h */
|
/* register_types.h */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
@ -31,9 +32,6 @@
|
|||||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include "modules/register_module_types.h"
|
#include "modules/register_module_types.h"
|
||||||
|
|
||||||
void register_lightmapper_cpu_types(ModuleRegistrationLevel p_level);
|
void register_lightmapper_cpu_types(ModuleRegistrationLevel p_level);
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#ifndef XATLAS_UNWRAP_REGISTER_TYPES_H
|
#ifndef XATLAS_UNWRAP_REGISTER_TYPES_H
|
||||||
#define XATLAS_UNWRAP_REGISTER_TYPES_H
|
#define XATLAS_UNWRAP_REGISTER_TYPES_H
|
||||||
|
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
/* register_types.h */
|
/* register_types.h */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
@ -31,9 +32,6 @@
|
|||||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include "modules/register_module_types.h"
|
#include "modules/register_module_types.h"
|
||||||
|
|
||||||
void register_xatlas_unwrap_types(ModuleRegistrationLevel p_level);
|
void register_xatlas_unwrap_types(ModuleRegistrationLevel p_level);
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#ifndef UWP_EXPORT_H
|
#ifndef UWP_EXPORT_H
|
||||||
#define UWP_EXPORT_H
|
#define UWP_EXPORT_H
|
||||||
|
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
/* export.h */
|
/* export.h */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
@ -31,9 +32,6 @@
|
|||||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
void register_uwp_exporter();
|
void register_uwp_exporter();
|
||||||
|
|
||||||
#endif // UWP_EXPORT_H
|
#endif // UWP_EXPORT_H
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#ifndef PARTICLES_2D_H
|
#ifndef PARTICLES_2D_H
|
||||||
#define PARTICLES_2D_H
|
#define PARTICLES_2D_H
|
||||||
|
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
/* gpu_particles_2d.h */
|
/* gpu_particles_2d.h */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
@ -31,9 +32,6 @@
|
|||||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include "core/containers/rid.h"
|
#include "core/containers/rid.h"
|
||||||
#include "scene/main/node_2d.h"
|
#include "scene/main/node_2d.h"
|
||||||
#include "scene/resources/texture.h"
|
#include "scene/resources/texture.h"
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#ifndef BAKED_LIGHTMAP_H
|
#ifndef BAKED_LIGHTMAP_H
|
||||||
#define BAKED_LIGHTMAP_H
|
#define BAKED_LIGHTMAP_H
|
||||||
|
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
/* baked_lightmap.h */
|
/* baked_lightmap.h */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
@ -31,9 +32,6 @@
|
|||||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include "core/containers/local_vector.h"
|
#include "core/containers/local_vector.h"
|
||||||
#include "multimesh_instance.h"
|
#include "multimesh_instance.h"
|
||||||
#include "scene/3d/light.h"
|
#include "scene/3d/light.h"
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#ifndef GI_PROBE_H
|
#ifndef GI_PROBE_H
|
||||||
#define GI_PROBE_H
|
#define GI_PROBE_H
|
||||||
|
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
/* gi_probe.h */
|
/* gi_probe.h */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
@ -31,9 +32,6 @@
|
|||||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include "multimesh_instance.h"
|
#include "multimesh_instance.h"
|
||||||
#include "scene/3d/visual_instance.h"
|
#include "scene/3d/visual_instance.h"
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#ifndef PARTICLES_H
|
#ifndef PARTICLES_H
|
||||||
#define PARTICLES_H
|
#define PARTICLES_H
|
||||||
|
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
/* gpu_particles.h */
|
/* gpu_particles.h */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
@ -31,9 +32,6 @@
|
|||||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include "core/containers/rid.h"
|
#include "core/containers/rid.h"
|
||||||
#include "scene/3d/visual_instance.h"
|
#include "scene/3d/visual_instance.h"
|
||||||
#include "scene/resources/material/material.h"
|
#include "scene/resources/material/material.h"
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#ifndef LIGHTMAPPER_H
|
#ifndef LIGHTMAPPER_H
|
||||||
#define LIGHTMAPPER_H
|
#define LIGHTMAPPER_H
|
||||||
|
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
/* lightmapper.h */
|
/* lightmapper.h */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
@ -31,9 +32,6 @@
|
|||||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include "scene/resources/mesh/mesh.h"
|
#include "scene/resources/mesh/mesh.h"
|
||||||
|
|
||||||
#if !defined(__aligned)
|
#if !defined(__aligned)
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#ifndef LOD_H
|
#ifndef LOD_H
|
||||||
#define LOD_H
|
#define LOD_H
|
||||||
|
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
/* lod.h */
|
/* lod.h */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
@ -31,9 +32,6 @@
|
|||||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include "scene/main/spatial.h"
|
#include "scene/main/spatial.h"
|
||||||
|
|
||||||
class LOD : public Spatial {
|
class LOD : public Spatial {
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#ifndef LOD_MANAGER_H
|
#ifndef LOD_MANAGER_H
|
||||||
#define LOD_MANAGER_H
|
#define LOD_MANAGER_H
|
||||||
|
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
/* lod_manager.h */
|
/* lod_manager.h */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
@ -31,9 +32,6 @@
|
|||||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include "core/containers/local_vector.h"
|
#include "core/containers/local_vector.h"
|
||||||
#include "core/os/mutex.h"
|
#include "core/os/mutex.h"
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#ifndef VOXEL_LIGHT_BAKER_H
|
#ifndef VOXEL_LIGHT_BAKER_H
|
||||||
#define VOXEL_LIGHT_BAKER_H
|
#define VOXEL_LIGHT_BAKER_H
|
||||||
|
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
/* voxel_light_baker.h */
|
/* voxel_light_baker.h */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
@ -31,9 +32,6 @@
|
|||||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include "scene/3d/mesh_instance.h"
|
#include "scene/3d/mesh_instance.h"
|
||||||
#include "scene/resources/mesh/multimesh.h"
|
#include "scene/resources/mesh/multimesh.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user