- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
曲面浮雕的高效表示及3D打印算法-计算机辅助设计与图形学学报.PDF
29 10 Vol.29 No.10
2017 10 Journal of Computer-Aided Design Computer Graphics Oct. 2017
曲面浮雕的高效表示及 3D 打印算法
吴美娟, 王士玮, 石 磊, 杨周旺, 刘利刚*
( 中国科学技术大学数学科学学院 合肥 230026)
(lgliu@uatc.edu.cn)
: 针对3D 浮雕网格点数、面数空间占用大, 在打印过程中耗费内存等缺点, 提出将凹凸贴图表示的浮雕模型
直接进行切片完成打印, 并提出基于凹凸贴图的浮雕网格的 3D 打印自适应细分切片算法. 在切片过程中, 先对输入
的粗网格根据凹凸图深度信息进行自适应中点细分, 并更新细分后三角网格顶点的几何位置; 然后对生成的局部三
角网格集合与切片进行求交运算, 将所获得的交线段存储后释放此三角形集合的内存; 最后将生成的交线段重组成
闭合多边形, 生成打印路径, 交由打印机完成浮雕模型打印. 实验结果证明, 将凹凸贴图推广到 3D 打印中, 与传统
的打印过程进行对比, 该方法的空间利用率得到显著性提高.
: 凹凸贴图; 浮雕网格; 3D 切片; 自适应细分
: TP391.41
Effective Representation and 3D Printing for Bas-Relief
*
Wu Meijuan, Wang Shiwei, Shi Lei, Yang Zhouwang, and Liu Ligang
(School of Mathematical Sciences, University of Sciences and Technology of China, Hefei 230026)
Abstract: A large number of vertices and triangles in 3D relief models may result in much memory cost when 3D
printing them. To handle this problem, we present a novel and efficient approach for 3D relief meshes, which is
achieved by representing the input 3D fine relief mesh as a coarse mesh with a bump map and applying the slic-
ing computation on the coarse mesh instead of the fine mesh. The algorithm consists of three steps. First, the
coarse mesh is refined by an adaptive mid-point subdivision with the depth derived from the bump map. Second,
we compute and store the slicing using the refined mesh and then release the memory storage of this mesh. Fi-
nally, the slicing is used for generating the printing path in 3D printing. Experimental results have shown that the
proposed method has greatly improved the efficiency of computing and reduced the memory storage in 3
文档评论(0)