CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - directx load

搜索资源列表

  1. GraphicEx.v9.9

    1下载:
  2. GraphicEx is an addendum to Delphi s Graphics.pas in order to enable your application to load many common image formats. This library is primarily designed to load images as background (buttons, forms, toolbars) and textures (DirectX, OpenGL) or for
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:402.74kb
    • 提供者:hfb
  1. taksi_src_Menace

    0下载:
  2. 录像软件, 需要安装DirectX SDK 8.0 以上。 录像时,CPU负荷小,画面清晰。 -video software, the need to install DirectX SDK 8.0 and above. Video, CPU load small, clear picture.
  3. 所属分类:视频捕捉/采集

    • 发布日期:2008-10-13
    • 文件大小:221.96kb
    • 提供者:whkim
  1. 用D3D模拟地月系

    1下载:
  2.         一、建立空窗体   新建一个工程,添加引用,并导入名称空间。   加入一个设备对象变量: private Microsoft.DirectX.Direct3D.Device device = null;   添加初始化图形函数,并在这里面对设备对象进行实例化: public void InitializeGraphics() {  PresentParameters presentParams = new PresentParam
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-12-12
    • 文件大小:11.54kb
    • 提供者:mantoutou
  1. Md2.rar

    0下载:
  2. 载入由3ds max生成的md2模型,进行动作控制,3ds max load generated by the MD2 model for motion control
  3. 所属分类:DirextX

    • 发布日期:2017-04-09
    • 文件大小:271.53kb
    • 提供者:刘阳
  1. MeshFromOBJ

    1下载:
  2. 使用DirectX,从.obj格式文件加载网格模型-The use of DirectX, from the. Obj file to load the grid model
  3. 所属分类:DirextX

    • 发布日期:2017-03-28
    • 文件大小:472.13kb
    • 提供者:zhu
  1. effect3

    0下载:
  2. VC6 开发的将OpenCV和DirctX结合起来的程序,程序通过控制功能载入图像,然后经过OpenCV的函数处理,然后将纹理贴到旋转立方体表面。-VC6 project combined with OpenCV and DirectX, program load a picture and process this picture using CV and then pasted the processed picture to the cube.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1.07mb
    • 提供者:ff
  1. XFile

    0下载:
  2. 基于DirectX的加载XFile文件,包括纹理和材质处理-XFile load based on the DirectX files, including texture and material handling
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-30
    • 文件大小:151.21kb
    • 提供者:aben
  1. 3970992Mesh

    0下载:
  2. 一个加载directX mesh 网格模型的例子,非常简单-A load directX mesh mesh example is very simple
  3. 所属分类:DirextX

    • 发布日期:2017-04-03
    • 文件大小:339.4kb
    • 提供者:sharewind
  1. PCM_WAVE

    0下载:
  2. Load the .WAV file from the disk into memory (parsing .WAV file s RIFF structure) Save the .WAV file from memory to the disk (creating .WAV file s RIFF structure) Playing the .WAV file using the default WAVE_MAPPER device Offline mixing of t
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:32.68kb
    • 提供者:zw
  1. terrain

    0下载:
  2. load a terrain with directx aug 2007
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-11
    • 文件大小:2.84mb
    • 提供者:ssskk
  1. My2DTexture

    0下载:
  2. vc下利用directx写的一个小程序,加载位图,,支持鼠标键盘操作,可以向四个方向的行进,可以缩放-using directx vc written under a small program to load the bitmap, to support the operation of mouse and keyboard, you can travel to the four directions, you can zoom
  3. 所属分类:DirextX

    • 发布日期:2017-04-02
    • 文件大小:204.28kb
    • 提供者:gaojian
  1. ModelImporterSample

    1下载:
  2. DIRECTX三维模型.obj模型格式加载和显示代码。-DIRECTX Three-dimensional model. Obj format to load and display the code.
  3. 所属分类:DirextX

    • 发布日期:2017-04-09
    • 文件大小:1.49mb
    • 提供者:zhongliangji
  1. TSSooundFxh

    0下载:
  2. 使用DirectX 9 SDK 开发的能给指定文件加载音效的一个小程序源码。比如能添加混响、扭曲、声像偏移等音效。该程序序源码在windows2000 directx 9.0 sdk Visual C++ 6.0环境下下编译通过。 -Give the specified file using the DirectX 9 SDK developed to load a small program of the sound source. For example, to add the sou
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:25.29kb
    • 提供者:ZHAN
  1. DX-Project-6

    0下载:
  2. 《DirectX 8 教程》及配套代码 第六章:纹理 Introduction (序) What is a Texture? (纹理是什么) Texture Size (纹理的尺寸) Texture Coordinates (纹理坐标) Texture Mapping (纹理映射) Using Textures With DirectX (在DirectX中使用纹理) Step 1: Modify FVF and Custom Vertex (第一步,修改FVF和
  3. 所属分类:DirextX

    • 发布日期:2017-11-07
    • 文件大小:11.73kb
    • 提供者:liuyan
  1. DX-Project-10

    0下载:
  2. 《DirectX 8 教程》及配套代码 第十章:载入模型 Introduction (序) 3D Modelling Software (立体建模软件) Creating a .x file with MilkShape 3D (用MilkShape 3D创建.X文件) Loading a .x file into your program (在程序中载入.x文件) Scaling makes your object darker? (缩放使你的对象变暗了?)
  3. 所属分类:DirextX

    • 发布日期:2017-11-12
    • 文件大小:31.79kb
    • 提供者:liuyan
  1. DirectX3D_Demo

    0下载:
  2. DirectX在MFC中绘制,D3D编程经典入门框架,读取.x模型文件-D3D basic program based on MFC,load .x file and render in the DirectX Window.
  3. 所属分类:DirextX

    • 发布日期:2017-11-10
    • 文件大小:183.22kb
    • 提供者:houwenbin
  1. fpsGame

    0下载:
  2. 简单的封装了DirectX,生成地形,天空盒,加载模型 等一系列功能,并且自带一个3D设计游戏,实现了游戏状态管理-Simple package of DirectX, generated terrain, sky boxes, load the model, such as a series of functions, and comes with a 3D design games, game state management
  3. 所属分类:Shot Game

    • 发布日期:2017-11-08
    • 文件大小:7mb
    • 提供者:姚刚
  1. dxterrian

    0下载:
  2. directx加载mesh网络文件实现地形,细化操作-directx load meshs files implement terrian,exmple for orperation
  3. 所属分类:Other Games

    • 发布日期:2017-05-08
    • 文件大小:1.88mb
    • 提供者:sunchj
  1. 6666

    0下载:
  2. 主要是介绍 directx中模型加载 修改 .x文件的加载修改 适合刚刚接触directx中的人学习-Mainly introduced the directx model load changes. X file load changes Suitable for just contact directx the people in the study
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-03
    • 文件大小:883.2kb
    • 提供者:郎咸华
  1. contentexporter-master

    0下载:
  2. fbx --》 sdkmesh , 转化例子(fbx change to fbx example . then you can load sdkmesh)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:857kb
    • 提供者:yul_123
« 12 »
搜珍网 www.dssz.com