資源簡介
最近對Directx有興趣了,C#操作Diretcx資料太少了。這個例子顯示3D動態(tài)文字的同時顯示動態(tài)背景圖同時一個3D動畫同時播放視頻。
更多資料關(guān)注我的博客:http://www.cnblogs.com/qiaoke/
代碼片段和文件信息
using?System;
using?System.IO;
using?System.Runtime.InteropServices;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?Microsoft.DirectX;
using?Microsoft.DirectX.Direct3D;
using?Microsoft.DirectX.AudioVideoPlayback;
using?Gosub;
namespace?DxControl
{
public?partial?class?SampleForm?:?Form
{
AutoMesh ?mJeremyMesh;
Vector3 ?mJeremyMeshCenter;
float ?mJeremyMeshRadius;
AutoMesh ?mCubeMesh;
AutoTexture ?mGosubTexture;
AutoVertexBuffer?mSquareVB;
????????Color32?mBackgroundColor?=?Color.SteelBlue;?//背景色
????????private?Video?ourVideo?=?null;
????????public?SampleForm()
{
InitializeComponent();
}
public?void?GenerateAlp
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????..A..H.?????62976??2017-02-05?13:19??DxControlV11\.vs\DxControl\v14\.suo
?????文件???38695244??2017-01-05?21:36??DxControlV11\DxControl\bin\Debug\1.avi
?????文件?????485208??2016-11-19?13:37??DxControlV11\DxControl\bin\Debug\1.png
?????文件????3135256??2016-12-27?16:15??DxControlV11\DxControl\bin\Debug\abc.mp3
?????文件????2388176??2015-01-26?14:06??DxControlV11\DxControl\bin\Debug\d3dx9_30.dll
?????文件??????69632??2017-02-05?13:20??DxControlV11\DxControl\bin\Debug\DxControl.exe
?????文件?????140800??2017-02-05?13:20??DxControlV11\DxControl\bin\Debug\DxControl.pdb
?????文件??????21688??2017-02-05?12:01??DxControlV11\DxControl\bin\Debug\DxControl.vshost.exe
?????文件????????490??2016-07-16?19:44??DxControlV11\DxControl\bin\Debug\DxControl.vshost.exe.manifest
?????文件??????68096??2015-01-26?14:06??DxControlV11\DxControl\bin\Debug\Microsoft.DirectX.AudioVideoPlayback.DLL
?????文件?????577024??2015-01-26?14:06??DxControlV11\DxControl\bin\Debug\Microsoft.DirectX.Direct3D.DLL
?????文件?????578560??2015-01-26?14:06??DxControlV11\DxControl\bin\Debug\Microsoft.DirectX.Direct3DX.dll
?????文件?????179712??2015-01-26?14:06??DxControlV11\DxControl\bin\Debug\Microsoft.DirectX.DirectInput.DLL
?????文件?????213504??2015-01-26?14:06??DxControlV11\DxControl\bin\Debug\Microsoft.DirectX.DirectSound.DLL
?????文件?????244224??2015-01-26?14:06??DxControlV11\DxControl\bin\Debug\Microsoft.DirectX.DLL
?????文件????2388176??2015-01-26?14:06??DxControlV11\DxControl\d3dx9_30.dll
?????文件???????2859??2017-02-05?12:31??DxControlV11\DxControl\DirectXControl\AutoIndexBuffer.cs
?????文件???????9338??2017-02-05?12:34??DxControlV11\DxControl\DirectXControl\AutoMesh.cs
?????文件???????8339??2017-02-05?12:36??DxControlV11\DxControl\DirectXControl\AutoTexture.cs
?????文件???????2172??2017-02-05?12:37??DxControlV11\DxControl\DirectXControl\AutoVertexBuffer.cs
?????文件???????4053??2017-02-05?12:38??DxControlV11\DxControl\DirectXControl\Color32.cs
?????文件??????13485??2017-02-05?12:41??DxControlV11\DxControl\DirectXControl\D3DEnumeration.cs
?????文件??????42484??2017-02-05?12:46??DxControlV11\DxControl\DirectXControl\D3DSettingsForm.cs
?????文件??????21257??2017-02-05?13:16??DxControlV11\DxControl\DirectXControl\Direct3d.cs
?????文件???????3317??2017-02-05?13:17??DxControlV11\DxControl\DirectXControl\Vertices.cs
?????文件???????8690??2017-02-05?12:01??DxControlV11\DxControl\DxControl.csproj
?????文件???????7821??2017-02-05?13:18??DxControlV11\DxControl\FormSample.cs
?????文件???????2912??2017-02-05?13:18??DxControlV11\DxControl\FormSample.Designer.cs
?????文件???????5814??2017-02-05?13:18??DxControlV11\DxControl\FormSample.resx
?????文件??????68096??2015-01-26?14:06??DxControlV11\DxControl\Microsoft.DirectX.AudioVideoPlayback.DLL
............此處省略36個文件信息
- 上一篇:源碼:別踩白塊小游戲Demo
- 下一篇:ocr 文字識別
評論
共有 條評論