搜索资源列表
3dtrans
- 3D Transforms Demonstration Program. Requires Turbo C Version 1.5. Project file should contain the line DEMO3D.C GRAPHICS.LIB 3D.LIB DRIVERS.LIB The library directory must include 3D.LIB and GRAPHICS.LIB, and the include directory m
scube2
- 利用2D显示3D的效果,这个是一个随时间变化的立方体,各个面由菱形组成.-use 2D 3D results show, this is a time for change with the cube, all from the diamond surface composition.
3dMf
- 3d魔方,我以前在其他地方下载的一份源代码,大家细细研究一下,我觉得不错-3d Cube, I was at other places to download a source code, we carefully study, I think it's good
umvistad3d
- This article will demonstrate how to access the power of Vista s new hardware accelerated windowing system without \"managed\" languages and best of all, without any use of .NET at all. The application provided uses good old unmanaged C++ and Direc
Quaric
- Expanding on the last tutorial, we ll now make the object into TRUE 3D object, rather than 2D objects in a 3D world. We will do this by adding a left, back, and right side to the triangle, and a left, right, back, top and bottom to the square. By doi
4-1(绘制立方体)
- 计算机图形学绘制一个三维几何图形,立方体等三维图形-computer graphics rendering a three-dimensional geometric shapes, such as 3D cube
cube
- 立方体的关于3d简单的绘制,可以好好研究啊-Easy on the 3d cube drawing, you can carefully study ah
opengl3d_rc
- 在VC++6.0中使用OpenGL绘制三维图形的实例源代码,源代码比较复杂,它可以绘制3D立体效果图,长方体、正方体等,其功能类似一款简单的3D绘图工具,还有其它功能,你可以下载编译一下探个究竟!-VC++6.0 in the use of OpenGL graphics rendering three-dimensional examples of source code, source code more complicated, it can draw three-dimensional
3dmoni
- 用VB的GDI API函数模拟的一个3D立方体程序源码-VB-GDI API functions using simulated a 3D cube program source code
3DCubeNoGimbalLock
- 3D立方体填充,旋转。纯.net代码实现。-3D cube filled, rotation. Net. Net code implementation.
mofangDesign
- 能够生成一个完整的魔法,并能够打乱该魔方,还可以由用户进行旋转、计算机自动旋转形成规则魔方。菜单没拷贝进来,全部是源代码....有兴趣的可以来讨论。还没做成3D的效果。QQ:1097107857-Can generate a complete magical and can disrupt the cube can also be rotated by the user, the computer automatically rotating cube formation rules. Menu
3D
- 不使用DirectX或OpenGL而实现的3D立方体效果-Do not use DirectX or OpenGL 3D cube effect achieved
RotateBox
- 一个使用GDI实现的一个带有3D效果的旋转的立方体。(vs2008工程) CDC::PlgBlt函数可以实现将资源设备中的一个方形区域映射到目标设备上的一个平行四边形区域中,而这个函数还提供了一个遮罩位图,利用这个功能再加上合适的计算可以实现将资源位图中的任意一个三角形区域映射到目标设备上的任意三角形区域。而这个功能正是3D绘图中最基本的“三角形贴图”。-GDI achieved using a 3D effect with a rotating cube. (Vs2008 projects
(cSharp)3DDrawing
- 一个通过C# 的GDI+模拟3D显示一个立方体的代码,可将图片贴到立方体表面,封装了Geometry /Camera/Image等对象。-A GDI+ through C#, 3D simulation code shows a cube, the picture attached to the cube surface, encapsulates the Geometry/Camera/Image and other objects.
draw3
- 建立正方体的数据模型;编写应用程序,利用菜单和键盘结合的方式完成对正方体的进行移动、比例和旋转变换,并显示透视或平行投影结果。要求应用程序具有如下功能: 1、 通过菜单选择的方式,选择对三维空间中的立方体作平行投影或透视投影; 2、 通过键盘按键或鼠标移动的方式,完成对三维空间中的立方体进行平移(上下左右前后),比例变换(放大或缩小)以及旋转变换,并同时显示变换后的投影结果 3、 创建对话框,通过对话框设置透视投影时候的投影中心,以及旋转变换时候的旋转轴(可以设置成分别绕x轴,y轴,
zhuanpan
- 通过MFC对话框工程创建一个窗口,在该窗口中使用opengl绘制立方体,圆锥等3D图形,旋转等-MFC dialog project to create a window, the window the opengl rendering cube, cone and 3D graphics, rotation
3d-cube
- Descr iption:This program rotates a 3d cube to the 4 directions, using a translation code