Skip to content

Commit 019303f

Browse files
committed
Updated version number to 0.8.0
1 parent 30f64fa commit 019303f

File tree

60 files changed

+139
-122
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+139
-122
lines changed

Samples/SeeingSharp.SampleContainer/Basics2D/_02_Image/ImageSample.cs renamed to Samples/SeeingSharp.SampleContainer/Basics2D/Image/ImageSample.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ You should have received a copy of the GNU Lesser General Public License
2626
using SeeingSharp.Multimedia.Drawing2D;
2727
using SeeingSharp.Util;
2828

29-
namespace SeeingSharp.SampleContainer.Basics2D._02_Image
29+
namespace SeeingSharp.SampleContainer.Basics2D.Image
3030
{
3131
[SampleDescription(
3232
"Image", 2, nameof(Basics2D),
3333
"PreviewImage.png",
34-
"https://github.com/RolandKoenig/SeeingSharp2/tree/master/Samples/SeeingSharp.SampleContainer/Basics2D/_02_Image",
34+
"https://github.com/RolandKoenig/SeeingSharp2/tree/master/Samples/SeeingSharp.SampleContainer/Basics2D/Image",
3535
typeof(ImageSampleSettings))]
3636
public class ImageSample : SampleBase
3737
{

Samples/SeeingSharp.SampleContainer/Basics2D/_03_MoreImages/MoreImagesSample.cs renamed to Samples/SeeingSharp.SampleContainer/Basics2D/MoreImages/MoreImagesSample.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ You should have received a copy of the GNU Lesser General Public License
2626
using SeeingSharp.Multimedia.Drawing2D;
2727
using SeeingSharp.Util;
2828

29-
namespace SeeingSharp.SampleContainer.Basics2D._03_MoreImages
29+
namespace SeeingSharp.SampleContainer.Basics2D.MoreImages
3030
{
3131
[SampleDescription(
3232
"More Images", 3, nameof(Basics2D),
3333
"PreviewImage.png",
34-
"https://github.com/RolandKoenig/SeeingSharp2/tree/master/Samples/SeeingSharp.SampleContainer/Basics2D/_03_MoreImages",
34+
"https://github.com/RolandKoenig/SeeingSharp2/tree/master/Samples/SeeingSharp.SampleContainer/Basics2D/MoreImages",
3535
typeof(ImageSampleSettings))]
3636
public class MoreImagesSample : SampleBase
3737
{

Samples/SeeingSharp.SampleContainer/Basics2D/_01_Rectangle/RectangleSample.cs renamed to Samples/SeeingSharp.SampleContainer/Basics2D/Rectangle/RectangleSample.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ You should have received a copy of the GNU Lesser General Public License
2626
using SeeingSharp.Multimedia.Drawing2D;
2727
using SeeingSharp.Util;
2828

29-
namespace SeeingSharp.SampleContainer.Basics2D._01_Rectangle
29+
namespace SeeingSharp.SampleContainer.Basics2D.Rectangle
3030
{
3131
[SampleDescription(
3232
"Rectangle", 1, nameof(Basics2D),
3333
"PreviewImage.png",
34-
"https://github.com/RolandKoenig/SeeingSharp2/tree/master/Samples/SeeingSharp.SampleContainer/Basics2D/_01_Rectangle",
34+
"https://github.com/RolandKoenig/SeeingSharp2/tree/master/Samples/SeeingSharp.SampleContainer/Basics2D/Rectangle",
3535
typeof(RectangleSampleSettings))]
3636
public class RectangleSample : SampleBase
3737
{

Samples/SeeingSharp.SampleContainer/Basics3D/_04_Direct2DTexture/Direct2DTextureSample.cs renamed to Samples/SeeingSharp.SampleContainer/Basics3D/Direct2DTexture/Direct2DTextureSample.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ You should have received a copy of the GNU Lesser General Public License
3030
using SeeingSharp.Multimedia.Drawing3D;
3131
using SeeingSharp.Util;
3232

33-
namespace SeeingSharp.SampleContainer.Basics3D._04_Direct2DTexture
33+
namespace SeeingSharp.SampleContainer.Basics3D.Direct2DTexture
3434
{
3535
[SampleDescription(
3636
"Direct2D Texture", 4, nameof(Basics3D),
3737
"PreviewImage.png",
38-
"https://github.com/RolandKoenig/SeeingSharp2/tree/master/Samples/SeeingSharp.SampleContainer/Basics3D/_04_Direct2DTexture",
38+
"https://github.com/RolandKoenig/SeeingSharp2/tree/master/Samples/SeeingSharp.SampleContainer/Basics3D/Direct2DTexture",
3939
typeof(Direct2DTextureSampleSettings))]
4040
public class Direct2DTextureSample : SampleBase
4141
{
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ You should have received a copy of the GNU Lesser General Public License
2929
using SeeingSharp.Multimedia.Drawing3D;
3030
using SeeingSharp.Util;
3131

32-
namespace SeeingSharp.SampleContainer.Basics3D._05_Direct2DTextureAnimated
32+
namespace SeeingSharp.SampleContainer.Basics3D.Direct2DTextureAnimated
3333
{
3434
[SampleDescription(
3535
"Direct2D Texture 2", 5, nameof(Basics3D),
3636
"PreviewImage.png",
37-
"https://github.com/RolandKoenig/SeeingSharp2/tree/master/Samples/SeeingSharp.SampleContainer/Basics3D/_05_Direct2DTextureAnimated",
37+
"https://github.com/RolandKoenig/SeeingSharp2/tree/master/Samples/SeeingSharp.SampleContainer/Basics3D/Direct2DTextureAnimated",
3838
typeof(SampleSettingsWith3D))]
3939
public class Direct2DTextureAnimatedSample : SampleBase
4040
{

Samples/SeeingSharp.SampleContainer/Basics3D/_07_ExtrudeGeometry/ExtrudeGeometrySample.cs renamed to Samples/SeeingSharp.SampleContainer/Basics3D/ExtrudeGeometry/ExtrudeGeometrySample.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ You should have received a copy of the GNU Lesser General Public License
2727
using SeeingSharp.Multimedia.Drawing3D;
2828
using D2D = SharpDX.Direct2D1;
2929

30-
namespace SeeingSharp.SampleContainer.Basics3D._07_ExtrudeGeometry
30+
namespace SeeingSharp.SampleContainer.Basics3D.ExtrudeGeometry
3131
{
3232
[SampleDescription(
3333
"Extrude Geometry", 7, nameof(Basics3D),
3434
"PreviewImage.png",
35-
"https://github.com/RolandKoenig/SeeingSharp2/tree/master/Samples/SeeingSharp.SampleContainer/Basics3D/_07_ExtrudeGeometry",
35+
"https://github.com/RolandKoenig/SeeingSharp2/tree/master/Samples/SeeingSharp.SampleContainer/Basics3D/ExtrudeGeometry",
3636
typeof(SampleSettingsWith3D))]
3737
public class ExtrudeGeometrySample : SampleBase
3838
{

Samples/SeeingSharp.SampleContainer/Basics3D/_06_GeneratedBorder/GeneratedBorderSample.cs renamed to Samples/SeeingSharp.SampleContainer/Basics3D/GeneratedBorder/GeneratedBorderSample.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ You should have received a copy of the GNU Lesser General Public License
2929
using SeeingSharp.Multimedia.Drawing3D;
3030
using SeeingSharp.Util;
3131

32-
namespace SeeingSharp.SampleContainer.Basics3D._06_GeneratedBorder
32+
namespace SeeingSharp.SampleContainer.Basics3D.GeneratedBorder
3333
{
3434
[SampleDescription(
3535
"Generated Border", 6, nameof(Basics3D),
3636
"PreviewImage.png",
37-
"https://github.com/RolandKoenig/SeeingSharp2/tree/master/Samples/SeeingSharp.SampleContainer/Basics3D/_06_GeneratedBorder",
37+
"https://github.com/RolandKoenig/SeeingSharp2/tree/master/Samples/SeeingSharp.SampleContainer/Basics3D/GeneratedBorder",
3838
typeof(GeneratedBorderSettings))]
3939
public class GeneratedBorderSample : SampleBase
4040
{

Samples/SeeingSharp.SampleContainer/Basics3D/_08_MultiMaterial/MultiMaterialSample.cs renamed to Samples/SeeingSharp.SampleContainer/Basics3D/MultiMaterial/MultiMaterialSample.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ You should have received a copy of the GNU Lesser General Public License
2929
using SeeingSharp.Multimedia.Drawing3D;
3030
using SeeingSharp.Util;
3131

32-
namespace SeeingSharp.SampleContainer.Basics3D._08_MultiMaterial
32+
namespace SeeingSharp.SampleContainer.Basics3D.MultiMaterial
3333
{
3434
[SampleDescription(
3535
"Multi Material", 8, nameof(Basics3D),
3636
"PreviewImage.png",
37-
"https://github.com/RolandKoenig/SeeingSharp2/tree/master/Samples/SeeingSharp.SampleContainer/Basics3D/_08_MultiMaterial",
37+
"https://github.com/RolandKoenig/SeeingSharp2/tree/master/Samples/SeeingSharp.SampleContainer/Basics3D/MultiMaterial",
3838
typeof(SampleSettingsWith3D))]
3939
public class MultiMaterialSample : SampleBase
4040
{

Samples/SeeingSharp.SampleContainer/Basics3D/_10_ObjectFiltering/ObjectFilteringSample.cs renamed to Samples/SeeingSharp.SampleContainer/Basics3D/ObjectFiltering/ObjectFilteringSample.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ You should have received a copy of the GNU Lesser General Public License
2727
using SeeingSharp.Multimedia.Core;
2828
using SeeingSharp.Multimedia.Drawing3D;
2929

30-
namespace SeeingSharp.SampleContainer.Basics3D._10_ObjectFiltering
30+
namespace SeeingSharp.SampleContainer.Basics3D.ObjectFiltering
3131
{
3232
[SampleDescription(
3333
"Object Filtering", 10, nameof(Basics3D),
3434
"PreviewImage.png",
35-
"https://github.com/RolandKoenig/SeeingSharp2/tree/master/Samples/SeeingSharp.SampleContainer/Basics3D/_10_ObjectFiltering",
35+
"https://github.com/RolandKoenig/SeeingSharp2/tree/master/Samples/SeeingSharp.SampleContainer/Basics3D/ObjectFiltering",
3636
typeof(ObjectFilteringSettings))]
3737
public class ObjectFilteringSample : SampleBase
3838
{

Samples/SeeingSharp.SampleContainer/Basics3D/_03_ParentChild/ParentChildSample.cs renamed to Samples/SeeingSharp.SampleContainer/Basics3D/ParentChild/ParentChildSample.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ You should have received a copy of the GNU Lesser General Public License
2727
using SeeingSharp.Multimedia.Core;
2828
using SeeingSharp.Multimedia.Drawing3D;
2929

30-
namespace SeeingSharp.SampleContainer.Basics3D._03_ParentChild
30+
namespace SeeingSharp.SampleContainer.Basics3D.ParentChild
3131
{
3232
[SampleDescription(
3333
"Parent/Child", 3, nameof(Basics3D),
3434
"PreviewImage.png",
35-
"https://github.com/RolandKoenig/SeeingSharp2/tree/master/Samples/SeeingSharp.SampleContainer/Basics3D/_03_ParentChild",
35+
"https://github.com/RolandKoenig/SeeingSharp2/tree/master/Samples/SeeingSharp.SampleContainer/Basics3D/ParentChild",
3636
typeof(SampleSettingsWith3D))]
3737
public class ParentChildSample : SampleBase
3838
{

Samples/SeeingSharp.SampleContainer/Basics3D/_01_Skybox/SkyboxSample.cs renamed to Samples/SeeingSharp.SampleContainer/Basics3D/SkyboxScene/SkyboxSample.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ You should have received a copy of the GNU Lesser General Public License
2828
using SeeingSharp.Multimedia.Drawing3D;
2929
using SeeingSharp.Util;
3030

31-
namespace SeeingSharp.SampleContainer.Basics3D._01_Skybox
31+
namespace SeeingSharp.SampleContainer.Basics3D.SkyboxScene
3232
{
3333
[SampleDescription(
3434
"Skybox", 1, nameof(Basics3D),
3535
"PreviewImage.png",
36-
"https://github.com/RolandKoenig/SeeingSharp2/tree/master/Samples/SeeingSharp.SampleContainer/Basics3D/_01_Skybox",
36+
"https://github.com/RolandKoenig/SeeingSharp2/tree/master/Samples/SeeingSharp.SampleContainer/Basics3D/SkyboxScene",
3737
typeof(SampleSettingsWith3D))]
3838
public class SkyboxSample : SampleBase
3939
{

Samples/SeeingSharp.SampleContainer/Basics3D/_02_Text3D/Text3DSample.cs renamed to Samples/SeeingSharp.SampleContainer/Basics3D/Text3D/Text3DSample.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ You should have received a copy of the GNU Lesser General Public License
2727
using SeeingSharp.Multimedia.Core;
2828
using SeeingSharp.Multimedia.Drawing3D;
2929

30-
namespace SeeingSharp.SampleContainer.Basics3D._02_Text3D
30+
namespace SeeingSharp.SampleContainer.Basics3D.Text3D
3131
{
3232
[SampleDescription(
3333
"Text 3D", 2, nameof(Basics3D),
3434
"PreviewImage.png",
35-
"https://github.com/RolandKoenig/SeeingSharp2/tree/master/Samples/SeeingSharp.SampleContainer/Basics3D/_02_Text3D",
35+
"https://github.com/RolandKoenig/SeeingSharp2/tree/master/Samples/SeeingSharp.SampleContainer/Basics3D/Text3D",
3636
typeof(SampleSettingsWith3D))]
3737
public class Text3DSample : SampleBase
3838
{

Samples/SeeingSharp.SampleContainer/Basics3D/_09_WireframeMaterial/WireframeMaterialSample.cs renamed to Samples/SeeingSharp.SampleContainer/Basics3D/WireframeMaterial/WireframeMaterialSample.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ You should have received a copy of the GNU Lesser General Public License
2727
using SeeingSharp.Multimedia.Core;
2828
using SeeingSharp.Multimedia.Drawing3D;
2929

30-
namespace SeeingSharp.SampleContainer.Basics3D._09_WireframeMaterial
30+
namespace SeeingSharp.SampleContainer.Basics3D.WireframeMaterial
3131
{
3232
[SampleDescription(
3333
"Wireframe Material", 9, nameof(Basics3D),
3434
"PreviewImage.png",
35-
"https://github.com/RolandKoenig/SeeingSharp2/tree/master/Samples/SeeingSharp.SampleContainer/Basics3D/_09_WireframeMaterial",
35+
"https://github.com/RolandKoenig/SeeingSharp2/tree/master/Samples/SeeingSharp.SampleContainer/Basics3D/WireframeMaterial",
3636
typeof(SampleSettingsWith3D))]
3737
public class WireframeMaterialSample : SampleBase
3838
{

Samples/SeeingSharp.SampleContainer/MassScenes/_01_StaticCubes/StaticCubesSample.cs renamed to Samples/SeeingSharp.SampleContainer/MassScenes/StaticCubes/StaticCubesSample.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ You should have received a copy of the GNU Lesser General Public License
2929
using SeeingSharp.Multimedia.Drawing3D;
3030
using SeeingSharp.Util;
3131

32-
namespace SeeingSharp.SampleContainer.MassScenes._01_StaticCubes
32+
namespace SeeingSharp.SampleContainer.MassScenes.StaticCubes
3333
{
3434
[SampleDescription(
3535
"Static Cubes", 1, nameof(MassScenes),
3636
"PreviewImage.png",
37-
"https://github.com/RolandKoenig/SeeingSharp2/tree/master/Samples/SeeingSharp.SampleContainer/MassScenes/_01_StaticCubes",
37+
"https://github.com/RolandKoenig/SeeingSharp2/tree/master/Samples/SeeingSharp.SampleContainer/MassScenes/StaticCubes",
3838
typeof(StaticCubesSampleSettings))]
3939
public class StaticCubesSample : SampleBase
4040
{

Samples/SeeingSharp.SampleContainer/Postprocessing/_01_EdgeDetect/EdgeDetectSample.cs renamed to Samples/SeeingSharp.SampleContainer/Postprocessing/EdgeDetect/EdgeDetectSample.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ You should have received a copy of the GNU Lesser General Public License
2727
using SeeingSharp.Multimedia.Core;
2828
using SeeingSharp.Multimedia.Drawing3D;
2929

30-
namespace SeeingSharp.SampleContainer.Postprocessing._01_EdgeDetect
30+
namespace SeeingSharp.SampleContainer.Postprocessing.EdgeDetect
3131
{
3232
[SampleDescription(
3333
"Edge detect", 1, nameof(Postprocessing),
3434
"PreviewImage.png",
35-
"https://github.com/RolandKoenig/SeeingSharp2/tree/master/Samples/SeeingSharp.SampleContainer/Postprocessing/_01_EdgeDetect",
35+
"https://github.com/RolandKoenig/SeeingSharp2/tree/master/Samples/SeeingSharp.SampleContainer/Postprocessing/EdgeDetect",
3636
typeof(SampleSettingsWith3D))]
3737
public class EdgeDetectSample : SampleBase
3838
{

Samples/SeeingSharp.SampleContainer/Postprocessing/_02_Focus/FocusSample.cs renamed to Samples/SeeingSharp.SampleContainer/Postprocessing/Focus/FocusSample.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ You should have received a copy of the GNU Lesser General Public License
2727
using SeeingSharp.Multimedia.Core;
2828
using SeeingSharp.Multimedia.Drawing3D;
2929

30-
namespace SeeingSharp.SampleContainer.Postprocessing._02_Focus
30+
namespace SeeingSharp.SampleContainer.Postprocessing.Focus
3131
{
3232
[SampleDescription(
3333
"Focus", 2, nameof(Postprocessing),
3434
"PreviewImage.png",
35-
"https://github.com/RolandKoenig/SeeingSharp2/tree/master/Samples/SeeingSharp.SampleContainer/Postprocessing/_02_Focus",
35+
"https://github.com/RolandKoenig/SeeingSharp2/tree/master/Samples/SeeingSharp.SampleContainer/Postprocessing/Focus",
3636
typeof(FocusSampleSettings))]
3737
public class FocusSample : SampleBase
3838
{

Samples/SeeingSharp.SampleContainer/Primitives3D/_03_Cone/ConeSample.cs renamed to Samples/SeeingSharp.SampleContainer/Primitives3D/Cone/ConeSample.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ You should have received a copy of the GNU Lesser General Public License
2525
using SeeingSharp.Multimedia.Drawing3D;
2626
using SeeingSharp.Util;
2727

28-
namespace SeeingSharp.SampleContainer.Primitives3D._03_Cone
28+
namespace SeeingSharp.SampleContainer.Primitives3D.Cone
2929
{
3030
[SampleDescription(
3131
"Cone", 3, nameof(Primitives3D),
3232
"PreviewImage.png",
33-
"https://github.com/RolandKoenig/SeeingSharp2/tree/master/Samples/SeeingSharp.SampleContainer/Primitives3D/_03_Cone",
33+
"https://github.com/RolandKoenig/SeeingSharp2/tree/master/Samples/SeeingSharp.SampleContainer/Primitives3D/Cone",
3434
typeof(ConeSampleSettings))]
3535
public class ConeSample : Primitive3DSampleBase
3636
{

Samples/SeeingSharp.SampleContainer/Primitives3D/_01_Cube/CubeSample.cs renamed to Samples/SeeingSharp.SampleContainer/Primitives3D/Cube/CubeSample.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ You should have received a copy of the GNU Lesser General Public License
2525
using SeeingSharp.Multimedia.Drawing3D;
2626
using SeeingSharp.Util;
2727

28-
namespace SeeingSharp.SampleContainer.Primitives3D._01_Cube
28+
namespace SeeingSharp.SampleContainer.Primitives3D.Cube
2929
{
3030
[SampleDescription(
3131
"Cube", 1, nameof(Primitives3D),
3232
"PreviewImage.png",
33-
"https://github.com/RolandKoenig/SeeingSharp2/tree/master/Samples/SeeingSharp.SampleContainer/Primitives3D/_01_Cube",
33+
"https://github.com/RolandKoenig/SeeingSharp2/tree/master/Samples/SeeingSharp.SampleContainer/Primitives3D/Cube",
3434
typeof(CubeSampleSettings))]
3535
public class CubeSample : Primitive3DSampleBase
3636
{

Samples/SeeingSharp.SampleContainer/Primitives3D/_02_Cylinder/CylinderSample.cs renamed to Samples/SeeingSharp.SampleContainer/Primitives3D/Cylinder/CylinderSample.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ You should have received a copy of the GNU Lesser General Public License
2525
using SeeingSharp.Multimedia.Drawing3D;
2626
using SeeingSharp.Util;
2727

28-
namespace SeeingSharp.SampleContainer.Primitives3D._02_Cylinder
28+
namespace SeeingSharp.SampleContainer.Primitives3D.Cylinder
2929
{
3030
[SampleDescription(
3131
"Cylinder", 2, nameof(Primitives3D),
3232
"PreviewImage.png",
33-
"https://github.com/RolandKoenig/SeeingSharp2/tree/master/Samples/SeeingSharp.SampleContainer/Primitives3D/_02_Cylinder",
33+
"https://github.com/RolandKoenig/SeeingSharp2/tree/master/Samples/SeeingSharp.SampleContainer/Primitives3D/Cylinder",
3434
typeof(CylinderSampleSettings))]
3535
public class CylinderSample : Primitive3DSampleBase
3636
{

Samples/SeeingSharp.SampleContainer/Primitives3D/_05_Geosphere/GeosphereSample.cs renamed to Samples/SeeingSharp.SampleContainer/Primitives3D/Geosphere/GeosphereSample.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ You should have received a copy of the GNU Lesser General Public License
2525
using SeeingSharp.Multimedia.Drawing3D;
2626
using SeeingSharp.Util;
2727

28-
namespace SeeingSharp.SampleContainer.Primitives3D._05_Geosphere
28+
namespace SeeingSharp.SampleContainer.Primitives3D.Geosphere
2929
{
3030
[SampleDescription(
3131
"Geosphere", 5, nameof(Primitives3D),
3232
"PreviewImage.png",
33-
"https://github.com/RolandKoenig/SeeingSharp2/tree/master/Samples/SeeingSharp.SampleContainer/Primitives3D/_05_Geosphere",
33+
"https://github.com/RolandKoenig/SeeingSharp2/tree/master/Samples/SeeingSharp.SampleContainer/Primitives3D/Geosphere",
3434
typeof(GeosphereSampleSettings))]
3535
public class GeosphereSample : Primitive3DSampleBase
3636
{

Samples/SeeingSharp.SampleContainer/Primitives3D/_06_Pyramid/PyramidSample.cs renamed to Samples/SeeingSharp.SampleContainer/Primitives3D/Pyramid/PyramidSample.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ You should have received a copy of the GNU Lesser General Public License
2525
using SeeingSharp.Multimedia.Drawing3D;
2626
using SeeingSharp.Util;
2727

28-
namespace SeeingSharp.SampleContainer.Primitives3D._06_Pyramid
28+
namespace SeeingSharp.SampleContainer.Primitives3D.Pyramid
2929
{
3030
[SampleDescription(
3131
"Pyramid", 6, nameof(Primitives3D),
3232
"PreviewImage.png",
33-
"https://github.com/RolandKoenig/SeeingSharp2/tree/master/Samples/SeeingSharp.SampleContainer/Primitives3D/_06_Pyramid",
33+
"https://github.com/RolandKoenig/SeeingSharp2/tree/master/Samples/SeeingSharp.SampleContainer/Primitives3D/Pyramid",
3434
typeof(PyramidSampleSettings))]
3535
public class PyramidSample : Primitive3DSampleBase
3636
{

Samples/SeeingSharp.SampleContainer/Primitives3D/_04_Sphere/SphereSample.cs renamed to Samples/SeeingSharp.SampleContainer/Primitives3D/Sphere/SphereSample.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ You should have received a copy of the GNU Lesser General Public License
2525
using SeeingSharp.Multimedia.Drawing3D;
2626
using SeeingSharp.Util;
2727

28-
namespace SeeingSharp.SampleContainer.Primitives3D._04_Sphere
28+
namespace SeeingSharp.SampleContainer.Primitives3D.Sphere
2929
{
3030
[SampleDescription(
3131
"Sphere", 4, nameof(Primitives3D),
3232
"PreviewImage.png",
33-
"https://github.com/RolandKoenig/SeeingSharp2/tree/master/Samples/SeeingSharp.SampleContainer/Primitives3D/_04_Sphere",
33+
"https://github.com/RolandKoenig/SeeingSharp2/tree/master/Samples/SeeingSharp.SampleContainer/Primitives3D/Sphere",
3434
typeof(SphereSampleSettings))]
3535
public class SphereSample : Primitive3DSampleBase
3636
{

0 commit comments

Comments
 (0)