CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 三角 纹理

搜索资源列表

  1. new3dtin

    1下载:
  2. tin三角网构的3d程序。加纹理,光照等。无需压缩密码,解压缩后即可看。-tin triangular configuration of the network 3d procedures. Plus texture, light and so on. Without compression password, solutions can be compressed.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:404347
    • 提供者:胡旭
  1. 3Ddemo演示程序

    1下载:
  2. 自己写的空间三维点的opengl演示程序,包括delunary三角化、光照、纹理映射、arcball控制等。-write his point of the three-dimensional space opengl demo program, including delunary Triangle, light, texture mapping, arcball control.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:480217
    • 提供者:屈磊
  1. Dynamicdisplayofreal-time3Dterrain

    1下载:
  2. 三维地形实时动态显示DEMO800*600下效果最好,源代码包含了三维地形生成的全过程,包括数据的读入,数据的组织,三角网的构造,光照、材质、纹理等应用。
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1275137
    • 提供者:berger
  1. 地表贴图

    0下载:
  2. opengl 实现三角网的纹理粘帖 开发语言: Java 运行平台: Windows XP-opengl achieve triangulation Texture 2005-06 development languages : Java Platform : Windows XP
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:218212
    • 提供者:陈云
  1. OFT.rar

    0下载:
  2. 三维实时水面的模拟是近年来三维游戏以及虚拟现实领域积极探索的问题,真实 感强的水面可以大大提高游戏以及仿真系统的沉浸感。本文基于OpenGL函数 库,利用多重纹理、动态纹理技术实现了对实时水面效果的模拟,其中包括水面 流动效果和水面Caustics效果。为减轻系统的绘制压力,水面仅由两个三角单元 构建,这将大大提高游戏和仿真系统的帧速率。 ,Real-time three-dimensional simulation of the surface in recent years are
  3. 所属分类:软件工程

    • 发布日期:2017-04-01
    • 文件大小:702861
    • 提供者:寒冬
  1. spritetextrenderer.rar

    0下载:
  2. android opengl 使用举例,三角形纹理贴图。,For example the use of android opengl, texture mapping triangle.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:13886
    • 提供者:ffffff
  1. OpenGL

    1下载:
  2. 读入数据,利用OpenGL函数用三角网格的形式画出地面,并实现了缩放、旋转、纹理等功能-Read the data, using OpenGL function with triangular grid in the form of painted surface, and to achieve the zoom, rotation, texture and other functions
  3. 所属分类:OpenGL program

    • 发布日期:2014-11-15
    • 文件大小:117760
    • 提供者:周宏
  1. 44

    0下载:
  2. 【例程3】形高度数据,将地形数据组织成均匀三角网格,通过OpenGL绘制三维地形,并进行地形纹理贴图。同时要求实现地形的漫游,即可以前后左右移动视点来观察地形。-From the elevation map (digital elevation map) to read the terrain elevation data, terrain data will be organized into a uniform mesh, through the OpenGL rendering terra
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-10
    • 文件大小:2269039
    • 提供者:Jiajun
  1. Heighttexture

    0下载:
  2. 一个高程数据贴上漂亮纹理的例子,左键点击在三角网与纹理图之间切换,而且随着鼠标移动,图形会自动移动。-Elevation data to affix a pretty example of texture, left click with the Nets in the triangular texture map to switch between, and along with mouse, graphics will automatically move.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1083403
    • 提供者:a4you
  1. Picking

    0下载:
  2. 思路: 场景中的每个mesh关联到一个唯一的COLOR值。 Pick检测时, 将当前场景渲染到纹理, (在PS中各mesh仅用自己的关键COLOR),即刻取回当前鼠标的位置的COLOR, 查找COLOR就可以知道当前被Pick的Mesh。 使用Render To Texture 的快速Picking, 无需锁住Vertex Buffer进行三角面和射线的相交测试, 仅在读取数据的时候锁住纹理的一个相素, 但是显卡要支持Render To Texture,纹理尺寸必须支持非2的n次方,D3DF
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-19
    • 文件大小:5326147
    • 提供者:Jun Qian
  1. triangulationnetwork

    0下载:
  2. 采用VC++结合OPENGL建立三角网并贴纹理!-Use VC++ combine OPENGL to build triangulation network
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:928516
    • 提供者:黄亮
  1. 22

    2下载:
  2. 从高程图(digital elevation map)读取地【例程2】形高度数据,将地形数据组织成均匀三角网格,通过OpenGL绘制三维地形,并进行地形纹理贴图。同时要求实现地形的漫游,即可以前后左右移动视点来观察地形。-From the elevation map (digital elevation map) to read the terrain elevation data, terrain data will be organized into a uniform mesh, thro
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-30
    • 文件大小:13138944
    • 提供者:Jiajun
  1. 11

    2下载:
  2. 从高程图(digital elevation map)读取地形高度数据,将地形数据组织成均匀三角网格,通过OpenGL绘制三维地形,并进行地形纹理贴图。同时要求实现地形的漫游,即可以前后左右移动视点来观察地形。-From the elevation map (digital elevation map) to read the terrain elevation data, terrain data will be organized into a uniform mesh, through t
  3. 所属分类:OpenGL program

    • 发布日期:2017-06-10
    • 文件大小:17045637
    • 提供者:Jiajun
  1. VBskeleton

    1下载:
  2. 利用VB实现ms3d格式的骨骼动画,可以显示骨骼、三角网状及纹理的显示。除此之外,还可以控制动画运动的速度等。-Using VB to implement ms3d skeleton animation, the program can display the bone animation, triangular mesh, and animation with texture . In addition, we can control the speed,zoom in/out , posi
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-29
    • 文件大小:605978
    • 提供者:phillip
  1. world2camera1

    0下载:
  2. 输入3维点云,给定相机内外参数,输入纹理源图像,本程序能自动进行点云三角化并生成对应的纹理序列以及纹理坐标,输出数据可以便于opengl处理-input point-cloud,parameters of camera texture source image ,output texture series and texture coordinates which is convenient for OpenGL
  3. 所属分类:OpenGL program

    • 发布日期:2017-12-09
    • 文件大小:6565
    • 提供者:wangbin
  1. world2camera1

    0下载:
  2. 输入3维点云,给定相机内外参数,输入纹理源图像,本程序能自动进行点云三角化并生成对应的纹理序列以及纹理坐标,输出数据可以便于opengl处理-input point-cloud,parameters of camera texture source image ,output texture series and texture coordinates which is convenient for OpenGL
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-15
    • 文件大小:6609
    • 提供者:监控键盘
  1. 3DTIN

    1下载:
  2. 通过绘制多个点,利用TIN生成算法生成tin三角网,并可以选择opengl模式添加光照纹理-painting points and build TIN and adding lighting and texture
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-29
    • 文件大小:109624
    • 提供者:michael
  1. Reconstuction3d

    3下载:
  2. OpenCV+OpenGL 双目立体视觉三维重建代码以及文档使用opencv进行立体匹配获取视差图,三角剖分使用opengl进行纹理贴图-OpenCV+OpenGL binocular stereo vision 3D reconstruction code and documents using OpenCV stereo matching to obtain disparity map, triangulation using opengl for texture mapping
  3. 所属分类:3D Graphic

    • 发布日期:2016-12-15
    • 文件大小:1755136
    • 提供者:zhch64
  1. AppleCoder-OpenGLES

    0下载:
  2. 纹理贴图,全屏,贴一张图到屏幕上, 绝对好用,没有什么四边行,三角型,只接就是一张图! iphone(Texture mapping, full screen, paste a map to the screen, absolutely easy to use, no four sides, triangle type, only a picture, iPhone!)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:391168
    • 提供者:keivin
  1. OpenGL绘制球体

    0下载:
  2. OpenGL利用三角面片逼近绘制球体,纹理贴图实现可旋转的地球效果(OpenGL uses triangle patch to draw sphere and texture map to achieve rotatable earth effect)
  3. 所属分类:OpenGL

    • 发布日期:2020-11-10
    • 文件大小:2703360
    • 提供者:民国qinian
搜珍网 www.dssz.com