通过绘图选项选择绘制贝塞尔曲线或贝塞尔曲面。 左键选择控制点,右键进行绘制。 按delete键清除当前窗口图形并可以开始重新绘制。 按Y键进入控制点移动功能,将鼠标移动到需要移动的控制点并按住左键开始移动,按N键退出控制点移动功能。
2019-12-21 20:38:17 22.69MB mfc 交互界面 贝塞尔
1
实现Loop细分曲面算法, 内有程序说明DOC
2019-12-21 20:31:16 1.69MB Loop 细分曲面
1
可通过调用magnify来对获取的曲线曲面进行局部放大
2019-12-21 20:30:49 4KB 曲线曲面
1
使用opengl的反馈模式,获得glut函数绘制的曲面上某一曲线的所有点坐标,来形成动画。包括菜单显示、三维显示、运动速度调节等等。
2019-12-21 20:30:28 5KB opengl bezier 曲面 反馈模式
1
学习NURBS时写的NURBS曲线曲面的库-NurbsLib,用它就可以画NURBS曲线和曲面了。里面的源代码参照了The NURBS Book
2019-12-21 20:29:13 2.05MB Nurbs 曲线 曲面
1
一个原创的一个 Matlab gui 绘制三维曲面图小程序,很实用,也非常基础,包括一个按钮,一个图表,一个程序输入框组成。
2019-12-21 20:28:50 5KB matlab gui 绘图
1
里面的网址现在找不到了,但是资源又删不了,请大家不要下载了。 一个日本人的3D曲面逼近相关的科研成果,包括原始数据、代码及其发表的文章。内有详细列表及网址链接,有兴趣的可以下载看看。附其中一篇文章的题目及摘要: Sparse Low-degree Implicit Surfaces with Applications to High Quality Rendering, Feature Extraction, and Smoothing Abstract We propose a new surface representation delivering an accurate approximation to a set of points scattered over a smooth surface by Sparse Low-degree IMplicits (SLIM). The SLIM surface representation consists of a sparse multi-scale set of nonconforming surface primitives which are blended along view rays during the rendering phase. This new representation leads to an interactive real-time visualization of large-size models and delivers a better rendering quality than standard splatting techniques based on linear primitives. Further, SLIM allows us to achieve a fast and accurate estimation of surface curvature and curvature derivatives and, therefore, is very suitable for many non-photorealistic rendering tasks. Applications to ray-tracing and surface smoothing are also considered.
2019-12-21 20:23:50 437KB 三角网格 可视化反射线 谷脊线 VS
1
本程序为摄影测量学中使用,利用移动曲面拟合法进行DEM即数字高程模型的内插处理,适合于测绘及GIS专业学习或者计算使用,在计算误差要求不大的前提下可以使用本程序进行简单计算。也可在Arcgis的扩展中加成本程序。
2019-12-21 20:21:19 319KB C# DEM内插 曲面拟合 数字高程模型
1
matlab绘制B样条曲面的代码,包括均匀、准均匀、分段Bezier以及非均匀四种类型。main.m是入口函数,输入控制网格的顶点坐标,曲面的类型以及次数。
2019-12-21 20:20:56 4KB B样条曲面 matlab
1
双三次B样条曲面算法 计算机图形学 孔令德 案例源码 MFC
1