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

搜索资源列表

  1. WorldDemoNew

    0下载:
  2. OpenGL是个与硬件无关的软件接口,可以在不同的平台如Windows 95、Windows NT、Unix、Linux、MacOS、OS/2之间进行移植。因此,支持OpenGL的软件具有很好的移植性,可以获得非常广泛的应用。由于OpenGL是图形的底层图形库,没有提供几何实体图元,不能直接用以描述场景。但是,通过一些转换程序,可以很方便地将AutoCAD、3DS/3DSMAX等3D图形设计软件制作的DXF和3DS模型文件转换成OpenGL的顶点数组。-OpenGL is a hardware
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:293917
    • 提供者:dangmengfei
  1. program

    1下载:
  2. Opengl:使用多边形区域,设计一个简单二维动画。其中的角色能按一定轨迹运动。本例中用小正方形在矩形框中移动,遇到边框则会弹回-Opengl:Design a simple 2 d animation.the role in the polygon could move according to a certain trajectory.the example describes a square moving in a rectangular box,which rebounds when
  3. 所属分类:OpenGL program

    • 发布日期:2015-06-21
    • 文件大小:2297856
    • 提供者:computergeek
  1. SDOpenGL

    0下载:
  2. 利用openGl实现VC中二维界面与三位界面之间的转换,即可以再二维界面上画图,也可以在三维界面上画图。-Using OpenGL to acheive the function in VC of conversation between 2-dimension interface and 3-dimension-interface.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-15
    • 文件大小:4035565
    • 提供者:陈鹏
  1. subwindow

    0下载:
  2. opengl, subwindow的简单操作,建立2个分窗口 分别显示 不同内容-opengl, the operation of subwindow, create 2 different sub windows, and display different figures.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-26
    • 文件大小:796
    • 提供者:taowen wang
  1. yong-GLshixian-erwei-sanwei-tuxing

    0下载:
  2. 在vc++6.0的平台下,用OpenGL实现简单的二维、三维图形-In vc++ 6.0 flat, we use OpenGL implementation is simple 2 d, 3 d graphics
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:83621
    • 提供者:孔宇
  1. pro-opengles-for-android.pdf

    0下载:
  2. This book covers the basics in both theory of 3D and implementations using the industry standard OpenGL ES toolkit for small devices. While Android can support both flavors—version 1.x for the easy way, and version 2.x for those who like to get
  3. 所属分类:android

    • 发布日期:2017-05-17
    • 文件大小:5050619
    • 提供者:yfz
  1. test

    0下载:
  2. 利用openGL的2次曲面函数画3个等角度的圆柱体-2 surface function in openGL to draw three angles, cylinder
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:915
    • 提供者:郭春华
  1. opengl3D

    0下载:
  2. 使用OpenGL提供的几何图元建立模型, 从而得到物体的数学描述,OpenGL将点,直线,多边形,图形和位图视 为图元。在三维空间排列物体,选择观察场景的有利位置.   2).色彩渲染:将物体的数学描述和相关的颜色信息转换为屏幕像素,这称为光栅化。-very good
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:591699
    • 提供者:梁小倩
  1. vol3d

    0下载:
  2. VOL3D使用正交平面的2-D纹理体积渲染的3-D在OpenGL中的数据映射技术。使用“纹理”选项进行微调的纹理映射技术。此功能最适合用于快速的OpenGL硬件。-VOL3D uses the orthogonal plane 2-D texture mapping technique for volume rending 3-D data in OpenGL. Use the texture option to fine tune the texture mapping technique
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-28
    • 文件大小:3478
    • 提供者:张浩思
  1. G

    0下载:
  2. 对2个长方体进行旋转(用OPENGL),贴纹理了,经典-Two rectangular rotation (OPENGL), paste texture, classic
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1080
    • 提供者:youxia
  1. electrons

    0下载:
  2. Simulation of eletrons movements between 2 plates, using OPENGL
  3. 所属分类:Education soft system

    • 发布日期:2017-04-17
    • 文件大小:31191
    • 提供者:jose
  1. MapKitDemo

    0下载:
  2. ent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition t
  3. 所属分类:MacOS develop

    • 发布日期:2017-03-28
    • 文件大小:28220
    • 提供者:pan biny
  1. opengl_qt_simple_draw

    0下载:
  2. 本文来讲讲怎样使用opengl来画平面几何图形,这一节本来是很简单的,因为某些问题都弄大半天了。当然,这还是按照NeHe的教程来的学习的。 这次实现的功能是在窗口中画一个三角形,一个矩形,一个圆形。 下面来看看怎么绘制平面几何图形。在设置好需要画的几何图形的属性后,比如颜色信息,就以glBegin()开始,以glEnd()结束,glBegin()中的参数为所画几何图形的类型,比如说GL_ TRIANGLES代表三角形,GL_QUADS为矩形等等。 在glBegin()
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-31
    • 文件大小:251669
    • 提供者:wuwei
  1. opengl_qt_linghting_blending

    1下载:
  2. 本次实验主要是学习下opengl中光照的使用方法,opengl中的光照分为环境光,漫射光,镜面光,反射光4种,这里主要是学习环境光和漫射光的设置,同时对比下opengl中支持的几种纹理滤波方式的效果,另外也可以加入色彩融合效果。这次实验是将一个木箱纹理贴到一个立方体上,然后我们在空间屏幕正外方设置了一个光源,可以用键盘的L键来控制该光源的开启和关闭;用F键来旋转程序中用到的3种滤波方式,按下F键后,依次切换该3种方式;用PageUp键来使物体离观察者越来越远,相反,用PageDown来使物体离我
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-07
    • 文件大小:2189338
    • 提供者:wuwei
  1. arm

    0下载:
  2. 一个可以2点旋转的机械手臂模型,是基于opengl下写的-2 points can be rotated a mechanical arm model is based on written under opengl
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-10
    • 文件大小:1857096
    • 提供者:xujiong
  1. chgmat2

    0下载:
  2. 2个实体立方体,一个球体,一个圆锥体,颜色已经给定,基于opengl-Two entities, the cube, a sphere, a cone, the color has been given, based on opengl
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-01
    • 文件大小:1014199
    • 提供者:xujiong
  1. spline

    0下载:
  2. 该资源包括两个压缩文件,一个是由mfc生成dialog,然后通过鼠标拾取样条曲线的编辑点,该例程从网上下载的,在此对原作者表示感谢;还有一个是根据上面的例子,由事先确定的点,计算出插值点,通过opengl绘图,显示插值效果,例子比较简单,有很多函数未用到,没有加限制条件,改变控制点时,不能超过(0,0),(2,2)。-The resources include two compressed files, a dialog is generated by the mfc spline curve
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-20
    • 文件大小:51688
    • 提供者:pei
  1. gl2dDrawing

    0下载:
  2. opengl 底层2的封装类,支持大部分2D图像处理-opengl 2d
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-15
    • 文件大小:757778
    • 提供者:刘会元
  1. chap2

    0下载:
  2. opengl编程精粹 光盘内容 第2章-Chapter 2 of the opengl Programming Gems contents of the disc
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-23
    • 文件大小:2534397
    • 提供者:nomorefancy
  1. bubble

    0下载:
  2. NVIdia Tegra 2. OPENGL testing with shaders. Bubble.
  3. 所属分类:Driver develop

    • 发布日期:2017-11-21
    • 文件大小:3810073
    • 提供者:Anton
« 1 2 ... 22 23 24 25 26 2728 29 30 31 »
搜珍网 www.dssz.com