You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ ChangeLog
22
22
*[Nodes] New node : AlphaToCoverage (DX11.RenderState) : allows to enable alpha to coverage for multisampling in an existing render state (without modifying other options)
23
23
*[Nodes] New node : AlphaClip (DX11.Effect) : simple effect with texture that discards pixel if alpha is below a certain value
24
24
*[Nodes] New node : DepthClip (DX11.RenderState) : allows to enable or disable depth clipping (near/far plane) in an existing render state (without modifying other options)
25
+
*[Nodes] New node : Wireframe (DX11.RenderState) : allows to enable or disable wireframe in an existing render state (without modifying other options)
26
+
*[Nodes] New node : CullMode (DX11.RenderState) : allows to enable or disable cull mode in an existing render state (without modifying other options)
25
27
*[Core] : Texture FX Technique pin is now spreadable (means you can now use different effects for different slices, see girlpower\misc\texturefx_technique_spread folder for an example)
26
28
*[Core] : Texture FX cache is now more efficient, no more penalty when switching techniques.
27
29
*[Core] : Texture FX technique can now use a "wantmips" bool annotation, to build mips before the first pass (only if needed)
Copy file name to clipboardExpand all lines: ci.targets
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@
47
47
<DeleteFiles="Deploy\**\*.pdb" />
48
48
<ExecWorkingDirectory="Deploy\Release\x86\packs\DX11\nodes\plugins\vlc\"Command="..\..\..\..\..\..\..\..\Tools\7zA.exe x ..\..\..\..\..\..\..\..\Dependencies\x86\vlc-plugins.zip"LogStandardErrorAsError="true" />
<ExecWorkingDirectory="Deploy\Release\x86\"Command="..\..\..\Tools\7zA.exe a -tzip ..\..\..\Zip\vvvv-packs-dx11-x86.zip packs"LogStandardErrorAsError="true" />
53
53
<ExecWorkingDirectory="Deploy\Release\x86\"Command="..\..\..\Tools\7zA.exe a -tzip ..\..\..\Zip\vvvv-packs-dx11-x86-lite.zip packs -xr!packs\dx11\nodes\plugins\kinect1 -xr!packs\dx11\nodes\plugins\kinect2 -xr!packs\dx11\nodes\plugins\vlc -xr!packs\dx11\nodes\plugins\bullet"LogStandardErrorAsError="true" />
@@ -58,7 +58,7 @@
58
58
<DeleteFiles="Deploy\**\*.pdb" />
59
59
<ExecWorkingDirectory="Deploy\Release\x64\packs\DX11\nodes\plugins\vlc\"Command="..\..\..\..\..\..\..\..\Tools\7zA.exe x ..\..\..\..\..\..\..\..\Dependencies\x64\vlc-plugins.zip"LogStandardErrorAsError="true" />
0 commit comments