Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - 3d
Search - 3d - List
很酷的openGL例程,教你如何载mesh,并控制,这可是难得的3d动画例程。-cool routines, set to teach you how to mesh and control, But this rare 3d animation routines.
Update : 2024-05-17 Size : 70656 Publisher : 刘厚义

基于JAVA的3D坦克游戏源代码。支持向左旋转/向右旋转/前进/后退/开炮/打开/关闭/缩小/放大地图等操作 -Java-based 3D tank game source code. Support rotated to the left/right rotation/forward/backward/fired/open/close/reduction/Large maps operation
Update : 2024-05-17 Size : 90112 Publisher : 沈正喆

介绍使用VC+Directx9做3D游戏开发的书籍,写得还是相当不错的,还可以帮你补补数学知识,只是是英文的!-Directx9 VC on the use of 3D game developers to do the books, written or fairly good, also can help you constantly mathematical knowledge, the only English!
Update : 2024-05-17 Size : 4361216 Publisher : penbin123

DL : 2
VB编写的完整的3D绘图程序,运行至少需要DirectX 7-VB prepare a complete 3D graphics, the running of at least DirectX 7
Update : 2024-05-17 Size : 428032 Publisher :

DL : 0
这是一个3D手机游戏的原码恭大家参考! 希望大家喜欢!-This is a 3D mobile games respectful of the original code reference! Hope you like!
Update : 2024-05-17 Size : 63488 Publisher : 富磊

DL : 0
这是一个用2D来模拟3D效果的卷轴动画 希望大家喜欢!-This is a 2D to 3D simulation results scroll animation hope you like them!
Update : 2024-05-17 Size : 18432 Publisher : 富磊

本程序实现了利用OpenGL来绘制三维场景,场景可以进行远、近距离的查看,可以切换目标形状等。-realized by the use of OpenGL to draw 3D scene, the scene can be far, close to the Show, can switch targets shape.
Update : 2024-05-17 Size : 233472 Publisher : hxr

学习OPENGL开发3D游戏的很好实例,希望大家能从中获益。-learning OpenGL 3D games development of good examples and I hope that everyone can benefit from them.
Update : 2024-05-17 Size : 8007680 Publisher : 杰西卡

实现人脸的三维重建,里面txt富有说明 数据保存在data文件夹中, 用的是mc算法-Human Face of 3D reconstruction inside txt rich descriptions of data stored in data files and the algorithm is mc
Update : 2024-05-17 Size : 1979392 Publisher : dfal

DL : 0
关于一个基于directx 3d的游戏,界面时尚新颖,可控参考。-based on a DirectX 3d game, stylish new interface, controllable reference.
Update : 2024-05-17 Size : 1477632 Publisher : 上面

DL : 0
3d探索实例,模拟真实的作战环境,实现3d漫游功能-3d exploration example, a virtual reality combat environment, and achieve 3d roaming capabilities
Update : 2024-05-17 Size : 3838976 Publisher : 李宁

利用mapobjects中icustomchart接口实现的三维直方图专题组件-using MapObjects which icustomchart interface 3D histogram E that components
Update : 2024-05-17 Size : 576512 Publisher : shuxiangyuan

DL : 0
MatchCube 三维网格数据等值表面重构算法。使用查表方式进行。-MatchCube 3D mesh surface contour data reconstruction algorithm. The use of look-up table method.
Update : 2024-05-17 Size : 82944 Publisher : 谭昌勇

J2MEMaze3D
DL : 0
一个简单用j2me开发的3D手机游戏,对想学习3D手机游戏编程有很大的帮助-using a simple 3D J2ME development of the mobile phone games, want to learn 3D mobile games programming is a great help
Update : 2024-05-17 Size : 121856 Publisher : li

shapeletsurf.m :通过表面法向量重建三维表面; frankotchellappa.m:用Frankot and Chellappa的算法重建可积性三维表面; grad2slanttilt.m:根据梯度值求取slant 和tilt角; slanttilt2grad.m :根据slant 和tilt角度求三维表面的梯度。 详尽的可见压缩文件中的说明-shapeletsurf.m : France Vector surface reconstruction of 3D surface; frankotchellappa.m : Chellappa with Frankot and reconstruction algorithms can plot three-dimensional surface; grad2slanttilt.m : gradient values strike slant and tilt angle; slanttilt2grad.m : slant and the tilt angle for 3D surface gradient. Detailed Visibility compressed files of note
Update : 2024-05-17 Size : 12288 Publisher : 陈亨利

VB中使用虚拟仪器CVI软件中的3D控件,在VB中画3D图像及其轮廓图-VB CVI virtual instrumentation software 3D controls in VB painting 3D images and contour map
Update : 2024-05-17 Size : 6144 Publisher : 司文荣

VB中使用虚拟仪器CVI软件中的控件,在VB中画3D图像,曲线,轮廓,曲面,等-VB virtual instrumentation software CVI the controls, VB painting 3D images, curve, contour, surface, etc.
Update : 2024-05-17 Size : 4096 Publisher : 司文荣

现在市面上流行的3D游戏画面越来越炫目,不过也有一些为了营造一种特殊的效果而使用了卡通渲染技术,比如PC游戏中的《杀手XIII》,《忍者神龟》;PS2游戏中的《真红之泪》,《犬夜叉》等等。这些游戏的画面看上去很像漫画,感觉比较有趣。下面就介绍一种简单的实现方法。 所谓用卡通渲染技术绘制的三维物体一般都有两个明显的特征,一个特征是物体表面覆盖着大块的单调颜色,而且光影变化比较剧烈;另一个特征是物体拥有粗重的边缘效果。如果能自己控制光照和阴影,就可以达到目的。而DirectX 9.0 中的顶点渲染(Vertex Shaders)提供了这样一个途径,使我们可以实现自己的想法。 顶点渲染与以前的T&L在渲染流程中处于二选一的地位,一段代码最多只能有128条指令,而且不能有循环,判断和跳转指令,全是线性执行指令。每次只能有一个Shader程序是激活的,Vertex Shaders让我们可以实时地控制模型的空间变换,光照处理以及像素渲染。 那么现在先来解决第一个问题。我们可以用光线的亮度值作为物体的纹理坐标,这就产生一种带状纹理的效果,然后再调整相应的颜色即可。-now the fashion for 3D games more compelling picture, But there are also some in order to create a special effect and the use of the cartoon rendering technology, PC games such as the "killer XIII," "Turtles"; PS2 game of "truth red tears," "two characters." These games comic picture looks like, I feel more interesting. Now, on a simple method. Using the so-called cartoon rendering of 3D rendering objects normally have two obvious feature a surface characteristics of an object covered with chunks of dull colors, but more dramatic changes in the Universe; Another characteristic is heavy objects have the edge effect. If the ability to control their own light and shadow, we can achieve the aim. DirectX 9.0 vertex Rendering (Vertex Shaders) provide such
Update : 2024-05-17 Size : 662528 Publisher : 倪明

Other3xyz
DL : 0
三坐标的跟踪系统.m 此程序仿真了一个三坐标的跟踪系统,假设目标的高度不变-coordinate the tracking system. M procedure 3D simulation of a tracking system, assuming the same high goals
Update : 2024-05-17 Size : 2048 Publisher : zhjq1

用directx编写的一个3d动画,初次上传自己编写的代码,希望大家多多批评!-prepared with a DirectX 3d animation, the preparation of the initial upload their own code, we hope that many criticisms!
Update : 2024-05-17 Size : 479232 Publisher : 郭芸
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.