Click here to Skip to main content
15,896,063 members
Articles / Desktop Programming / WPF

WPF Tilt Shader Effect

Rate me:
Please Sign up or sign in to vote.
4.86/5 (4 votes)
27 May 2012CPOL2 min read 18K   581   11  
Non affine transform for WPF without 3D.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Basic Express 2008
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Tilt ShaderEffect", "Tilt ShaderEffect.vbproj", "{A0906219-EA61-4B67-B0DC-9211F5467B2A}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{A0906219-EA61-4B67-B0DC-9211F5467B2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{A0906219-EA61-4B67-B0DC-9211F5467B2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{A0906219-EA61-4B67-B0DC-9211F5467B2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{A0906219-EA61-4B67-B0DC-9211F5467B2A}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Egypt Egypt
DotNet developer

Graphics researches and GPU Acceleration Developer.

Full stack web developer.

Bachelor's degree of Medicine and Surgery.

Comments and Discussions