TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Voxels vs. Polygons

35 点作者 four大约 12 年前

3 条评论

drakaal大约 12 年前
Voxels make sense in some types of 3D printing. But for almost none of the reasons the Author described.<p>The author makes a case that every 3D print manufacture has known since the day they started. Each "squirt" of print media is a volumetric dot. A Voxel.<p>The problem is that each brand printer has a different sized "dot". So the Voxels from one format might not directly correspond to your object. Sure some printers could print at a lower resolution [larger dot / voxel], but rendering a pattern from a smaller voxel to a larger is VERY difficult. Errors result in pieces that don't connect, or detail being removed.<p>Polygons work like the "How many tennis balls on the bus" and create a container for the media, but also allow for non spherical output. You can build a column or an arch from a steady stream of media. You can't do this with voxels.<p>Voxels would work better if we were in Zero Gs as well because Printers can't actually make round dots, they are always deformed by gravity and contact.
drawkbox大约 12 年前
Voxels have long been a goal in 3d gaming/graphic but no major need since it changes things quite heavily in how assets are designed (pipeline changes). But for 3d printing, it makes total sense and might be something that pushes voxel use over tessellation and other tricks.
gosub大约 12 年前
Does anybody know if there is an extension of run-length encoding to volumetric 3d data?
评论 #5621155 未加载
评论 #5620862 未加载
评论 #5620715 未加载