GRMay 17

A real time lighting technique for procedurally generated 2d isometric game terrains

arXiv:2605.1766629.71 citations
AI Analysis

This work addresses the need for automatic lighting in procedurally generated isometric game terrains, but the results are incremental and domain-specific.

The paper presents a real-time lighting technique for procedurally generated 2D isometric terrains that estimates 3D geometry from 2D objects to create a 2.5D effect, using opacity maps to address artifacts. Performance was evaluated across different hardware and found satisfactory, with positive feedback from gamers, programmers, and designers.

This work proposes an automatic real time lighting technique for procedurally generated isometric maps. The scenario is generated from a string seed and the proposed lighting system estimates the geometrical shape of the 2D objects as if they were 3D for further light interaction, therefore producing a 2.5D effect. We employ opacity maps to overcome an issue generated by the geometrical shape estimation. The solution is a coupled approach between the CPU and GPU. The produced visuals, gameplay and performance were evaluated by gamers, programmers and designers. Furthermore, the performance, in terms of frames per second, was evaluated over distinct graphics cards and processors and was satisfactory.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes