Multi-layer pyramidal displacement mapping
暂无分享,去创建一个
Many methods which represent complex surfaces using displacement map without many vertices have been researched. However, a single-layer displacement map cannot present more complex objects because it has only one displacement on every position. In this paper, we introduce the approach to render more complex objects using a multi-layer displacement map. Displacement values of the texture map are arranged by the ascending order. A pair of ordered displacement composes a geometry block and we use this property. For accurate ray search, we store the highest value for odd channels and the lowest value for even channels to generate a quad tree displacement map. Our ray search algorithm finds an accurate intersection between a viewing ray and a displacement using the hierarchical displacement map. We solve aliasing problems on grazing angles occurred in previous methods and render the result scene on real-time.
[1] Manuel Menezes de Oliveira Neto,et al. Real-time relief mapping on arbitrary polygonal surfaces , 2005, I3D '05.
[2] Kyoungsu Oh,et al. Pyramidal displacement mapping: a GPU based artifacts-free ray tracing through an image pyramid , 2006, VRST '06.
[3] Manuel Menezes de Oliveira Neto,et al. Relief mapping of non-height-field surface details , 2006, I3D '06.