| Server IP : 217.154.3.148 / Your IP : 216.73.216.90 Web Server : Apache System : Linux blissful-wright.217-154-3-148.plesk.page 6.8.0-124-generic #124-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 13:00:45 UTC 2026 x86_64 User : gracious-boyd_hfhh1h8vo9n ( 10000) PHP Version : 8.3.31 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/gracious-boyd.217-154-3-148.plesk.page/nextjs/src/config/ |
Upload File : |
import type { TileScene } from '@/src/types/tiles';
const BASE_PATH = process.env.NEXT_PUBLIC_BASE_PATH || '/nextjs';
export const TILE_SCENES: TileScene[] = [
{
id: 'kitchen_front_01',
label: 'Küche – frontal (10 x 4)',
imageUrl: `${BASE_PATH}/scenes/kitchen_front_01.jpg`,
cols: 10,
rows: 4,
tileWidthPx: 60,
tileHeightPx: 60,
offsetX: 260,
offsetY: 260,
groutColor: 'rgba(255,255,255,0.82)',
overlayFilter: 'brightness(0.98) contrast(1.03) saturate(0.97)',
perspectiveTransform: 'perspective(1400px) rotateX(1deg)',
},
{
id: 'bath_front_01',
label: 'Bad – frontal (8 x 3)',
imageUrl: `${BASE_PATH}/scenes/bath_front_01.jpg`,
cols: 8,
rows: 3,
tileWidthPx: 85,
tileHeightPx: 85,
offsetX: 220,
offsetY: 200,
groutColor: 'rgba(250,250,250,0.8)',
overlayFilter: 'brightness(1.0) contrast(1.02)',
perspectiveTransform: 'perspective(1200px) rotateX(0.6deg)',
},
];