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

搜索资源列表

  1. graph3dapp

    0下载:
  2. 用Java书写的3D图形渲染程序,不使用Java3D和OpenGL,纯Java实现,采用扫描线深度消隐,和局部光照模型,该程序用作图形学教学。程序使用Jcreator3.5编译(内建工程),当然也可以用其他Java工具编译。需要详细了解的网友可与我联系-written with Java 3D graphics rendering procedures, and not to use OpenGL Java3D, pure Java, scanning depth blanking line,
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:53055
    • 提供者:徐林
  1. Bezier曲线曲面的实现

    0下载:
  2. 用OPENGL实现的,可以用来实现定点的Bezier曲线曲面的绘制.用VC环境加上OPENGL实现.非常方便!-use OpenGL, which can be used for the sentinel Bezier curve drawing. VC environment with OpenGL. Very convenient!
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:38954
    • 提供者:141
  1. 逐点递归填充算法

    0下载:
  2. 用OPENGL实现的,可以用来实现定点的绘制.用VC环境加上OPENGL实现.非常方便实现逐点递归填充算法.-use OpenGL, which can be used for fixed point mapping. VC environment with OpenGL. Very convenient achieve filled bit recursive algorithm.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:46309
    • 提供者:陈传军
  1. OpenGL_vckbase20在VC中实现OpenGL三维绘图

    0下载:
  2. OpenGL 是一个三维图形渲染的软件接口,并且得到了硬件加速的支持,用户可以方便地利用 OpenGL,创建出接近光线跟踪的高质量静止或动画的三维彩色图像.本代码的在VC环境下用openGL编制三维绘图简例,让读者快速入门-is an OpenGL 3D graphics rendering software interface, and a hardware-accelerated support, users can easily use OpenGL, creating close tra
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:855008
    • 提供者:周先生
  1. le10

    0下载:
  2. 应用VC++6.0制作3D实现的用键盘方向键在屋子里移动,并可以控制纹理的小程序-VC 6.0 Application to achieve the production of 3D direction of the keyboard keys in the room mobile, and can control the texture of small programs
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:5141
    • 提供者:陈思
  1. OpenGL_3d_terrain

    1下载:
  2. 本程序是用OpenGL实现三维逼真三维地形的模拟,也可以用本例作为模板实现其他的程序。
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:116272
    • 提供者:李海超
  1. opengl1000000000000001

    0下载:
  2. OPENGL程序。运用如下 涉及的其他结构和类: 1.DEVMODE 2.WndClass 3 LOWORD(lParam),HIWORD(lParam) tip 1.使用ChangeDisplaySettings来尝试切换成与dmScreenSettings所匹配模式。我使用参数CDS_FULLSCREEN来切换显示模式, 因为这样做不仅移去了屏幕底部的状态条,而且它在来回切换时,没有移动或改变您在桌面上的窗口。 2 ShowCursor(
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:6003
    • 提供者:祝津津
  1. opengl_Geomipmapping

    0下载:
  2. 用openGL实现的GeomipMapping算法。可以用VC7.1直接编译通过。GeomipMapping算法是在3D游戏引擎中处理地形时应用非常广泛的算法。-achieved using openGL GeomipMapping algorithm. Can be directly translated through VC7.1. GeomipMapping algorithm in three D game engine when processing the terrain is ve
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:5047920
    • 提供者:snowwin
  1. fengche-opengl

    1下载:
  2. 风车转动的图形用opengl实现 可以用鼠标控制风车转动的速度-windmills rotating graphics using opengl mouse can be used to achieve control of the rotational speed of the wind turbine
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:7581
    • 提供者:ronghua
  1. minipeople

    0下载:
  2. 利用OpenGL设计并组合出一个people,可以用来了解在OpenGL中组合物体的基本实现.-use OpenGL to design and assemble a people, can be used to understand the composition of OpenGL objects basically realized.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:108076
    • 提供者:dangdang
  1. billboard_OPENGL

    2下载:
  2. 用VB和OpenGL实现的三维棋盘例子,可以用来了解OPENGL的基本操作
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:6892
    • 提供者:Bin Gong
  1. 3DTERRIN

    0下载:
  2. DEM的规则格网存储结构是一个二维点阵,由于其高度与宽度已知,因此可以用一个一维数组p[n]进行管理,设原点的平面位置为(0, 0),DEM的长度与宽度分别为s和t,则任意一点(i,j)的高程值为p[i×t+j]。规则格网的这种简明结构,事实上已经对DEM数据进行了很好的组织,因此将格网数据读入内存,而无需使用其它任何结构进行管理,直接对读入的DEM数据块进行处理,生成格网面。 利用bitmap将DEM位图中的数据读入到程序数组中,其中规则网格将区域空间切分为规则的格网单元, 每个格网单元对
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:332629
    • 提供者:杨冬
  1. 三维管线2

    2下载:
  2. 用VC+OpenGL实现三维管线的全部源码,与国内著名三维软件-灵图软件的地下管线显示效果一样,2005年后灵图开发的怎样我就不知道了,呵呵。可以用鼠标左右键,上下左右键,Insert,Delete,Home,End键实现三维实时动态漫游。动态链接库读取平面管线DXF数据格式,也有源码。-with opengl 3d pipe sourcecode,
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:153905
    • 提供者:一片空灵
  1. 用OpenGL实现简单动画

    0下载:
  2. 利用OpenGL函数可以实现简单动画,代码简洁占用系统资源也少。该程序运行时,窗口中的正方体可以绕中心自由旋转。-OpenGL function can use simple animation, concise code occupy less system resources. The program runs, the cube window can freely rotating around its center.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:46529
    • 提供者:
  1. skelecton-opengl.用opengl写的一个骨骼动画

    1下载:
  2. 用opengl写的一个骨骼动画,实现运动人体骨骼点阵模型的绘制。该人体模型需要具有以下功能:显示为点阵模型;可以运动,Opengl written with a skeletal animation, the realization of the human skeleton movement map lattice model. The needs of the human body model has the following functions: display for the latt
  3. 所属分类:OpenGL

    • 发布日期:2017-03-21
    • 文件大小:74963
    • 提供者:dirk
  1. AxlesView

    1下载:
  2. 原创3D直角坐标系演示控件,使用C#和OpenTK(基于OpenGL)编写,具有如下特点: 1.带有一个空间方位指针。指针指向可由方向角和俯仰角确定。 2.实现了鼠标轨迹球(ArcBall)功能。可以用鼠标灵活拖动直角坐标系旋转,运行流畅,查看灵活。 目前网上关于OpenTK的中文资源很少,故在此附上源代码和测试用例,供大家参考。 -Original 3D Cartesian coordinate system demonstration control, using C# and
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-09
    • 文件大小:1550507
    • 提供者:邹洪斌
  1. exe4j

    0下载:
  2. 超棒的3d粒子动画可以用vc++和opengl实现,视觉三维一流,-Great 3d animation particles can be used vc++ And opengl realized, three-dimensional visual art,
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-11
    • 文件大小:2761337
    • 提供者:李木
  1. CG_exp1

    0下载:
  2. 这是一个opengl实现在不同小视口中画线,三角形,多边形,圆形的例子,右键可以选择某个小视口单独显示,还可以用鼠标实现拖动,缩放等功能,是不错的入门参考程序。-This is an opengl implementation in different belittle the mouth and drawing lines, triangles, polygons, circles example, right can choose to display a belittling mouth
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-31
    • 文件大小:20124
    • 提供者:冉侠
  1. helicalline

    0下载:
  2. 用vc为基本平台,用OpenGL画一个螺旋线,同是可以用上下左右键实现讯转和动画-With vc the basic platform, with OpenGL to draw a spiral, with the arrow keys can be used to achieve information transfer and animation
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-05
    • 文件大小:328915
    • 提供者:李丽
  1. f117a

    0下载:
  2. 使用OpenGL绘制3D的F117A隐形战机,显示框架和渲染图,并且可以用方向键实现旋转-Create a 3D F117A with OpenGL
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:2293
    • 提供者:bryan
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com