CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 OpenGL 搜索资源 - bezier 曲面

搜索资源列表

  1. 画Bezier曲面的源代码

    0下载:
  2. 请使用OpenGL的mingw运行,我在开发环境这里找不到-please use the OpenGL mingw running, I can not find a development environment here
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:8.38kb
    • 提供者:李建康
  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
    • 文件大小:38.04kb
    • 提供者:141
  1. Chap04_MyTemplate

    0下载:
  2. 自己写的显示Bezier曲面的算法,比较乱,包括注释掉的opengl的Nurbs显示,但是效果不错,自认为与opengl的显示Nurbs函数的显示效果差不多,希望有用-himself wrote the show Bezier surface algorithm, more chaotic. comment out the opengl including the Nurbs, but worked quite well. since that show with opengl Nurbs fu
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:73.54kb
    • 提供者:陶立欣
  1. OpenGL中Bezier曲面的源程序

    0下载:
  2. OpenGL中构造Bezier曲面的源程序-OpenGL Bezier surface structure of the source
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:197.67kb
    • 提供者:李穿石
  1. bezier

    1下载:
  2. 曲面绘制 通过一个参数矩阵,绘制出Bezier曲面,改变参数,可得到不同曲面。-create Bezier curved surface bu using a parameter matrix.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-23
    • 文件大小:1.21kb
    • 提供者:woka
  1. CUVSUFC

    1下载:
  2. bezier曲线、网格、填充曲面及纹理映射;nurbs曲线、网格、填充曲面及剪切曲面。-Bezier curves, meshes, filled surfaces and texture mapping nurbs curve, grid, filling surfaces and shear surface.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-07
    • 文件大小:115.27kb
    • 提供者:mengstarry
  1. bezier

    1下载:
  2. 双三次B样条曲面算法,OpenGL编程,计算机图形学-Bicubic B-spline surface algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-13
    • 文件大小:3.22mb
    • 提供者:cs
  1. Opengl_BEZSURF

    0下载:
  2. Opengl绘制曲面。本程序使用二维求值器绘制一个Bezier曲面,如果再贴上图片就更好啦。-Opengl drawing surface. The program uses two-dimensional evaluator draw a Bezier surface, if the paste the picture is even more okay.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:203.06kb
    • 提供者:和尚
  1. bezier

    0下载:
  2. 用vc++编写的bezier曲面,大家游戏化的可以下下来-fhghfghgjhghjhgkjhfhdsfgsfjhgh
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:1.58kb
    • 提供者:jipengbo
  1. bezier

    0下载:
  2. MIT课程 计算机图形学 6_837 Assignment 8.htm 贝赛尔虚线 BSpline 及相互转换 和 相应曲面的绘制 -MIT Computer Graphics courses 6_837 Assignment 8.htm Bessel dashed BSpline and mutual conversion and the corresponding surface rendering
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-27
    • 文件大小:490.08kb
    • 提供者:Gobee
  1. BBSurfaces

    0下载:
  2. VC++和OpenGL编写的三角Bernstein-Bezier曲面-VC++ And OpenGL prepared triangular Bernstein-Bezier surface
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:30.11kb
    • 提供者:yutao
  1. beziersurface

    0下载:
  2. VC++下利用Opengl绘制Bezier曲面-VC++ under Opengl rendering using Bezier surface
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-31
    • 文件大小:215.91kb
    • 提供者:liyunping
  1. bezier

    0下载:
  2. 画bezier曲面的源代码 涉及到16个点画bezier曲面,用5*4条线来画曲面 -Draw bezier surface source code related to the 16 dotted bezier surface, with 5* 4 line to draw surface
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:1.31kb
    • 提供者:汪岳
  1. bezier

    1下载:
  2. 绘制n次Bezier曲线时,应可以输入控制点个数及控制点x,y坐标,输入数据可以放到文本文件中,以便调试。对于三次Bezier曲线,用多个曲线段拼接而成,并且要求曲线一阶导数连续。绘制Bezier曲面时,应可以输入控制多面体的顶点坐标与曲线的间距。-Bezier curve drawing n times, should be able to enter the number of control points and control points x, y coordinates, the i
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-24
    • 文件大小:1.37kb
    • 提供者:xsl
  1. Bezier

    0下载:
  2. 双三次Bezier曲面算法,很适合opengl的初学者,大家可以看看,可能有错误,多多包涵啊-Bicubic Bezier surface algorithm is very suitable for the opengl beginners, we can see, there may be mistakes, bear with me.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:246.16kb
    • 提供者:谭广朋
  1. Bezier-surface-algorithm

    0下载:
  2. mfc下的双三次Bezier曲面算法,可以进行双三次Bezier曲面算法逐步生成的演示,代码中含分步注释-mfc bicubic Bezier surface algorithm bicubic Bezier surface algorithm gradually generated presentation code containing step-by-step notes
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-06
    • 文件大小:2.85mb
    • 提供者:李洋
  1. Bezier-B-spline

    0下载:
  2. VS下opengl实现Bezier曲面和B-spline曲面绘制,支持鼠标三位变换。源代码。-Under VS opengl achieve Bezier surfaces and B-spline surface rendering, support for mouse three transformations. Source code.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-30
    • 文件大小:2.82kb
    • 提供者:小柚汁
  1. Bezier-B-Coons

    1下载:
  2. 同济大学高级图形学作业 Bezier曲面、B样条曲面和Coons曲面的生成算法。-Advanced Graphics Homework of Tongji University
  3. 所属分类:OpenGL program

    • 发布日期:2017-06-12
    • 文件大小:18.75mb
    • 提供者:qiaoluoer
  1. Bezier

    0下载:
  2. 在VC6++上,利用opengl图形库对Bezier曲面进行实现-On VC6++, use opengl graphics library to achieve Bezier Surfaces
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-29
    • 文件大小:163.61kb
    • 提供者:龙乾
  1. 贝塞尔曲面

    1下载:
  2. 利用OpenGL实现简单的Bezier曲面并添加纹理映射(bezier surface based on OpenGL)
  3. 所属分类:OpenGL

    • 发布日期:2018-01-07
    • 文件大小:129kb
    • 提供者:flyin
« 12 3 4 »
搜珍网 www.dssz.com