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

搜索资源列表

  1. mypick2

    0下载:
  2. 采用opengl编程,在多个三维模型中,使用鼠标点取,达到对三维模型对象的捕捉。-using opengl programming, in a number of 3D models, the use of mouse-point, reached on the three-dimensional object model to capture.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:61576
    • 提供者:华伟
  1. sui

    0下载:
  2. 利用Opengl设定MFC的视图环境,三维显示三维数据,处理大量点云数据的显示旋转、平移、缩放等-use Opengl set MFC View environment, three-dimensional display of 3D data, handling a large number of point cloud data show rotation, translation, zooming, etc.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:247315
    • 提供者:李瑞
  1. srcDownlodingsite

    0下载:
  2. 介绍用OpenGL实现点云处理的三维变换,我们可以通过API函数 CreateFile 获得设备句柄,再用API函数 DeviceIoControl 来实现对设备的访问获取点云的分割方法。-introduces OpenGL point cloud processing of 3D transformation, we can pass CreateFile API access to equipment handle, reuse API function DeviceIoControl ri
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:351613
    • 提供者:zxj
  1. view3ds

    2下载:
  2. 源码3d格式转化软件view3ds下载 1,用VIEW3DS打开*.3ds文件; 2,左键点击打开的VIEW3DS显示区上任意一点将会弹出选择菜单; 3,按下E键选择:Export OpenGL C Code,将会自动生成两个文件*.h和   *.gl; 4,将两个文件拷到你的工程(为OpenGL环境)目录下; 5,在你的工程中加入#include\"*.h\"; 6,给*.h文件中生成的显示列表赋id,Model = GL3DS_initialize_--()  
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:45463
    • 提供者:沈淳
  1. 3DModelEditor

    0下载:
  2. 三维图形编辑器,可完成对三维图形的导入导出,以及很多对图形的基本操作 AppWizard has created this 3DEditor application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.-3
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:3521230
    • 提供者:郑刚
  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. Gl_ShadowsVolumes.ZIP

    0下载:
  2. The purpose of this demo is to create shadows using a technique called stencil shadow volumes in a 3d scene. To do this we will not need the shadow matrix from previous demo. In fact in order to perform this all we need is to render the sil
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:153139
    • 提供者:金哥
  1. Survey-on-normal-estimation

    0下载:
  2. 三维点云法向量估计综述,由于获取方便、表示简单、灵活等优势,点云逐渐成为常用的三维模型表示方法之一-Point clouds are becoming more and more common for the representation of 3D geometry models because of its advantages over mesh models
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:705658
    • 提供者:丰祥
  1. 3DMAZEGAME

    0下载:
  2. 自动生成的3D小迷宫,用鼠标点击迷宫的任意部分,会自动生成从起点到该地点的路径。-Automatic generation of 3D small maze with a mouse click on any part of the maze will be automatically generated from the starting point for the path to the site.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-23
    • 文件大小:22075
    • 提供者:薄涛
  1. scanalyze-1.0.3

    0下载:
  2. 3D point cloud Reconstruction!
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-21
    • 文件大小:6420764
    • 提供者:朱笑愚
  1. rigid_motion

    0下载:
  2. 刚性位置变化计算,输入物体在空间坐标系中的坐标,以及旋转向量和平移向量,计算其在摄像机坐标系中的坐标。- [Y,dYdom,dYdT] = rigid_motion(X,om,T) Computes the rigid motion transformation Y = R*X+T, where R = rodrigues(om). INPUT: X: 3D structure in the world coordinate frame (3xN matrix for
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:775
    • 提供者:shuang
  1. 3D

    0下载:
  2. 三维绘图程序.这是一个项目时使用到的"三维空间向量/点"类及相关函数,使用它们可以定义一个空间向量/点,实现向量的平移,缩放和旋转等,使用相关函数还可以实现两向量的叉乘,得到一个向量的绝对长度,将一个向量单位化,得到一个三点决定的平面的垂直向量(经过单位化),得到空间中两点的距离,得到两向量的点积,得到两向量的夹角等操作,为方便用户的使用,每个函数都有详细的注释,希望对大家有所用处.-Three-dimensional drawing program. This is a project to
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-23
    • 文件大小:7286863
    • 提供者:318
  1. view3Dpoint

    0下载:
  2. 一个读取3D点云数据vc程序,共大家参考!-A 3D point cloud data vc reading program, a total of your reference! Thanks
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-14
    • 文件大小:3966900
    • 提供者:liudengpan
  1. OpenGL3D

    0下载:
  2. 三维openGL场景,具有点线面符号算法,三维公路铁路-3D openGL scene, with Point, Line and sign algorithm, three-dimensional highway and railway
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-26
    • 文件大小:8885779
    • 提供者:阿萨
  1. COURBES-NURBS-3D-DANS-OPENSCENEGRAPH

    1下载:
  2. Ce programme affiche une courbe NURBS et les anneaux de sa surface tubulaire associée en 3D. Selon le manipulateur de caméra (voir main.cpp), vous pouvez bouger la caméra avec la souris, ou bien vous balader le long la courbe avec les touches
  3. 所属分类:OpenGL program

    • 发布日期:2016-06-25
    • 文件大小:20480
    • 提供者:abdelghni
  1. OpenGL_-_C1561513182003[1]

    0下载:
  2. ^^^^hello 3d opengl you ve got good point
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-29
    • 文件大小:11406735
    • 提供者:doe
  1. 3D-point

    0下载:
  2. 在VC平台上采用OpenGL对三维点云数据进行处理。-In the VC platform using OpenGL three-dimensional point cloud data processing.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-10
    • 文件大小:1054080
    • 提供者:myp
  1. Circle_ThreePoint

    0下载:
  2. 计算过空间三点的圆的的半径及法矢量:用户输入空间三个点的三维坐标,自动计算出通过该三点的圆的半径、圆心坐标以及法矢量-The Computation of the radus and normal vector of the circle passing three 3D point
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-15
    • 文件大小:3924068
    • 提供者:niuxj
  1. Point-Cloud-Models-

    0下载:
  2. 标准3D模型点云数据,包含海豚、兔子、猫咪三个原始模型的点云数据-Standard 3D model point cloud data, including dolphins, rabbits, cats three original model point cloud data
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:456241
    • 提供者:jieli
  1. OpenGL-3D框选

    0下载:
  2. OpenGL环境下读入3D点云,任意角度下鼠标对点云进行框选。(In the OpenGL environment, read the 3D point cloud, and at any angle the mouse can box the point cloud.)
  3. 所属分类:OpenGL

    • 发布日期:2018-04-23
    • 文件大小:7135232
    • 提供者:YangXG
« 12 »
搜珍网 www.dssz.com