搜索资源列表
SCene1018
- 本平台是为三维建模人员开发设计的,当前有大批3D 高手,他们能制作出精美的模型, 但对程序设计不甚关心,传统的虚拟现实似乎都和程序设计相提并论。而本平台的功能就是 让3D 建模人员不写一句代码却能开发出漂亮的虚拟场景。他们只需在3DMAX 里面建好模 型,然后经简单设置后就能漫游起来。我们的目的就是让不懂程序设计的3DMAX 的建模 人员也能轻松开发虚拟三维场景,使虚拟现实技术从神坛走向平民化。当然虚拟现实的建模 思
LSM_IMAGE_TOOL
- 某大学的关于测绘与三维建模使用的匹配方面的代码,包括关键的图像匹配前预处理等-a university on the mapping and 3D modeling of the matching code, include key pretreatment image matching, etc.
LSM_IMAGE_TOOL
- 某大学的关于测绘与三维建模使用的匹配方面的代码,包括关键的图像匹配前预处理等-a university on the mapping and 3D modeling of the matching code, include key pretreatment image matching, etc.
3DSMAX_OpenGL_FlightSimulate
- 三维建模软件与OpenGL相结合的飞行仿真的实现方法。利用建模软件建立飞机模型,并将其转换为OpenGL的c代码,在VC++开发环境中实现了飞机模型的控制与显示、三维场景的模拟、以及场景与模型的结合。-Three-dimensional modeling software and OpenGL combining realize Ways of flight simulation. Use of modeling software to
OpenGLebook
- openGL为open Granphic Labrary的简称。主要用于三维建模所用,用C++代码所写。-openGL is referred to as the open Granphic Labrary. Mainly used for three-dimensional modeling using C++ code written.
SRC
- 本代码是基于XML的三维建模,类似与VRML的有关代码,是用于建模的相关使用-This code is XML-based three-dimensional modeling, similar to VRML related to the code is used for modeling related to the use of
M3DEST
- 个人综合了一些示例之后,实现三维建模,纹理添加,视图移动旋转功能,代码简单清晰,现在提供有相同爱好的朋友们,大家多多交流学习(绝对源代码,dtm和纹理图)-Personal consolidated a number of examples, the realization of three-dimensional modeling, texture to add, view, move rotate function, the cod
LearningCode
- 斯坦福大学所做的三维还原图像源代码,此代码能将单张的图像还原出三维效果,并建模,精确度较高-Stanford University has done to restore the three-dimensional image source code, this code is able to restore the three-dimensional image of the leaflet effects and modeling,
River
- 虚拟显示河流的三维图形建模,我的研究生毕业代码-show river use opengl
OpenGL-based-3D-scene-modeling
- 一个基于OpenGL的三维场景建模,其中有基于OpenGL的雪景模拟,附有部分代码-An OpenGL-based 3D scene modeling, OpenGL-based snow simulation, with the part of the code
wfgfb
- 一种基于面绘制的一系列标准医学ct图像三维建模代码-Based on surface rendering image three-dimensional modeling of a series of standard medical ct code
OpenGL_men
- 直接编译的Delphi OpenGL三维将军示例代码,再为大家奉上一个OpenGL的实例,在delphi7下可以直接编译生成,我觉得不是太复杂,对新手来说,这是一个了解OpenGL三维建模技术的基础,搞明白这些程序的编写,对提高你的Delphi水平大有帮助。-Directly compiled the Delphi OpenGL 3D generals example code, we offer an OpenGL instance,
An-interactive-computer-graphics
- 本书向读者讲授如何用OpenGL从初级阶段快速制作优质的交互式计算机图形实例,OpenGL是业界广泛采用的三维图形API,本书藉此向读者提供了在计算机图形学领域更广阔空间内发展的坚实基础。书中内容覆盖了计算机图形学基础课程所需的所有论题,如光景交互作用、图形明暗处理、图形建模、曲线与曲面、偏差预防、纹理映射和图形组合,还探讨了计算机硬件方面的问题。本版为配合计算机图形学领域最新进展,增加了更具广度和深度的内容,包括图像处理、多重透视、并
hand-painted-line-engraving-
- 基于手绘线条的三维模型雕刻,一篇很不错的关于手绘建模的文章,c++代码实现效果-Based on the three-dimensional model of hand-painted line carving, an article very good about hand-painted modeling, based on the c++ code
sheet-of-light
- 关于用halcon用线激光来进行三维建模的基本代码-Basic codes with a line on the use of halcon three-dimensional modeling of laser
MOTOCALV-EG_US_离线编程手册
- 安川机器人离线编程手册,内容包含如何三维建模,仿真现场,输出编程代码(YASKAWA robot off-line programming manual, including how to 3D modeling, scene simulation, output programming code)
wangmengdi
- 三维建模评价的代码,需要在ubuntu系统下进行编译(Three bit modeling evaluation)
plotcube
- 可根据需要建立任意三维立体模型。有使用说明。(Can create three-dimensional model)
three-dimension-shaft-1
- 通过使用OPENCASCADE一些函数,在VC++平台上使用,进行三维机械零件轴的绘制,可以通过改变代码参数,快速实现三维轴模型的建立,简单方便。(By using some functions of OPENCASCADE, we can use the VC++ platform to draw the axis of 3D mechanical parts. We can quickly change the code param
C语言成像与光线追踪程序设计 .pdf
- 计算机图形在越来越多的领域得到了广泛的应用,而大多数个人计算机用户却因 缺乏基本的编程工具而不能在便宜的PC机上生成精美的计算机图形,本书旨在帮助 这些用户挖掘PC机潜在的图形设计能力,制做逼真的高质量计算机图形。 本书介绍了计算机图形学要求的向量和矩阵算术工具,讨论了光线追踪程序的生 成和使用,并给出了实际的C代码。此外,本书还对三维建模工具、提高图像质量的方 法及图形显示设备等做了介绍。(Computer graphics have