搜索资源列表

  1. b-spline

    0下载:
  2. b样条曲线,有控制点的求法,还有用OPENGL显示算法-b-spline curves, the control point for France, there is use OpenGL display algorithm
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:8538
    • 提供者:王泽兵
  1. NurbsSurf

    0下载:
  2. VC编的OpenGL下显示非均匀有理B样条曲面(NURBS),可供图形学初学者参考-VC series of the OpenGL display non-uniform rational B-spline surfaces (NURBS), the reference graphics beginners
  3. 所属分类:OpenGL

    • 发布日期:2024-06-08
    • 文件大小:106496
    • 提供者:
  1. bspline

    0下载:
  2. 本人在VC集成开发环境下学习Opengl时编写的一些程序,b样条 -I VC integrated development environment for learning Opengl prepare some of the procedures, b-spline
  3. 所属分类:OpenGL

    • 发布日期:2024-06-08
    • 文件大小:1024
    • 提供者:张熙贤
  1. ComputerGraphic

    0下载:
  2. 用VC++寫的Bezier 以及 B-Spline 程式 可任意點-VC write Bezier and B-Spline programs can be arbitrary point
  3. 所属分类:图片显示浏览

    • 发布日期:2024-06-08
    • 文件大小:8573952
    • 提供者:程坤
  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
  3. 所属分类:OpenGL

    • 发布日期:2024-06-08
    • 文件大小:558080
    • 提供者:mimi
  1. b-spline

    1下载:
  2. b样条曲线,有控制点的求法,还有用OPENGL显示算法-b-spline curves, the control point for France, there is use OpenGL display algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-08
    • 文件大小:8192
    • 提供者:王泽兵
  1. erik_ferner

    0下载:
  2. Erik Ferner采用VC++与OPENGL开发的三维漫游软件,效果十分棒,带全套源代码,程序将把你带到圣诞树、森林、房子中漫游,摄影机沿着 B-Spline 曲线运动,十分平滑。灯光、火焰效果也是非常不错的。-Erik Ferner used VC++ With OPENGL roaming developed three-dimensional software, the effect of a very stick, with
  3. 所属分类:OpenGL

    • 发布日期:2024-06-08
    • 文件大小:2205696
    • 提供者:vrmlcode
  1. Bspline

    0下载:
  2. 通过C++和GLUT,用OPENGL 实现的 二次 B spline 曲线渲染。 鼠标左键点击,添加控制点,可以随意移动控制点来改变曲线。 适合OPENGL初学者了解曲线生成过程。-Through the C++ And GLUT, using OPENGL realized quadratic B spline curve rendering. Click the left mouse button, add control
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-06-08
    • 文件大小:38912
    • 提供者:dma
  1. MusicDer_Final

    0下载:
  2. 生成、显示B样条曲线: (1)用鼠标或者光标输入控制点,在屏幕上用图形符号标记显示。 (2)自定义输入曲线次数。 (3)可选择4种曲线类型。 (4)可以对顶点位置,曲线次数,曲线类型进行修改。-generation, showed that B-spline curves : (1) to use the mouse or the cursor input control points on the screen with graphi
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-06-08
    • 文件大小:2412544
    • 提供者:gaozheng
  1. B

    0下载:
  2. 用OpenGL中的函数绘制B样条曲线,并可以交互调节参数-Use OpenGL drawing function in the B-spline curves and can adjust parameters of interaction
  3. 所属分类:绘图程序

    • 发布日期:2024-06-08
    • 文件大小:1594368
    • 提供者:yang
  1. BiSheXin

    0下载:
  2. 基于VC++MFC以及openGL实现贝塞尔曲线,B样条曲线,Nurbs曲线的绘制,拖动控制点可以移动曲线-Based on VC++ MFC and achievement of openGL Bezier curves, B-Spline Curves, Nurbs curve drawing, drag the control point can move the curve
  3. 所属分类:图形图象

    • 发布日期:2024-06-08
    • 文件大小:2036736
    • 提供者:康曦
  1. BSpline

    0下载:
  2. OpenGL实现B样条曲线曲面,可看控制点,基函数,并且阶次可以自动升降,并添加纹理,光照等模式-OpenGL to achieve B-spline curves and surfaces, if we look at control points, basis functions, and can automatically order take-off and landing, and add texture, light, su
  3. 所属分类:3D图形编程

    • 发布日期:2024-06-08
    • 文件大小:8349696
    • 提供者:孙雷
  1. shiyan5

    0下载:
  2. 实验5 Bezier曲线 1.实验目的: 了解曲线的生成原理,掌握几种常见的曲线生成算法,利用VC+OpenGL实现Bezier曲线生成算法。 2.实验内容: (1) 结合示范代码了解曲线生成原理与算法实现,尤其是Bezier曲线; (2) 调试、编译、修改示范程序。 (3) 尝试实现B样条曲线算法。 -5 Bezier curve experiment 1. Experimental Objective:
  3. 所属分类:OpenGL

    • 发布日期:2024-06-08
    • 文件大小:596992
    • 提供者:jing
  1. BSpline

    0下载:
  2. 海量散乱数据重构的小程序,采用B样条插值和分层B样条算法,对B样条算法进行了封装,最后OPENGL显示重构的网格数据。可用于人脸海量数据重构及地形重构。需先载入数据。数据格式可参考代码内格式。-Massive small scattered data reconstruction procedures, the use of B-spline interpolation and hierarchical B-spline algorit
  3. 所属分类:OpenGL

    • 发布日期:2024-06-08
    • 文件大小:693248
    • 提供者:周翔
  1. Bspline

    0下载:
  2. C++ source, MFC and OpenGL B-Spline draw
  3. 所属分类:OpenGL

    • 发布日期:2024-06-08
    • 文件大小:1043456
    • 提供者:Jung2401
  1. Bspline_Face

    0下载:
  2. 基于mfc的实现B样条曲面拟合算法,使用OpenGL显示-Mfc-based implementation B-spline surface fitting algorithm using the OpenGL display
  3. 所属分类:OpenGL

    • 发布日期:2024-06-08
    • 文件大小:6668288
    • 提供者:caiye
  1. Bezier-and-B-spline-surface

    0下载:
  2. 一个利用VC++和OPENGL绘制bezier曲面B样条曲面的源程序。-a program of drawing bezier surface B spline surface by using VC++ and OPENGL
  3. 所属分类:绘图程序

    • 发布日期:2024-06-08
    • 文件大小:1933312
    • 提供者:刘林
  1. B-spline--Bezier-spline-surfaces

    0下载:
  2. OpenGL实现可控B样条、Bezier样条曲面-OpenGL implementation controlled B-spline, Bezier spline surfaces
  3. 所属分类:汇编语言

    • 发布日期:2024-06-08
    • 文件大小:925696
    • 提供者:huihui
  1. Bi-cubic-B-spline-surfaces

    0下载:
  2. 双三次B样条曲面案例的OpenGL编程,可绘制出曲面以及多边形-Bi-cubic B-spline surface case OpenGL programming, surfaces and polygons can be drawn out
  3. 所属分类:压缩解压

    • 发布日期:2024-06-08
    • 文件大小:254976
    • 提供者:木目
  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

    • 发布日期:2024-06-08
    • 文件大小:3072
    • 提供者:小柚汁
« 12 3 4 5 »

源码中国 www.ymcn.org