Skip to content

Commit

Permalink
V1.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
TobyKLight committed Apr 24, 2024
1 parent 27e2733 commit fd820b0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ Some of these helppatches are accompanied by videos that you can find in this pl
https://youtube.com/playlist?list=PLEncasrnvr2bkPb0QKdU1DrDs4Hd_Jr0V&feature=shared

# Version History
V1.1.10
* Small improvements in the type flex tutorials

V1.1.9
* Added small helppatch on working with the Box mathematical structure from Stride used by collision nodes.

Expand Down
2 changes: 1 addition & 1 deletion deployment/VL.ExtendedTutorials.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>VL.ExtendedTutorials</id>
<version>1.1.9</version>
<version>1.1.10</version>
<title>VL.ExtendedTutorials</title>
<authors>TobyKLight</authors>
<owners>TobyKLight</owners>
Expand Down
12 changes: 7 additions & 5 deletions help/Math/Explanation 07 3D Vectors basics.vl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Document xmlns:p="property" xmlns:r="reflection" Id="M079j7w0GtGP3wihjHZpZn" LanguageVersion="2023.5.3-0088-gd2b84ddcc4" Version="0.128">
<NugetDependency Id="Bsvdn5nKBUsOzWxFPnvmtf" Location="VL.CoreLib" Version="2023.5.3-0088-gd2b84ddcc4" />
<Document xmlns:p="property" xmlns:r="reflection" Id="M079j7w0GtGP3wihjHZpZn" LanguageVersion="2024.6.2" Version="0.128">
<NugetDependency Id="Bsvdn5nKBUsOzWxFPnvmtf" Location="VL.CoreLib" Version="2024.6.2" />
<Patch Id="Lt1CxW63D9KPKtS48qaoUq">
<Canvas Id="VMAiKQCtGYuPQlVhFNBhSA" DefaultCategory="Main" BordersChecked="false" CanvasType="FullCategory" />
<!--
Expand Down Expand Up @@ -31,7 +31,7 @@
<Choice Kind="ProcessAppFlag" Name="SceneWindow" />
</p:NodeReference>
<Pin Id="UIkhMqlAKKpPlUyC1Xkz3q" Name="Node Context" Kind="InputPin" IsHidden="true" />
<Pin Id="StMxD6V0CCZOeJuxZZjCHG" Name="Bounds" Kind="InputPin" DefaultValue="1065.6, 48, 439.2, 352" IsHidden="true" />
<Pin Id="StMxD6V0CCZOeJuxZZjCHG" Name="Bounds" Kind="InputPin" DefaultValue="1065.5, 48, 439, 352" IsHidden="true" />
<Pin Id="UASMA3LgASjNj185t0o7kd" Name="Bound to Document" Kind="InputPin" IsHidden="true" />
<Pin Id="GWTrd0LCqPXOQSQr1MHzK3" Name="Dialog If Document Changed" Kind="InputPin" IsHidden="true" />
<Pin Id="LvgVnPROEZuMbfv363DBiA" Name="Save Bounds" Kind="InputPin" IsHidden="true" />
Expand All @@ -46,6 +46,7 @@
<Pin Id="UMRcQrcTv83OW4tFMyRbNF" Name="Post Effects" Kind="InputPin" />
<Pin Id="MkhmwKMrjGbMFWUcYWsRYb" Name="Enable Default Post Effects" Kind="InputPin" />
<Pin Id="KBWSBEYqRlWOnT3qOgSLKx" Name="Render Group Mask" Kind="InputPin" IsHidden="true" />
<Pin Id="Faez4iUuojcOHWNjPCNAEH" Name="Commands" Kind="InputPin" IsHidden="true" />
<Pin Id="LCsDNMrmbdUPtECMQNlAxc" Name="Enable Keyboard Shortcuts" Kind="InputPin" />
<Pin Id="DkDEH01aTqVLLCsC2PpowU" Name="Model Effect Name" Kind="InputPin" IsHidden="true" />
<Pin Id="RqkFXjMtq3QMI3BIIlsA6t" Name="Additional Scene Renderers" Kind="InputPin" IsHidden="true" />
Expand Down Expand Up @@ -2032,7 +2033,8 @@
</Patch>
</Node>
</Patch>
<NugetDependency Id="BFIcjLbccXRLEZILL6Y4tp" Location="VL.Stride" Version="2023.5.3-0088-gd2b84ddcc4" />
<NugetDependency Id="BFIcjLbccXRLEZILL6Y4tp" Location="VL.Stride" Version="2024.6.2" />
<NugetDependency Id="OqM5nJXc6fnLHj2f0FsPX8" Location="VL.PolyTools" Version="0.0.0" />
<NugetDependency Id="JqRGfbxcsxwOXsUgbxUToW" Location="VL.Skia" Version="2023.5.3-0088-gd2b84ddcc4" />
<NugetDependency Id="JqRGfbxcsxwOXsUgbxUToW" Location="VL.Skia" Version="2024.6.2" />
<NugetDependency Id="GpDzCNdRKShOcfkw5wC39a" Location="VL.Stride.TextureFX" Version="2024.6.2" />
</Document>

0 comments on commit fd820b0

Please sign in to comment.