Click here to Skip to main content
15,896,207 members
Articles / Programming Languages / C#

Space and Matrix Transformations - Building a 3D Engine

Rate me:
Please Sign up or sign in to vote.
4.84/5 (13 votes)
4 Sep 2009CPOL8 min read 94.9K   6.1K   101  
This Article Describes How to Navigate 3D Space

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AGE_Engine3D", "AGE_Engine3D\AGE_Engine3D.csproj", "{642894F6-D02F-4411-8C2E-0A1D522194C8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test01_Triangles", "Test01_Triangles\Test01_Triangles.csproj", "{B87BC582-28C3-41B2-A9E1-10C670CCF1E8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test2_MatrixTransforms", "Test2_MatrixTransforms\Test2_MatrixTransforms.csproj", "{75A84644-8B59-4C99-910C-BD92C046AA34}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Debug|Mixed Platforms = Debug|Mixed Platforms
		Debug|Win32 = Debug|Win32
		Debug|x86 = Debug|x86
		Release|Any CPU = Release|Any CPU
		Release|Mixed Platforms = Release|Mixed Platforms
		Release|Win32 = Release|Win32
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{642894F6-D02F-4411-8C2E-0A1D522194C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{642894F6-D02F-4411-8C2E-0A1D522194C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{642894F6-D02F-4411-8C2E-0A1D522194C8}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{642894F6-D02F-4411-8C2E-0A1D522194C8}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{642894F6-D02F-4411-8C2E-0A1D522194C8}.Debug|Win32.ActiveCfg = Debug|Any CPU
		{642894F6-D02F-4411-8C2E-0A1D522194C8}.Debug|x86.ActiveCfg = Debug|x86
		{642894F6-D02F-4411-8C2E-0A1D522194C8}.Debug|x86.Build.0 = Debug|x86
		{642894F6-D02F-4411-8C2E-0A1D522194C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{642894F6-D02F-4411-8C2E-0A1D522194C8}.Release|Any CPU.Build.0 = Release|Any CPU
		{642894F6-D02F-4411-8C2E-0A1D522194C8}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{642894F6-D02F-4411-8C2E-0A1D522194C8}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{642894F6-D02F-4411-8C2E-0A1D522194C8}.Release|Win32.ActiveCfg = Release|Any CPU
		{642894F6-D02F-4411-8C2E-0A1D522194C8}.Release|x86.ActiveCfg = Release|x86
		{642894F6-D02F-4411-8C2E-0A1D522194C8}.Release|x86.Build.0 = Release|x86
		{B87BC582-28C3-41B2-A9E1-10C670CCF1E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{B87BC582-28C3-41B2-A9E1-10C670CCF1E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{B87BC582-28C3-41B2-A9E1-10C670CCF1E8}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{B87BC582-28C3-41B2-A9E1-10C670CCF1E8}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{B87BC582-28C3-41B2-A9E1-10C670CCF1E8}.Debug|Win32.ActiveCfg = Debug|Any CPU
		{B87BC582-28C3-41B2-A9E1-10C670CCF1E8}.Debug|x86.ActiveCfg = Debug|x86
		{B87BC582-28C3-41B2-A9E1-10C670CCF1E8}.Debug|x86.Build.0 = Debug|x86
		{B87BC582-28C3-41B2-A9E1-10C670CCF1E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{B87BC582-28C3-41B2-A9E1-10C670CCF1E8}.Release|Any CPU.Build.0 = Release|Any CPU
		{B87BC582-28C3-41B2-A9E1-10C670CCF1E8}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{B87BC582-28C3-41B2-A9E1-10C670CCF1E8}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{B87BC582-28C3-41B2-A9E1-10C670CCF1E8}.Release|Win32.ActiveCfg = Release|Any CPU
		{B87BC582-28C3-41B2-A9E1-10C670CCF1E8}.Release|x86.ActiveCfg = Release|x86
		{B87BC582-28C3-41B2-A9E1-10C670CCF1E8}.Release|x86.Build.0 = Release|x86
		{75A84644-8B59-4C99-910C-BD92C046AA34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{75A84644-8B59-4C99-910C-BD92C046AA34}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{75A84644-8B59-4C99-910C-BD92C046AA34}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{75A84644-8B59-4C99-910C-BD92C046AA34}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{75A84644-8B59-4C99-910C-BD92C046AA34}.Debug|Win32.ActiveCfg = Debug|Any CPU
		{75A84644-8B59-4C99-910C-BD92C046AA34}.Debug|x86.ActiveCfg = Debug|x86
		{75A84644-8B59-4C99-910C-BD92C046AA34}.Debug|x86.Build.0 = Debug|x86
		{75A84644-8B59-4C99-910C-BD92C046AA34}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{75A84644-8B59-4C99-910C-BD92C046AA34}.Release|Any CPU.Build.0 = Release|Any CPU
		{75A84644-8B59-4C99-910C-BD92C046AA34}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{75A84644-8B59-4C99-910C-BD92C046AA34}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{75A84644-8B59-4C99-910C-BD92C046AA34}.Release|Win32.ActiveCfg = Release|Any CPU
		{75A84644-8B59-4C99-910C-BD92C046AA34}.Release|x86.ActiveCfg = Release|x86
		{75A84644-8B59-4C99-910C-BD92C046AA34}.Release|x86.Build.0 = Release|x86
	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
Engineer Lea+Elliott, Inc.
United States United States
I am a licensed Electrical Engineer at Lea+Elliott, Inc. We specialize in the planning, procurement and implementation of transportation systems, with special emphasis on automated and emerging technologies.

Comments and Discussions