Browsing by Author "Gkaravelis, Anastasios"
Now showing 1 - 4 of 4
Results Per Page
Sort Options
Item Illumination-Guided Furniture Layout Optimization(The Eurographics Association and John Wiley & Sons Ltd., 2020) Vitsas, Nick; Papaioannou, Georgios; Gkaravelis, Anastasios; Vasilakis, Andreas-Alexandros; Panozzo, Daniele and Assarsson, UlfLighting plays a very important role in interior design. However, in the specific problem of furniture layout recommendation, illumination has been either neglected or addressed with empirical or very simplified solutions. The effectiveness of a particular layout in its expected task performance can be greatly affected by daylighting and artificial illumination in a non-trivial manner. In this paper, we introduce a robust method for furniture layout optimization guided by illumination constraints. The method takes into account all dominant light sources, such as sun light, skylighting and fixtures, while also being able to handle movable light emitters. For this task, the method introduces multiple generic illumination constraints and physically-based light transport estimators, operating alongside typical geometric design guidelines, in a unified manner. We demonstrate how to produce furniture arrangements that comply with important safety, comfort and efficiency illumination criteria, such as glare suppression, under complex light-environment interactions, which are very hard to handle using empirical or simplified models.Item Light Optimization for Detail Highlighting(The Eurographics Association and John Wiley & Sons Ltd., 2018) Gkaravelis, Anastasios; Papaioannou, Georgios; Fu, Hongbo and Ghosh, Abhijeet and Kopf, JohannesIn this paper we propose an effective technique for the automatic arrangement of spot lights and other luminaires on or near user-provided arbitrary mounting surfaces in order to highlight the geometric details of complex objects. Since potential applications include the lighting design for exhibitions and similar installations, the method takes into account obstructing geometry and potential occlusion from visitors and other non-permanent blocking geometry. Our technique generates the most appropriate position and orientation for light sources based on a local contrast maximization near salient geometric features and a clustering mechanism, producing consistent and view-independent results, with minimal user intervention. We validate our method with realistic test cases including multiple and disjoint exhibits as well as high occlusion scenarios.Item Parallel Transformation of Bounding Volume Hierarchies into Oriented Bounding Box Trees(The Eurographics Association and John Wiley & Sons Ltd., 2023) Vitsas, Nick; Evangelou, Iordanis; Papaioannou, Georgios; Gkaravelis, Anastasios; Myszkowski, Karol; Niessner, MatthiasOriented bounding box (OBB) hierarchies can be used instead of hierarchies based on axis-aligned bounding boxes (AABB), providing tighter fitting to the underlying geometric structures and resulting in improved interference tests, such as ray-geometry intersections. In this paper, we present a method for the fast, parallel transformation of an existing bounding volume hierarchy (BVH), based on AABBs, into a hierarchy based on oriented bounding boxes. To this end, we parallelise a high-quality OBB extraction algorithm from the literature to operate as a standalone OBB estimator and further extend it to efficiently build an OBB hierarchy in a bottom up manner. This agglomerative approach allows for fast parallel execution and the formation of arbitrary, high-quality OBBs in bounding volume hierarchies. The method is fully implemented on the GPU and extensively evaluated with ray intersections.Item Rayground: An Online Educational Tool for Ray Tracing(The Eurographics Association, 2020) Vitsas, Nick; Gkaravelis, Anastasios; Vasilakis, Andreas-Alexandros; Vardis, Konstantinos; Papaioannou, Georgios; Romero, Mario and Sousa Santos, BeatriceIn this paper, we present Rayground; an online, interactive education tool for richer in-class teaching and gradual self-study, which provides a convenient introduction into practical ray tracing through a standard shader-based programming interface. Setting up a basic ray tracing framework via modern graphics APIs, such as DirectX 12 and Vulkan, results in complex and verbose code that can be intimidating even for very competent students. On the other hand, Rayground aims to demystify ray tracing fundamentals, by providing a well-defined WebGL-based programmable graphics pipeline of configurable distinct ray tracing stages coupled with a simple scene description format. An extensive discussion is further offered describing how both undergraduate and postgraduate computer graphics theoretical lectures and laboratory sessions can be enhanced by our work, to achieve a broad understanding of the underlying concepts. Rayground is open, cross-platform, and available to everyone.