Skip to content

Commit

Permalink
Remove L19.CustomSceneNodeAnimator example
Browse files Browse the repository at this point in the history
  • Loading branch information
greenya committed Jun 12, 2019
1 parent 8edc8ed commit 70f3f9c
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 273 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- Added more interactivity to L15.AbstractTrace: ability to show/hide generator; ability to pause/resume trace.
- Fixed Earth rotation with mouse left button in L16.SphereCamera.
- Added showing all bombs when game is lost in L17.Minesweeper.
- Removed 20.ManagedLights and 24.CursorControl due to lack of support.
- Removed 20.ManagedLights, 24.CursorControl and L19.CustomSceneNodeAnimator due to lack of support.
- Removed unused media: d3d8.psh and d3d8.vsh.

## Changes in r538 (final commit on SF)
Expand Down
12 changes: 0 additions & 12 deletions IrrlichtLime.sln
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "L17.Minesweeper", "examples
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "L18.LightningShots", "examples\L18.LightningShots\L18.LightningShots.csproj", "{91D210C0-D78B-4285-B10F-01036BDDB4B5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "L19.CustomSceneNodeAnimator", "examples\L19.CustomSceneNodeAnimator\L19.CustomSceneNodeAnimator.csproj", "{E348C23E-45E1-4A4A-BE2B-9A6AB73AE4D6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Expand Down Expand Up @@ -461,16 +459,6 @@ Global
{91D210C0-D78B-4285-B10F-01036BDDB4B5}.Release|x64.Build.0 = Release|x64
{91D210C0-D78B-4285-B10F-01036BDDB4B5}.Release|x86.ActiveCfg = Release|x86
{91D210C0-D78B-4285-B10F-01036BDDB4B5}.Release|x86.Build.0 = Release|x86
{E348C23E-45E1-4A4A-BE2B-9A6AB73AE4D6}.Debug|Win32.ActiveCfg = Debug|x86
{E348C23E-45E1-4A4A-BE2B-9A6AB73AE4D6}.Debug|x64.ActiveCfg = Debug|x64
{E348C23E-45E1-4A4A-BE2B-9A6AB73AE4D6}.Debug|x64.Build.0 = Debug|x64
{E348C23E-45E1-4A4A-BE2B-9A6AB73AE4D6}.Debug|x86.ActiveCfg = Debug|x86
{E348C23E-45E1-4A4A-BE2B-9A6AB73AE4D6}.Debug|x86.Build.0 = Debug|x86
{E348C23E-45E1-4A4A-BE2B-9A6AB73AE4D6}.Release|Win32.ActiveCfg = Release|x86
{E348C23E-45E1-4A4A-BE2B-9A6AB73AE4D6}.Release|x64.ActiveCfg = Release|x64
{E348C23E-45E1-4A4A-BE2B-9A6AB73AE4D6}.Release|x64.Build.0 = Release|x64
{E348C23E-45E1-4A4A-BE2B-9A6AB73AE4D6}.Release|x86.ActiveCfg = Release|x86
{E348C23E-45E1-4A4A-BE2B-9A6AB73AE4D6}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

This file was deleted.

139 changes: 0 additions & 139 deletions examples/L19.CustomSceneNodeAnimator/Program.cs

This file was deleted.

36 changes: 0 additions & 36 deletions examples/L19.CustomSceneNodeAnimator/Properties/AssemblyInfo.cs

This file was deleted.

0 comments on commit 70f3f9c

Please sign in to comment.