文件名称:曲线和曲面

  • 所属分类:
  • OpenGL
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2017-09-27
  • 文件大小:
  • 644kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • Dream*****
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

曲线和曲面Curves & Surfaces
实现一个简单的2D样条曲线编辑器。该编辑器应支持Bezier曲线和B样条曲线, 可以实现两种曲线的转换(仅对四个控制点的双三次样条曲线)。在你的曲线程序能工作后,将转到由这些曲线来产生曲面:旋转曲面和双三次Bezier 片.(Curves and surfaces Curves & Surfaces
To achieve a simple 2D spline editor. The editor should support the Bezier curve and the B spline curve, and you can achieve the conversion of the two curves (only the double three spline curve of the four control points). After your curve program can work, you'll go through the curves to produce surfaces: rotating surfaces and double three Bezier slices)
相关搜索: opengl
旋转

(系统自动生成,下载前可以参看下载内容)

下载文件列表

111152-陈均永-20151002692-作业1\README.txt

111152-陈均永-20151002692-作业1\代码及文件\arg_parser.h

111152-陈均永-20151002692-作业1\代码及文件\curve.h

111152-陈均永-20151002692-作业1\代码及文件\glCanvas.cpp

111152-陈均永-20151002692-作业1\代码及文件\glCanvas.h

111152-陈均永-20151002692-作业1\代码及文件\main.cpp

111152-陈均永-20151002692-作业1\代码及文件\matrix.cpp

111152-陈均永-20151002692-作业1\代码及文件\matrix.h

111152-陈均永-20151002692-作业1\代码及文件\output01_bezier.txt

111152-陈均永-20151002692-作业1\代码及文件\output01_bspline.txt

111152-陈均永-20151002692-作业1\代码及文件\output02_bezier.txt

111152-陈均永-20151002692-作业1\代码及文件\output02_bspline.txt

111152-陈均永-20151002692-作业1\代码及文件\output07_edit.txt

111152-陈均永-20151002692-作业1\代码及文件\patch_high.obj

111152-陈均永-20151002692-作业1\代码及文件\patch_low.obj

111152-陈均永-20151002692-作业1\代码及文件\patch_med.obj

111152-陈均永-20151002692-作业1\代码及文件\scene06_torus_high.txt

111152-陈均永-20151002692-作业1\代码及文件\scene06_torus_low.txt

111152-陈均永-20151002692-作业1\代码及文件\scene07_vase_high.txt

111152-陈均永-20151002692-作业1\代码及文件\scene07_vase_low.txt

111152-陈均永-20151002692-作业1\代码及文件\scene08_bezier_patch_high.txt

111152-陈均永-20151002692-作业1\代码及文件\scene08_bezier_patch_low.txt

111152-陈均永-20151002692-作业1\代码及文件\scene08_bezier_patch_med.txt

111152-陈均永-20151002692-作业1\代码及文件\scene09_teapot_high.txt

111152-陈均永-20151002692-作业1\代码及文件\scene09_teapot_low.txt

111152-陈均永-20151002692-作业1\代码及文件\scene10_transparent_vase.txt

111152-陈均永-20151002692-作业1\代码及文件\scene11_reflective_teapot.txt

111152-陈均永-20151002692-作业1\代码及文件\scene8_06_torus_high.txt

111152-陈均永-20151002692-作业1\代码及文件\scene8_06_torus_low.txt

111152-陈均永-20151002692-作业1\代码及文件\scene8_07_vase_high.txt

111152-陈均永-20151002692-作业1\代码及文件\scene8_07_vase_low.txt

111152-陈均永-20151002692-作业1\代码及文件\scene8_08_bezier_patch_high.txt

111152-陈均永-20151002692-作业1\代码及文件\scene8_08_bezier_patch_low.txt

111152-陈均永-20151002692-作业1\代码及文件\scene8_08_bezier_patch_med.txt

111152-陈均永-20151002692-作业1\代码及文件\scene8_09_teapot_high.txt

111152-陈均永-20151002692-作业1\代码及文件\scene8_09_teapot_low.txt

111152-陈均永-20151002692-作业1\代码及文件\scene8_10_transparent_vase.txt

111152-陈均永-20151002692-作业1\代码及文件\scene8_11_reflective_teapot.txt

111152-陈均永-20151002692-作业1\代码及文件\spline.cpp

111152-陈均永-20151002692-作业1\代码及文件\spline.h

111152-陈均永-20151002692-作业1\代码及文件\spline01_bezier.txt

111152-陈均永-20151002692-作业1\代码及文件\spline02_bspline.txt

111152-陈均永-20151002692-作业1\代码及文件\spline03_bezier.txt

111152-陈均永-20151002692-作业1\代码及文件\spline04_bspline.txt

111152-陈均永-20151002692-作业1\代码及文件\spline05_bspline_dups.txt

111152-陈均永-20151002692-作业1\代码及文件\spline06_torus.txt

111152-陈均永-20151002692-作业1\代码及文件\spline07_vase.txt

111152-陈均永-20151002692-作业1\代码及文件\spline08_bezier_patch.txt

111152-陈均永-20151002692-作业1\代码及文件\spline09_teapot.txt

111152-陈均永-20151002692-作业1\代码及文件\spline_parser.cpp

111152-陈均永-20151002692-作业1\代码及文件\spline_parser.h

111152-陈均永-20151002692-作业1\代码及文件\surface.h

111152-陈均永-20151002692-作业1\代码及文件\teapot_high.obj

111152-陈均永-20151002692-作业1\代码及文件\teapot_low.obj

111152-陈均永-20151002692-作业1\代码及文件\torus_high.obj

111152-陈均永-20151002692-作业1\代码及文件\torus_low.obj

111152-陈均永-20151002692-作业1\代码及文件\triangle_mesh.cpp

111152-陈均永-20151002692-作业1\代码及文件\triangle_mesh.h

111152-陈均永-20151002692-作业1\代码及文件\vase_high.obj

111152-陈均永-20151002692-作业1\代码及文件\vase_low.obj

111152-陈均永-20151002692-作业1\代码及文件\vase_very_high.obj

111152-陈均永-20151002692-作业1\代码及文件\vectors.h

111152-陈均永-20151002692-作业1\代码及文件

111152-陈均永-20151002692-作业1

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org