paper-with-me

Papers

Texel Splatting: Perspective-Stable 3D Pixel Art

2026-03-15 · Dylan Ebert arxiv

Rendering 3D scenes as pixel art requires that discrete pixels remain stable as the camera moves. Existing methods snap the camera to a grid. Under orthographic projection, this works: every pixel shifts by the same amount, and a single snap corrects all of them. Perspective breaks this. Pixels at different depths drift at different rates, and no single snap corrects all depths. Texel splatting avoids this entirely. Scene geometry is rendered into a cubemap from a fixed point in the world, and each texel is splatted to the screen as a world-space quad. Cubemap indexing gives rotation invariance. Grid-snapping the origin gives translation invariance. The primary limitation is that a fixed origin cannot see all geometry; disocclusion at probe boundaries remains an open tradeoff.

📄 PDF Abstract BibTeX arXiv:2603.14587

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DiffTex: Differentiable Texturing for Architectural Proxy Models

2025-09-27 · Weidan Xiong, Yongli Wu, Bochuan Zeng, Jianwei Guo 외 arxiv

Simplified proxy models are commonly used to represent architectural structures, reducing storage requirements and enabling real-time rendering. However, the geometric simplifications inherent in proxies result in a loss…

Mesh-Learner: Texturing Mesh with Spherical Harmonics

2025-04-28 · Yunfei Wan, Jianheng Liu, Jiarong Lin, Fu Zhang

In this paper, we present a 3D reconstruction and rendering framework termed Mesh-Learner that is natively compatible with traditional rasterization pipelines. It integrates mesh and spherical harmonic (SH) texture (i.e.…

3D ReconstructionCPUGPU

Collaborative Texture Filtering

2025-06-21 · Tomas Akenine-Möller, Pontus Ebelin, Matt Pharr, Bartlomiej Wronski

Recent advances in texture compression provide major improvements in compression ratios, but cannot use the GPU's texture units for decompression and filtering. This has led to the development of stochastic texture filte…

GPU

Texel-Att: Representing and Classifying Element-based Textures by Attributes

2019-08-29 · Marco Godi, Christian Joppi, Andrea Giachetti, Fabio Pellacini 외

Element-based textures are a kind of texture formed by nameable elements, the texels [1], distributed according to specific statistical distributions; it is of primary importance in many sectors, namely textile, fashion …

Attribute

Improved Stochastic Texture Filtering Through Sample Reuse

2025-04-07 · Bartlomiej Wronski, Matt Pharr, Tomas Akenine-Möller

Stochastic texture filtering (STF) has re-emerged as a technique that can bring down the cost of texture filtering of advanced texture compression methods, e.g., neural texture compression. However, during texture magnif…

Denoising