cin ali mısır gevrekleri
Bir müşteri için Blender ortamında render alındı.
<button class="carousel-nav carousel-prev" aria-label="Previous image">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15 18L9 12L15 6" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</button>
<button class="carousel-nav carousel-next" aria-label="Next image">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 18L15 12L9 6" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</button>
<!-- Zoom and Fullscreen Controls (always show) -->
<div class="carousel-controls">
<button class="carousel-control-btn zoom-reset-btn" aria-label="Reset zoom" style="display: none;">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1 4v6h6M23 20v-6h-6" stroke="currentColor" stroke-width="2"/>
<path d="M20.49 9A9 9 0 0 0 5.64 5.64L1 10m22 4l-4.64 4.36A9 9 0 0 1 3.51 15" stroke="currentColor" stroke-width="2"/>
</svg>
</button>
<button class="carousel-control-btn zoom-out-btn" aria-label="Zoom out">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="11" cy="11" r="8" stroke="currentColor" stroke-width="2"/>
<path d="M8 11h6" stroke="currentColor" stroke-width="2"/>
<path d="M21 21l-4.35-4.35" stroke="currentColor" stroke-width="2"/>
</svg>
</button>
<button class="carousel-control-btn zoom-in-btn" aria-label="Zoom in">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="11" cy="11" r="8" stroke="currentColor" stroke-width="2"/>
<path d="M8 11h6M11 8v6" stroke="currentColor" stroke-width="2"/>
<path d="M21 21l-4.35-4.35" stroke="currentColor" stroke-width="2"/>
</svg>
</button>
<button class="carousel-control-btn fullscreen-btn" aria-label="View fullscreen">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3" stroke="currentColor" stroke-width="2"/>
</svg>
</button>
<span class="zoom-indicator">100%</span>
</div>
<!-- Dots Navigation -->
<div class="carousel-dots">
<button class="carousel-dot active"
data-slide="0"
aria-label="Go to image 1"></button>
<button class="carousel-dot "
data-slide="1"
aria-label="Go to image 2"></button>
</div>
</div> </div>
Bu proje, Blender kullanarak 3D mockup render çalışması olarak gerçekleştirildi. Farklı açılardan alınan görüntüler yukarıdaki karuselde incelenebilir. –>