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

搜索资源列表

  1. OpenGL命令和例程概述

    0下载:
  2. 许多O p e n G L命令直接影响诸如点、线、多边形以及位图等O p e n G L对象的绘制。而另一些 命令,例如那些用于反走样或纹理操作的命令,主要用来控制图像如何生成。还有一些命令则 关注帧缓冲区的操作。
  3. 所属分类:OpenGL

    • 发布日期:2014-03-10
    • 文件大小:480565
    • 提供者:
  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. mfc开发opengl

    0下载:
  2. mfc开发opengl,非常爽哈,积累点分数,要下点东西。大家多下点。-mfc development opengl, very cool Kazakhstan, points accumulated scores, we should point something. We more points.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:953141
    • 提供者:假大空
  1. fish-OpenGL

    2下载:
  2. 一个基于OpenGL做的鱼群动画,点击鼠标可以形成涟漪-an OpenGL-based animation do fish, the clicking of the mouse can create a ripple
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1561452
    • 提供者:suguohui
  1. OpenGL

    0下载:
  2. : NURBS 方法因其表示法的同一性、形状控制灵活性,在曲面造型和重构中具有重要作用. 该文通过分析,完 成了在MFC 中用OpenGL 实现NURBS 曲面的绘制及裁剪,为在逆向工程中实现基于型值点的曲面拟合和裁剪奠 定了基础.-: NURBS said because of the Identity Act, shape control flexibility. In surface modeling and remodeling plays an important role.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:225458
    • 提供者:chen ru
  1. OpenGL

    0下载:
  2. 先点击install.bat,把动态连接库csgl.dll和csgl.native.dll拷贝到C盘,然后就可以运行该OpenGL程序了
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:9016
    • 提供者:张敏
  1. OpenGL-Bezier

    0下载:
  2. 本代码为Bezier画法,可输入10个控制点和最多生成199个象素点。
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1851
    • 提供者:李文晖
  1. OpenGL简单动画

    0下载:
  2. 一个简单的小程序,教你用OpenGL实现简单的动画。运行后点击菜单“文件-run”就可以看到动画效果了。-A very simple small program which in order to teach you how to use OpenGL to make simple animation. Run the program then click on the manue \"file-run\" then you can see the animation
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:47443
    • 提供者:陈浩
  1. OpenGL

    0下载:
  2. 在三维空间显示点,立方体,以及怎样改变背景色,设置图形色彩-In the three-dimensional display points, cubes, and how to change the background color, set the graph color
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-16
    • 文件大小:4171031
    • 提供者:chenweiA212
  1. opengl-bezier

    0下载:
  2. 绘画两条G1连续的贝塞尔曲线 每条20个点以内 鼠标点击绘画 右键表示曲线终止-G1 continuous painting of two 20-point Bezier curves within each painting, right mouse click on that curves terminate
  3. 所属分类:OpenGL program

    • 发布日期:2017-06-09
    • 文件大小:16137138
    • 提供者:snowymo
  1. OpenGl

    0下载:
  2. 图形学OpenGL点虚线各种形状设置,不闭合折线大小-Graphics OpenGL dash-dot shapes
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:4155
    • 提供者:张宁
  1. OpenGL

    0下载:
  2. opengl基础 简易的介绍了opengl点 和直线的画法-simple introduction to basic opengl opengl point and line painting
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-10
    • 文件大小:2481316
    • 提供者:于洋
  1. OpenGL-ES2.0_obj

    0下载:
  2. Android平台的APP代码(Eclipse,ADT),实现了基本3D对象(点,线,面,体)的绘制,单指与双指操控,包含三维的各种变换:平移,旋转,缩放,透视,是学习动画与仿真的入门代码.(Android platform APP code (Eclipse, ADT), to achieve the basic 3D object (point, line, surface, body) rendering, refers to a single and double finger mani
  3. 所属分类:3D图形编程

    • 发布日期:2017-12-21
    • 文件大小:436224
    • 提供者:daode1212
  1. B样条曲线反求_OpenGL环境--数据点加入输出点列

    0下载:
  2. 三次非均匀B样条曲线反求:给定数据点列,反求控制点,节点向量,按照给定精度,等分参数区间,离散B样条曲线,输出离散点列,模拟真实曲线.此算法包括德布尔-考格斯算法,节点向量算法,反求控制点,以及节点插入技术.对搞图形学的朋友比较有参考作用.(Three non uniform B spline curve in reverse: given data points, reverse control points, node vector, according to the given preci
  3. 所属分类:OpenGL

    • 发布日期:2017-12-16
    • 文件大小:978944
    • 提供者:沙-粒
  1. Opengl绘制最大矩形

    0下载:
  2. 绘制不规则图形的最大矩形,需要给摄像机添加脚本并给定材质与贴图,要有坐标点信息
  3. 所属分类:3D图形编程

  1. openGL .pdf

    0下载:
  2. open gl es 我就是要下载点东西 ,怎么这么费劲(open gl es I just want to download something, how so hard?)
  3. 所属分类:OpenGL

    • 发布日期:2017-12-24
    • 文件大小:2609152
    • 提供者:caoxinst
  1. opengl

    0下载:
  2. 在一块地形上有几架飞机,鼠标点击飞机可以让飞机偏航,可以鼠标控制观察方向;vs2015项目(There are some planes on a ground. You can use your mouse to control the plane's condition and your viewport. The project can run on VS2015 perfectly.)
  3. 所属分类:OpenGL

    • 发布日期:2017-12-19
    • 文件大小:20381696
    • 提供者:endinferno
  1. 可鼠标点击旋转的茶壶 源码

    0下载:
  2. 利用opengl 和vc++ 6.0实现鼠标事件的响应(opengl c++ a rotated cup)
  3. 所属分类:OpenGL

    • 发布日期:2018-01-06
    • 文件大小:2048
    • 提供者:树树123
  1. 三点绘制贝塞尔曲线

    0下载:
  2. 在平面上用鼠标随机点三个点,绘制贝赛尔曲线,有切线(On the flat surface, three points are randomly selected with the mouse, and the Beckinsale curve is drawn. There is a tangent.)
  3. 所属分类:OpenGL

  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
« 1 23 4 5 6 7 8 9 10 ... 28 »
搜珍网 www.dssz.com