-
Ageia s PhysX (well
Ageia s PhysX(著名的游戏物理库) D3D 9使用代码演示。由于PhysX物理库使用OpenGL代码实现图形着色,从而使许多用DirectX 3D的程序员不能使用/读懂demo代码,这是使用D3D着色引擎重新写的一些demo代码。-Convex Geometry(带执行文件)-Ageia s PhysX (well-known game physics library) D3D 9 demo using the code. PhysX physics library as a result of the use of OpenGL graphics rendering code so that many use the DirectX 3D programmer can not use/read demo code, which is the use of D3D shaders to re-write some demo code.-Convex Geometry (with the implementation of document)
- 2022-05-10 22:27:51下载
- 积分:1
-
C graphics processing procedures, the TC under debugging through.
C的图形处理程序,在 TC下调试通过.-C graphics processing procedures, the TC under debugging through.
- 2022-01-26 06:38:51下载
- 积分:1
-
BMP文件快速压缩成JPG文件的VC源代码
BMP文件快速压缩成JPG文件的VC源代码-BMP file compression rapid JPG file into the source code VC
- 2022-04-30 22:32:44下载
- 积分:1
-
depth information for the three
利用深度信息进行的三维图像的显示和绘制。-depth information for the three-dimensional image display and mapping.
- 2023-03-15 11:20:03下载
- 积分:1
-
I modified mesh drawing program, I joined the meanshift smooth function
我修改的mesh绘制程序,我加入了meanshift 平滑功能-I modified mesh drawing program, I joined the meanshift smooth function
- 2022-03-23 14:06:37下载
- 积分:1
-
基于统计特征,和细化图象后提取特征的简单数字识别系统
基于统计特征,和细化图象后提取特征的简单数字识别系统-Based on the statistical characteristics, and refining the characteristics of the image after the extraction of simple digital identification system
- 2022-05-12 14:02:06下载
- 积分:1
-
beautiful sky graphics
漂亮的蓝天白云图形-beautiful sky graphics
- 2022-01-24 16:08:27下载
- 积分:1
-
hello world 源代码
初步学习QT,最基础的程序hello,让初学者更好认识QT,熟悉QT编程环境,程序执行将显示“Hello World"在一个显示面板上,可以通过修改程序改变字体和颜色。。。。。。。
- 2022-02-26 23:13:50下载
- 积分:1
-
graphics rendering the simple procedure
图形绘制的简单程序-graphics rendering the simple procedure
- 2023-02-13 04:45:04下载
- 积分:1
-
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(...
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load()Picture1.BackColor = RGB(255, 255, 255)N = 0End SubPrivate Sub picture1_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)If Button = 1 ThenCX1 = CInt(X): CX2 = CInt(X)CY1 = CInt(Y): CY2 = CInt(Y)End IfEnd Sub-linear scanning algorithm rivate AM1 (100) As Integer, AY1 (100) As Integer, AX2 (100) As Integer, AY2 (100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load () Picture1.BackColor = RGB (255, 255, 255) N = 0End SubPrivate Sub picture1_MouseDown (Button As Integer, Shift As Integer, As Single X, Y As Single) If Button = = a ThenCX1 CInt (X) : CX2 = CInt (X) = CY1 CInt (Y) : CY2 = CInt (Y) End Sub IfEnd
- 2023-04-06 10:20:03下载
- 积分:1