中英
画家算法
  • 简明
  • 新汉英
  • 网络释义
  • 1

     painter's algorithm

    ...物体应该越清楚,这就是深度排序(depth sorting)。深度排序有两种常用的方法。 第一种方法称为画家算法painter's algorithm)。这种方法将对象划分成不同的多边形,由后往前对这些多边形进行排序,再按照排好的顺序绘制出这些多边形。

  • 2

     artist arithmetic

    画家算法

  • 双语例句
  • 1
    他们如何画基本上是画家算法
    How they draw is basically painters algorithm.
  • 2
    对电磁场图形后处理技术进行了研究,给出了数据预处理画家算法
    Post processing techniques to electromagnetic field graph are studied and the Painter Algorithm with data preprocessing is given.
  • 3
    透明性是相关的,因为为了得到透明的权利,你需要从后到前画多边形(从最接近的)使用画家算法
    Transparency is relevant, because in order to get transparency right, you need to draw polygons from back to front (from farthest to closest) using painter's algorithms.
查看更多
  • 百科
  • 画家算法

    画家算法也叫作优先填充,它是三维计算机图形学中处理可见性问题的一种解决方法。当将三维场景投影到二维平面的时候,需要确定哪些多边形是可见的,哪些是不可见的。

查看更多