File tree Expand file tree Collapse file tree 17 files changed +108
-197
lines changed
include/nbl/ext/MitsubaLoader
src/nbl/ext/MitsubaLoader Expand file tree Collapse file tree 17 files changed +108
-197
lines changed Original file line number Diff line number Diff line change 1- // Copyright (C) 2018-2020 - DevSH Graphics Programming Sp. z O.O.
1+ // Copyright (C) 2018-2025 - DevSH Graphics Programming Sp. z O.O.
22// This file is part of the "Nabla Engine".
33// For conditions of distribution and use, see copyright notice in nabla.h
4+ #ifndef _NBL_EXT_MISTUBA_LOADER_C_ELEMENT_BSDF_H_INCLUDED_
5+ #define _NBL_EXT_MISTUBA_LOADER_C_ELEMENT_BSDF_H_INCLUDED_
46
5- #ifndef __C_ELEMENT_BSDF_H_INCLUDED__
6- #define __C_ELEMENT_BSDF_H_INCLUDED__
77
88#include " nbl/ext/MitsubaLoader/CElementTexture.h"
99
10- namespace nbl
11- {
12- namespace ext
13- {
14- namespace MitsubaLoader
15- {
1610
11+ namespace nbl ::ext::MitsubaLoader
12+ {
1713
1814class CElementBSDF : public IElement
1915{
@@ -422,9 +418,5 @@ class CElementBSDF : public IElement
422418};
423419
424420
425-
426- }
427421}
428- }
429-
430422#endif
Original file line number Diff line number Diff line change 11// Copyright (C) 2018-2023 - DevSH Graphics Programming Sp. z O.O.
22// This file is part of the "Nabla Engine".
33// For conditions of distribution and use, see copyright notice in nabla.h
4+ #ifndef _NBL_EXT_MISTUBA_LOADER_C_ELEMENT_EMISSION_PROFILE_H_INCLUDED_
5+ #define _NBL_EXT_MISTUBA_LOADER_C_ELEMENT_EMISSION_PROFILE_H_INCLUDED_
46
5- #ifndef __C_ELEMENT_EMISSION_PROFILE_H_INCLUDED__
6- #define __C_ELEMENT_EMISSION_PROFILE_H_INCLUDED__
77
8- #include " vectorSIMD.h"
98#include " nbl/ext/MitsubaLoader/CElementTexture.h"
109#include " nbl/ext/MitsubaLoader/CElementTransform.h"
1110
1211
13- namespace nbl
14- {
15- namespace ext
16- {
17- namespace MitsubaLoader
12+ namespace nbl ::ext::MitsubaLoader
1813{
1914
2015struct CElementEmissionProfile : public IElement {
@@ -71,7 +66,4 @@ struct CElementEmissionProfile : public IElement {
7166};
7267
7368}
74- }
75- }
76-
7769#endif
Original file line number Diff line number Diff line change 1- // Copyright (C) 2018-2020 - DevSH Graphics Programming Sp. z O.O.
1+ // Copyright (C) 2018-2025 - DevSH Graphics Programming Sp. z O.O.
22// This file is part of the "Nabla Engine".
33// For conditions of distribution and use, see copyright notice in nabla.h
4+ #ifndef _NBL_EXT_MISTUBA_LOADER_C_ELEMENT_EMITTER_H_INCLUDED_
5+ #define _NBL_EXT_MISTUBA_LOADER_C_ELEMENT_EMITTER_H_INCLUDED_
46
5- #ifndef __C_ELEMENT_EMITTER_H_INCLUDED__
6- #define __C_ELEMENT_EMITTER_H_INCLUDED__
77
8- #include < cmath>
9-
10- #include " vectorSIMD.h"
118#include " nbl/ext/MitsubaLoader/CElementTexture.h"
129#include " nbl/ext/MitsubaLoader/CElementEmissionProfile.h"
1310
14- namespace nbl
15- {
16- namespace ext
17- {
18- namespace MitsubaLoader
11+ #include < cmath>
12+
13+
14+ namespace nbl ::ext::MitsubaLoader
1915{
2016
21-
2217class CElementEmitter : public IElement
2318{
2419 public:
@@ -302,10 +297,5 @@ class CElementEmitter : public IElement
302297 };
303298};
304299
305-
306-
307300}
308- }
309- }
310-
311301#endif
Original file line number Diff line number Diff line change 11// Copyright (C) 2018-2020 - DevSH Graphics Programming Sp. z O.O.
22// This file is part of the "Nabla Engine".
33// For conditions of distribution and use, see copyright notice in nabla.h
4+ #ifndef _NBL_EXT_MISTUBA_LOADER_C_ELEMENT_FILM_H_INCLUDED_
5+ #define _NBL_EXT_MISTUBA_LOADER_C_ELEMENT_FILM_H_INCLUDED_
46
5- #ifndef __C_ELEMENT_FILM_H_INCLUDED__
6- #define __C_ELEMENT_FILM_H_INCLUDED__
77
88#include " nbl/macros.h"
9-
109#include " nbl/ext/MitsubaLoader/CElementRFilter.h"
1110
12- namespace nbl
13- {
14- namespace ext
15- {
16- namespace MitsubaLoader
17- {
1811
12+ namespace nbl ::ext::MitsubaLoader
13+ {
1914
2015class CElementFilm : public IElement
2116{
@@ -149,7 +144,4 @@ class CElementFilm : public IElement
149144
150145
151146}
152- }
153- }
154-
155147#endif
Original file line number Diff line number Diff line change 11// Copyright (C) 2018-2020 - DevSH Graphics Programming Sp. z O.O.
22// This file is part of the "Nabla Engine".
33// For conditions of distribution and use, see copyright notice in nabla.h
4+ #ifndef _NBL_EXT_MISTUBA_LOADER_C_ELEMENT_INTEGRATOR_H_INCLUDED_
5+ #define _NBL_EXT_MISTUBA_LOADER_C_ELEMENT_INTEGRATOR_H_INCLUDED_
46
5- #ifndef __C_ELEMENT_INTEGRATOR_H_INCLUDED__
6- #define __C_ELEMENT_INTEGRATOR_H_INCLUDED__
77
88#include " nbl/ext/MitsubaLoader/IElement.h"
99
10- namespace nbl
11- {
12- namespace ext
13- {
14- namespace MitsubaLoader
10+
11+ namespace nbl ::ext::MitsubaLoader
1512{
1613
1714
@@ -334,9 +331,5 @@ class CElementIntegrator : public IElement
334331};
335332
336333
337-
338334}
339- }
340- }
341-
342335#endif
Original file line number Diff line number Diff line change 1- // Copyright (C) 2018-2020 - DevSH Graphics Programming Sp. z O.O.
1+ // Copyright (C) 2018-2025 - DevSH Graphics Programming Sp. z O.O.
22// This file is part of the "Nabla Engine".
33// For conditions of distribution and use, see copyright notice in nabla.h
4+ #ifndef _NBL_EXT_MISTUBA_LOADER_C_ELEMENT_R_FILTER_H_INCLUDED_
5+ #define _NBL_EXT_MISTUBA_LOADER_C_ELEMENT_R_FILTER_H_INCLUDED_
46
5- #ifndef __C_ELEMENT_R_FILTER_H_INCLUDED__
6- #define __C_ELEMENT_R_FILTER_H_INCLUDED__
77
88#include " nbl/ext/MitsubaLoader/PropertyElement.h"
9-
109#include " nbl/ext/MitsubaLoader/IElement.h"
1110
12- namespace nbl
13- {
14- namespace ext
15- {
16- namespace MitsubaLoader
11+
12+ namespace nbl ::ext::MitsubaLoader
1713{
1814
1915
@@ -70,7 +66,4 @@ class CElementRFilter : public IElement
7066
7167
7268}
73- }
74- }
75-
7669#endif
Original file line number Diff line number Diff line change 11// Copyright (C) 2018-2020 - DevSH Graphics Programming Sp. z O.O.
22// This file is part of the "Nabla Engine".
33// For conditions of distribution and use, see copyright notice in nabla.h
4+ #ifndef _NBL_EXT_MISTUBA_LOADER_C_ELEMENT_SAMPLER_H_INCLUDED_
5+ #define _NBL_EXT_MISTUBA_LOADER_C_ELEMENT_SAMPLER_H_INCLUDED_
46
5- #ifndef __C_ELEMENT_SAMPLER_H_INCLUDED__
6- #define __C_ELEMENT_SAMPLER_H_INCLUDED__
77
88#include " nbl/ext/MitsubaLoader/IElement.h"
99
10- namespace nbl
11- {
12- namespace ext
13- {
14- namespace MitsubaLoader
15- {
1610
11+ namespace nbl ::ext::MitsubaLoader
12+ {
1713class CGlobalMitsubaMetadata ;
1814
1915class CElementSampler : public IElement
@@ -50,7 +46,4 @@ class CElementSampler : public IElement
5046
5147
5248}
53- }
54- }
55-
5649#endif
Original file line number Diff line number Diff line change 11// Copyright (C) 2018-2020 - DevSH Graphics Programming Sp. z O.O.
22// This file is part of the "Nabla Engine".
33// For conditions of distribution and use, see copyright notice in nabla.h
4+ #ifndef _NBL_EXT_MISTUBA_LOADER_C_ELEMENT_SENSOR_H_INCLUDED_
5+ #define _NBL_EXT_MISTUBA_LOADER_C_ELEMENT_SENSOR_H_INCLUDED_
46
5- #ifndef __C_ELEMENT_SENSOR_H_INCLUDED__
6- #define __C_ELEMENT_SENSOR_H_INCLUDED__
77
88#include " nbl/ext/MitsubaLoader/IElement.h"
99#include " nbl/ext/MitsubaLoader/CElementTransform.h"
1010#include " nbl/ext/MitsubaLoader/CElementFilm.h"
1111#include " nbl/ext/MitsubaLoader/CElementSampler.h"
1212
1313
14- namespace nbl
15- {
16- namespace ext
17- {
18- namespace MitsubaLoader
14+ namespace nbl ::ext::MitsubaLoader
1915{
2016
2117
@@ -226,7 +222,4 @@ class CElementSensor : public IElement
226222
227223
228224}
229- }
230- }
231-
232225#endif
Original file line number Diff line number Diff line change 1- // Copyright (C) 2018-2020 - DevSH Graphics Programming Sp. z O.O.
1+ // Copyright (C) 2018-2025 - DevSH Graphics Programming Sp. z O.O.
22// This file is part of the "Nabla Engine".
33// For conditions of distribution and use, see copyright notice in nabla.h
4+ #ifndef _NBL_EXT_MISTUBA_LOADER_C_ELEMENT_SHAPE_H_INCLUDED_
5+ #define _NBL_EXT_MISTUBA_LOADER_C_ELEMENT_SHAPE_H_INCLUDED_
46
5- #ifndef __C_ELEMENT_SHAPE_H_INCLUDED__
6- #define __C_ELEMENT_SHAPE_H_INCLUDED__
77
88#include " nbl/ext/MitsubaLoader/IElement.h"
99#include " nbl/ext/MitsubaLoader/CElementTransform.h"
1010#include " nbl/ext/MitsubaLoader/CElementBSDF.h"
1111#include " nbl/ext/MitsubaLoader/CElementEmitter.h"
1212
1313
14- namespace nbl
15- {
16- namespace ext
17- {
18- namespace MitsubaLoader
14+ namespace nbl ::ext::MitsubaLoader
1915{
2016
2117
@@ -281,7 +277,4 @@ class CElementShape : public IElement
281277
282278
283279}
284- }
285- }
286-
287280#endif
Original file line number Diff line number Diff line change 1- // Copyright (C) 2018-2020 - DevSH Graphics Programming Sp. z O.O.
1+ // Copyright (C) 2018-2025 - DevSH Graphics Programming Sp. z O.O.
22// This file is part of the "Nabla Engine".
33// For conditions of distribution and use, see copyright notice in nabla.h
4+ #ifndef _NBL_EXT_MISTUBA_LOADER_C_ELEMENT_TEXTURE_H_INCLUDED_
5+ #define _NBL_EXT_MISTUBA_LOADER_C_ELEMENT_TEXTURE_H_INCLUDED_
46
5- #ifndef __C_ELEMENT_TEXTURE_H_INCLUDED__
6- #define __C_ELEMENT_TEXTURE_H_INCLUDED__
77
88#include " nbl/ext/MitsubaLoader/PropertyElement.h"
99#include " nbl/ext/MitsubaLoader/IElement.h"
1010
11- namespace nbl
12- {
13- namespace ext
14- {
15- namespace MitsubaLoader
16- {
1711
12+ namespace nbl ::ext::MitsubaLoader
13+ {
1814
1915class CElementTexture : public IElement
2016{
@@ -256,9 +252,5 @@ class CElementTexture : public IElement
256252};
257253
258254
259-
260- }
261255}
262- }
263-
264256#endif
You can’t perform that action at this time.
0 commit comments