CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 OpenGL 搜索资源 - read data

搜索资源列表

  1. 虚拟地形建模

    3下载:
  2. 基于VC++6.0和OPenGL实现的读取DEM数据显示地形!并读取3ds模型,然后经设置!导成自己的数据格式实现虚拟环境的构建和显示。里面还带有一个精彩的建模平台-Based on VC 6.0 and OpenGL achieve read DEM data show terrain! 3ds model and read and then set up! Introduction into the data format of the virtual environment to buil
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:11299642
    • 提供者:jueyun1020
  1. Lesson3

    0下载:
  2. openGL的window 创建,大小窗口的选择,数据读入-creation, the choice of window size, read data, etc.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:6924
    • 提供者:caikai
  1. Chapter07

    0下载:
  2. 在opengl下用贴图的方式绘制菜单项,虽然纹理数据是从文件中读取的,但也可跟着他的方法自己对纹理进行贴图。-in opengl under way with textures mapping menu items, although the texture data is read from the document, However, it can be with his own method of texture mapping.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:562881
    • 提供者:wuhui709
  1. 3DGLViewer

    0下载:
  2. 读取*.asc文件的点云数据,包括三维坐标和点云颜色,并显示-read the document *. asc point cloud data, including 3-D coordinates and point cloud color, and display
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:357240
    • 提供者:王鹏
  1. Lidar

    1下载:
  2. Lidar数据的Opengl三维显示与漫游.包括Lidar点云数据的读取,显示,漫游!无纹理!-Lidar data Opengl 3D display and roaming. Including Lidar point cloud data read , display, roaming! No texture!
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:440818
    • 提供者:石头
  1. Test02

    0下载:
  2. 读取DXF文件(2000,2002版本),包括了分层管理数据的思想,供大家参考-read DXF files (version 2000, 2002), including a hierarchical data management thinking, for your reference
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:35848
    • 提供者:天枫
  1. stlreader

    2下载:
  2. 很多做三维重建的开发人员都需要读取三维数据,这个程序实现了读取三维数据文件(stl文件)的函数,并用opengl显示出来了,很有参考价值的,其中有函数readstlfile就是实现了从stl文件中读取三角面片的数据。-lot of three-dimensional reconstruction of developers need to read 3D data, The program reads the 3D data files (stl) function, using opengl
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:3128760
    • 提供者:
  1. CPoint3DCloud.rar

    1下载:
  2. 读取LIDAR的点云数据,并且可以显示出来。,Read the LIDAR point cloud data, and can be displayed.
  3. 所属分类:OpenGL

    • 发布日期:2012-10-18
    • 文件大小:1086611
    • 提供者:songlin
  1. DataViewer3dlib

    0下载:
  2. 在C#环境下自己基于CSGL开发了一个三维数据点可视化控件,包括了openGL三维可视化控件的开发,以及一个测试程序。可视化控件功能包括:读入三维数据点、显示、鼠标交互等。-C# environment in their own development based on CSGL a three-dimensional visualization of the control data points, including three-dimensional visualization openG
  3. 所属分类:OpenGL

    • 发布日期:2012-12-10
    • 文件大小:157295
    • 提供者:hlt
  1. cow

    0下载:
  2. 本程序为三维作图程序,读入已有数据,显示图形,并能实现人机交互。-This program is three-dimensional mapping program, read the available data, display graphics, and to achieve human-computer interaction.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:292121
    • 提供者:zengchao
  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. opengl-read-points-from-files

    0下载:
  2. opengl从text里读取数据点的坐标,然后在opengl里画图-opengl read from the text in the coordinates of data points, and then drawing in opengl
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-24
    • 文件大小:52663
    • 提供者:刘平
  1. MyDTM

    1下载:
  2. 一个数字地形程序。主要功能有:DEM数据读取,归一化;OpenGL中为DEM添加纹理数据;OpenGL中场景漫游操作;添加3ds模型到OpenGL场景中。-A digital terrain procedures. Main functions: DEM data read, normalized OpenGL texture for the add DEM data OpenGL scene roaming in operation add 3ds model to OpenGL sce
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:605000
    • 提供者:Edward
  1. OpenGL

    2下载:
  2. 利用OpenGL、VC++编写的C++,三维点云处理程序,对于学习图形学、C++、OpenGL、文件读写很有帮助,是一个三维软件公司编写代码一部分,尤其是OpenGL库文件相当管用。 有两个数据文件 鼠标默认操作:具体还在头文件中 中键拖动 旋转 中键+Ctrl 平移 中键+Shift 面旋 滚轮滚动 缩放 中键+Ctrl + Shift 局部放大-The use of OpenGL, VC++ to prepare the C++, three-dimensional point cloud
  3. 所属分类:OpenGL program

    • 发布日期:2016-06-05
    • 文件大小:1080885
    • 提供者:刘洋
  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. virtualreality

    0下载:
  2. 利用opengl和vc++开发的虚拟现实的源代码,读取模型数据文件并展示,同时实现了漫游等功能。-Use opengl and vc++ development of virtual reality' s source code, read data files and display model, while features such as roaming.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-10
    • 文件大小:2503262
    • 提供者:aaa
  1. read

    1下载:
  2. 应用八叉树编码法划分点云邻域空间为多个指定边长的子立方体,保留每个子立方体中距中心点最近的点,实现从空间整体角度对点云的精简。对三维模型数据进行了精简测试,证明了该算法的有效性和实用性。 -Octree encoding application point cloud into space for the neighborhood more than the specified sub-cube side, keep away from each sub-cube in the center o
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-15
    • 文件大小:3833856
    • 提供者:zhaolulu
  1. -cloud-data-Pro

    0下载:
  2. 基于VC++ 和OpenGL 的点云数据三维读取与显示经过测试可执行-Read and display of three-dimensional point cloud data based on VC++ and OpenGL executable tested
  3. 所属分类:OpenGL program

    • 发布日期:
    • 文件大小:1087092
    • 提供者:yeqiuguo
  1. VB-Read-STL-File

    4下载:
  2. 其他三维软件(如UG)建立的模型导出为STL文件,在VB 中可以利用此代码读取STL文件,利用OpenGL的glVertex3f函数还原三维模型,STL中存储的是三维模型的各三角形定点数据和法向量数据-Other 3D software (UG) export the model as an STL file, you can use this code in VB to read the STL file using OpenGL glVertex3f function to restore
  3. 所属分类:OpenGL program

    • 发布日期:
    • 文件大小:2283
    • 提供者:张欣
  1. 济南县界代码

    0下载:
  2. 用ArcGIS提取济南县界坐标数据,利用OpenGL读取数据文件并画图。(Using ArcGIS to extract coordinate data of Ji'nan County, and use OpenGL to read data file and draw pictures.)
  3. 所属分类:OpenGL

    • 发布日期:2017-12-23
    • 文件大小:53248
    • 提供者:木南
« 12 3 4 »
搜珍网 www.dssz.com