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

搜索资源列表

  1. Bezlit

    0下载:
  2. 这是一个OPENGL的例子,这个程序实现了Bezier曲线,我还会有一系列的程序上传-OpenGL example, the procedure to achieve the Bezier curve I will also have a series of procedures to upload
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:20614
    • 提供者:xuwenhui
  1. 清华大学-计算机图形学

    0下载:
  2. 清华大学远程教育计算机图形学 ■ 第1章 绪论 ※ 计算机图形学的研究内容 ※ 计算机图形学的发展简史 ※ 应用及研究前沿 ※ 图形设备 ■ 第2章 光栅图形学 ※ 直线段的扫描转换算法 ※ 圆弧的扫描转换算法 ※ 多边形扫描转换与区域填充 ※ 字符 ※ 裁剪 ※ 反走样 ※ 消隐 ※ 练习题 ■ 第3章 几何造型技术 ※ 曲线和曲面 ※ Bezier和B样条曲线曲面 ※ 形体在计算机内的表示 ※ 求交分类 ※ 实体造型系统简介 ※ 练习题 ■ 第4章 真实感图形学 ※ 颜色视觉 ※ 简单光照明
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:3184405
    • 提供者:张强
  1. 曲线描绘

    0下载:
  2. OPENGL入门之 曲线描绘-OpenGL domain curve depicts
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1324
    • 提供者:杜志
  1. nurbsCurve

    0下载:
  2. nurbsCurve这个程序作为曲线拟合使用的.其中要用到OpenGL的某些库-nurbsCurve this procedure as used in curve fitting. Which to use OpenGL some library
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:110297
    • 提供者:xiaoxiao
  1. Bezier1-1

    0下载:
  2. OpenGL,Visual C++ 生成贝塞尔曲线 KEYfunction: c - 清空屏幕;e - 擦除曲线;b - 画贝塞尔曲线-OpenGL, Visual C Bessel curve KEYfunction Generation : c-blank screen; e-erasure curve; b-painting Bessel curve
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:66848
    • 提供者:许家琦
  1. Spline+ellipse

    0下载:
  2. 标准椭圆的算法与三次样条曲线算法 用OpenGL实现编程-standard ellipse algorithm and cubic spline curve algorithm using OpenGL Programming
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:74937
    • 提供者:wgede
  1. 2D_3D_draw

    0下载:
  2. 在MFC环境下绘制一个风车叶轮模型的压力曲线、速度曲线、功率曲线、位移曲线,并用OpenGL显示该叶轮模型-MFC environment in drawing a model of the wind turbine impeller pressure curve, velocity curve, the power curve, displacement curve, using OpenGL revealed that the impeller model
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:73586
    • 提供者:王进
  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. AllKindsOfCurve

    0下载:
  2. 在VC中使用OpenGL画七条曲线:Bezier曲线;3阶(2次)均匀B样条曲线;3阶(2次)准均匀B样条曲线;3阶(2次)分段B样条曲线;4阶(3次)均匀B样条曲线;4阶(3次)准均匀B样条曲线;4阶(3次)分段B样条曲线-in VC use OpenGL seven paintings curve : Bezier curve; 3-(2) uniform B-spline curves; 3-(2) quasi-uniform B-spline curves; 3-(2) B-spline
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:20205
    • 提供者:mimi
  1. OpenGLText

    0下载:
  2. OpenGL关于曲线的一个程序,比较基础的可以供大家学习参考-OpenGL on the curve of a procedure, can be the basis for comparison for all to study reference
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:7603
    • 提供者:hubin
  1. LISTOpenGL

    0下载:
  2. OpenGL关于曲线的又一个程序,比较基础的可以供大家学习-OpenGL on the curve is a process, the basis for comparison for all can learn
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:7950
    • 提供者:hubin
  1. SMOOTHOpenGL

    0下载:
  2. 关于曲线光滑的一个OpenGL下的例子。是在Win32下面实现的。-on a smooth curve OpenGL example. Below is the Win32 achieve.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:6333
    • 提供者:hubin
  1. Spline12345

    0下载:
  2. 用参数样条曲线拟合型值点的算法。实现将11个型值点的拟和。在CAD中有广泛应用。用OpenGL绘制出图形。-parameters spline curve fitting data points algorithm. Implementation of 11-point values and the proposed. CAD is widely used. Drawn with OpenGL graphics.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2496
    • 提供者:成熠
  1. Image_Processing_algorithm_SRM

    0下载:
  2. osculatingcircle.cpp : An interactive demo of osculating circles used to define a parametric curve curvature. Require OpenGL(R) matchsegments.cpp : Compute the scaled rigid transformation that matches a given pair of segments. srm : A k
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:10979
    • 提供者:田先生
  1. Nurbs

    0下载:
  2. nurbs曲线和曲面在3d图形中有着重要的作用,可以进行曲线,曲面的建模.在opengl中更容易实现.-nurbs curves and surfaces in 3d graphics plays an important role, can curve and surface modeling. In opengl more easily attained.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:79835
    • 提供者:songyunan
  1. plane

    1下载:
  2. 用opengl对飞机进行建模,其中对飞机建模采用了nurbs曲线,曲面技术.使飞机的外形更加平滑.对于防真学的出学者有很大的帮助.-use opengl right aircraft modeling, modeling of aircraft used nurbs curve, Surface Technology. That the aircraft's shape more smooth. Those really learn from scholars are very help
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:65833
    • 提供者:songyunan
  1. cloth_dxf

    0下载:
  2. OPENGL写的读取DXF文件的曲线特征的信息-OpenGL was read DXF file characteristics of the information curve
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1011668
    • 提供者:李茜
  1. KOCH 曲线

    0下载:
  2. 自己写的KOCH曲线,利用OpenGL和C++实现,本来发在我的blog上面,http://www.cppblog.com/deercoder/articles/101583.html 居然下载达到410次,发到这里,希望更多的人能够受用,同时欢迎大家访问我的blog。-Wrote it myself, KOCH curve, using OpenGL and C++ implementation, hair in my blog above, http://www.cppblog.com
  3. 所属分类:分形几何

    • 发布日期:2012-03-29
    • 文件大小:1411762
    • 提供者:testsb
  1. heart

    0下载:
  2. 在openGL环境下画心形线,利用Bezier曲线.-how to describe a curve of heart
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-09
    • 文件大小:1262250
    • 提供者:张杰
  1. Curve_OpenGL

    0下载:
  2. 用OpenGL实现的三维曲线绘制软件,可绘制Hermite曲线,Bezier曲线,可用键盘控制旋转。-Three-dimensional curve with OpenGL, drawing software, which can draw the Hermite curve, Bezier curves, available keyboard control the rotation.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-15
    • 文件大小:3875370
    • 提供者:fangshijie
« 1 2 3 4 56 7 8 9 10 11 »
搜珍网 www.dssz.com