搜索资源列表
3Dtuxingpianchengzhinan
- <3D图形编程指南>电子书(WORDY文档格式)并附有光盘源代码-lt; 3D graphics programming guide gt; E-books (WORDY document format) accompanied by a CD-ROM source code
invitation-to-3d-vision
- An Invitation to 3d vision 一书的配套源代码,对3d视觉和3d重建感兴趣的可以-Source code accompany <An Invitation to 3d vision >, anyone who is interested in 3d vision and reconstruction should see this.
D3D
- 该压缩包为<<3D游戏程序设计入门>>配套程序,内含书中每章例子的程序代码,另附PPT-The archive for the < < 3D Game Programming Getting Started> > matching program, book, each chapter contains examples of program code, attached PPT
texture
- 新增的第一行是#include <stdio.h> 。它允许我们对文件进行操作,为了在后面的代码中使用fopen(),我们增加了这一行。然后我们增加了三个新的浮点变量...xrot、 yrot、zrot。这些变量用来使立方体绕X、Y、Z轴旋转。最后一行GLuint texture[1]为一个纹理分配存储空间。如果您需要不止一个的纹理,应该将数字1改成您所需要的数字。 -The first line is the new# include <stdio.h>. It a
