捐赠 | 广告 | 注册 | 发布 | 上传 | 关于我们    
  沪ICP备05001939号 DELPHI盒子 | 盒子论坛 | 盒子文章 | 盒子问答悬赏 | 最新更新 | 论坛检索 | 下载中心 | 高级搜索    
  精品专区 | 繁體中文 | 奖励公告栏 | 直通车账号登陆 | 关闭GOOGLE广告 | 临时留言    
盒子资源分类
全部展开 - 全部合拢
UnDelphiX v1.06 (2006-3-19)
关键字:UnDelphix DirectX 2d/3d 游戏引擎 图形 硬件加速
来 自:转载,http://www.micrel.cz/Dx/
平 台:Win9x,Win2k/XP/NT,Win2003 下载所需:0 火柴
深浅度:高级 完成时间:2006/3/19
发布者:zizii 发布时间:2006/4/3
编辑器:D3-7/D9/D2006 语  种:ENGLISH
分 类:图形 下载浏览:2083/16177
加入到我的收藏
下载错误报错
登陆以后才能下载
 用户名:
 密 码:
自动登陆(30天有效)
图片如果打不开,说明流量不够了,请稍候下载……
完整代码 v1.06,支持硬件加速,修正了若干缺陷。
Author's prototype code for quick start your application use hardware acceleration features. 
Simple editor for .dxg and .dxw files. 
Samples for Colli3D (3D collision tester). 
Samples for make 3D step-by-step under DelphiX by P.Cerno. 
Sample framework from 3rd party. 
The Dolphin demo for demonstrate 3D meshes. 
Sprite additional sample + new demos for new look DXSpriteEngine. 
DXFont demo (font like bitmap management) and DXPowerFont demo. 
Simple application "BALL". 
Actualized DIB additonal effect demo. 
GraphixLib demos. 
Turbopixels good demos (1/Speed demo, 2/Particle demo, 3/Gummi demo). 
Original Hori's texture demo, adapted for author (but without image-resize function still). 
New demo for fastPixel demonstrate. 
Actualized DXFusion demo (adapted conFusion to (un)DelphiX by author on two ways 1/DIB-backbuffer and 2/Pure DelphiX). 
Actualized DXEffect for new inspirative DIB effect. 
New demo how create screen save with DelphiX. 
New demo how rotate line about axis. 
DelphiX Isometric Demo. 
New noise generator. 
...and many new procedures, functions etc. 

简单的说就是一套成熟的DirectX的组件,新版支持BDS2006。
Google
 
本站原创作品,未经作者许可,严禁任何方式转载;转载作品,如果侵犯了您的权益,请联系我们
龙脉加密锁 15元起 Grid++Report 报表 申请支付@网
 相关文章
DelphiX v1.03.2007 修改版
the_Fm 2007/5/31 下+4578/浏+16864 评+2
DirectX SDK 2006/SDK Summer 2003 For Del…
wqyfavor 2007/2/7 下+3687/浏+13167 评+2
DXWindows (DelphiX下的窗口组件包)
westsky 2006/4/28 下+1695/浏+18185 评+6
UnDelphiX v1.06 (2006-3-19)
zizii 2006/4/3 下+2083/浏+16178 评+7
UnDelphiX 2005-2-11
chinasf 2005/3/21 下+1597/浏+15072 评+5
DelphiX 2000.07.17 For D7 (DirectX)
islet8 2004/12/31 下+5693/浏+22739 评+5
DirectX 9.0 for Delphi 声明档及范例
register 2004/5/9 下+6128/浏+25938 评+8
DelphiX 99.10.24 (DirectX游戏开发组件)
mantousoft 2004/4/28 下+3378/浏+23194 评+17
相关评论
共有评论7条 当前显示最后6条评论
quicksand 2006/4/4 23:24:43
与devExpress组件有文件冲突,只要将dxCommon.pas改名就好,记得同时更改对该单元的引用
siow 2006/4/5 16:26:42
TDxFont和DXImageList往TDirectDrawSurface上画不上东西1.5没问题,1.6不行,不知道为什么,代码如下: 
var  HotNo1:TDirectDrawSurface;
begin
  HotNo1:=TDirectDrawSurface.Create(DXDraw1.DDraw);
  try
    HotNo1.SetSize(300,600);
    HotNo1.Fill(clFuchsia);
    HotNo1.TransparentColor:=clFuchsia;
    DXDraw1.Surface.Fill(0);

    //Font_HotNO1为TDxFont
    //或ImageList.items[0].Draw(HotNo1, 0, 0, 2);
    Font_HotNO1.TextOut(HotNo1,0,0,'123456');

    DXDraw1.Surface.Draw(0,70,HotNo1);
    DXDraw1.Flip;
  finally
    HotNo1.Free;
  end;
ruelm 2006/5/7 22:34:57
D3DUtils.dcu  找不到怎么办?
wqyfavor 2006/7/22 19:56:39
出现E2003 Undeclared identifier: 'PCharAW'错误只要把源文件中两段相同的PCharAW声明删掉一个即可
wqyfavor 2006/7/22 19:58:25
出现D3DUtils.dcu错误只要将D3DUtils.dcu所在目录加到Delphi的搜索目录中就行了
xiaoheizi 2007/9/22 11:37:12
可以看看delphix自己的例子
我要发表评论 查看全部评论
 
  DELPHI盒子版权所有 1999-2023 V4.01 粤ICP备10103342号-1 更新RSS列表