CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - opengl 点

搜索资源列表

  1. xuanzhuanwenzi

    1下载:
  2. 在OpenGL中显示三维文字,点击旋转还可以旋转 -in OpenGL 3D display text, it can also rotating rotation
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:35731
    • 提供者:王瑜
  1. cubeview

    0下载:
  2. 需要有OpenGL的连接库glut32.dll 显示一个立方体的不同角度,立方体8个点各有四种颜色-need OpenGL libraries glut32.dll shows a cube of different angles, cube eight points each in four colors
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:39017
    • 提供者:郭佳
  1. newpaint

    0下载:
  2. 需要有OpenGL的库文件glut32.dll 运行后,用鼠标点击一次左上方的小图形,然后在空白区域点鼠标,就可根据小图形的指示画出相应的图形.-need OpenGL libraries glut32.dll operation, and click the top left of a small graphic, and then click the mouse regional gaps can be under the direction of small graphics to d
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:8881
    • 提供者:郭佳
  1. cubview1

    0下载:
  2. 需要包含OpenGL的连接库:glut32.dll 一个立方体,8个顶点有4种颜色,运行后点击鼠标左键,立方体在水平方向旋转,点鼠标右键,立方体在垂直方向旋转。-need to contain OpenGL libraries : glut32.dll a cube, eight vertex four colors, running after the click of a mouse button, the cube in the horizontal direction rotatio
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:6605
    • 提供者:郭佳
  1. MFCSpline

    0下载:
  2. 基于MFC架构下的OPENGL程序,实现点对点、点对现的程式码。-MFC framework based on the OpenGL procedures to achieve point-to-point, point right now the program codes.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:41349
    • 提供者:psheng
  1. userinterfaceOpengl

    0下载:
  2. 这是一个界面程序,点击菜单中的仿真就会出现动画,这个程序实现的是在FormView中生成一个窗口,在窗口中显示opengl三维图形。-This is a procedural interface, click on the menu will appear simulation animation, this program is the formation of a FormView window in the window display opengl 3D graphics.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:319807
    • 提供者:任大伟
  1. OpenglDraw

    0下载:
  2. OpenGL试验包括基本的点、线、dda、多边形、填充、反走样-OpenGL test including basic point, line, dda, polygons, filled, anti-aliasing
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:89612
    • 提供者:bwking
  1. try_OpenGL_selection

    0下载:
  2. try_OpenGL_selection关于OpenGL实现了点选亮显的功能!-try_OpenGL_selection on OpenGL-click on the obvious function!
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:46213
    • 提供者:xueliang
  1. dem_make_show

    0下载:
  2. 基于散点数据生成dem文件(virtual zuo 格式),同时完全模拟了dem数据绘制格网的算法(抗无效点(-9999.9)分析),非基于opengl!-based on discrete data generated dem paper (virtual zuo format), while fully simulated dem data mapping grid algorithm (anti invalid points (-9999.9) Analysis) non-based op
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:134241
    • 提供者:bluepan
  1. dk0619

    2下载:
  2. 此程序为一图像处理程序,用OPENGL编制, 用户首先选择是绘制二维或三维图形,对于相应的图形输入一定的数据后保存,即可出现需要的图形窗口,可以进行数据预数据,查看变差函数,运用克里格插值,观查图像生成过程及帧描绘过程,最后点击输出即可看到所实现的图形,此为一个非常不错的图形图像处理程序。且是用MFC实现的,功能强大,便于窗口运行。-procedure for an image-processing program, using OpenGL establishment, users fir
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:256476
    • 提供者:luoye
  1. 207

    0下载:
  2. 一个很简单的opengl程序,功能包括:简单模拟了太阳、地球月亮的运行,画立方体、直线、点等几何图元,bezier曲线及反求bezier控制点(点的数量为4),nurbs曲线及裁剪,图像可以平移、缩放和旋转(由于是本人初学opengl,所以请多多包含)-a very simple opengl procedures, functions include : simulation of a simple sun, the earth the moon operation, painting cub
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:96936
    • 提供者:wangwei
  1. basicvector

    0下载:
  2. 作者: junglesong 这是我过去进行一个OpenGL项目时使用到的\"三维空间向量/点\"类及相关函数,使用它们可以定义一个空间向量/点,实现向量的平移,缩放和旋转等,使用相关函数还可以实现两向量的叉乘,得到一个向量的绝对长度,将一个向量单位化,得到一个三点决定的平面的垂直向量(经过单位化),得到空间中两点的距离,得到两向量的点积,得到两向量的夹角等操作,为方便用户的使用,每个函数都有详细的注释,特别重要的向量计算如点积,叉乘还有相关说明,希望对大家有所用处. 由于源程序涉及到保
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:3177
    • 提供者:黄景天
  1. CPoint3DCloud

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

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

    0下载:
  2. 说明: GL Print.rar是一个比较常见的OpenGL的打印代码,在CodeGuru上有的,我在它的基础上面做了一点点改动,就是将CGLobj当成了View的一个成员,原来他们之间存在继承关系.效果相同. Ch4.rar是一本书上面的一个原码,没有打印功能.但是他设计的类比较好(个人观点)所有的绘制功能是在COpenGLDC里完成的,而视图的投影视口的变换等是由一个照相机类完成的,以至于我现在还不知道怎么回事,只管用就是了. NewGL.rar 的我结合上面两者改写
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:331520
    • 提供者:fietiger
  1. sph

    0下载:
  2. 基于OPENGL的光照球体,点击可以变换多种色,-based on the OpenGL light sphere, it may change a variety of colors,
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:7646
    • 提供者:ZHOUYAN
  1. SimuCenter1

    0下载:
  2. SimuCenter是基于C++和OpenGL技术的仿真软件系统,采用前卫的模块组态方式编辑文档,在您的轻松点击之中,便可实现复杂系统的逼真仿真。该系统目前主要用于控制领域,可用于工业生产,航空,航海,天体运行等系统的仿真,也可作为CAI教学软件使用。 -SimuCenter is based on the C and OpenGL technology system simulation software, using cutting-edge module configuration t
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:605859
    • 提供者:潘卫华
  1. 6.0MFC_OPENGL_PFbresenham

    0下载:
  2. 基于MFC中Opengl环境的bresenham直线生成算法,可由对话框输入起始点和终点,直观地观察bresenham算法的原理。-based MFC Opengl environment bresenham line drawing algorithm, from the dialog box input starting and stopping points, and visual observation of the principle bresenham algorithm.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:62081
    • 提供者:cseason
  1. g3DGMV-0

    0下载:
  2. 超强的三为OpenGL渲染渊代码,这点收操能够 VC 6.0 平台(文件就是压缩文件,你他吗的肥硕没有,你门高个屁啊,网页他么的都做不好,关门把)-super three Yuan for OpenGL rendering code, This can be plagued parade VC 6.0 platform (document is compressed files, you him? the stout not, you Gate high Ganpi ah, Mody'
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:69218
    • 提供者:按时地方
  1. win_vs_billboard

    0下载:
  2. 自己写的一个Opengl程序,第一次写,代码很难看~见谅~:L其中用到:从2D到3D的转换,三维漫游,鼠标点击生成树木,3ds的加载和显示,billboard的显示技术-himself wrote a Opengl procedures, the first to write a code standpoint it does not look ~ ~ : L which used : from 2 D to 3-D conversion, 3D roaming, mouse click gen
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:504985
    • 提供者:liwen
  1. trace_animation

    1下载:
  2. 实现了弧长参数化曲线,可获得匀速,匀加速,匀减速运动时,曲线上点的坐标,并显示,使用opengl显示-realized the length parametric curve, will be uniform, acceleration, deceleration absorbed campaign, the curve coordinates of points, and showed that the use opengl show
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:31037
    • 提供者:wangmiao
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 28 »
搜珍网 www.dssz.com