A simple embeddable 3D text viewer built with Three.js.
View on GitHub → FastedNgoding/3d-text-embed
This tool lets you display 3D text directly in the browser with lighting, bevel, animation, and customizable style using just URL parameters.
Parameter | Type | Description | Example |
---|---|---|---|
text | string | The 3D text to show | ?text=Hello |
color | string | Hex (no #) or name | ?color=11eee7 |
animation | string | idle, rotate, bounce, none | ?animation=rotate |
transparent | boolean | Transparent background | ?transparent=true |
<iframe
src="https://fastedngoding.github.io/3d-text-embed/src/models.html?text=Welcome&color=red&animation=idle&transparent=true"
style="width:100%; height:300px; border:none;"
allowfullscreen></iframe>
white
, red
, etc.11eee7
(or %2311eee7
)#
directly in URLs — encode it or omit it
Penampil teks 3D ringan dan bisa disematkan, dibangun dengan Three.js.
Lihat di GitHub → FastedNgoding/3d-text-embed
Tool ini memungkinkan kamu menampilkan teks 3D langsung di browser, lengkap dengan pencahayaan, bevel, animasi, dan pengaturan lewat URL.
Parameter | Tipe | Deskripsi | Contoh |
---|---|---|---|
text | string | Teks yang ditampilkan | ?text=Halo |
color | string | Nama warna atau hex | ?color=11eee7 |
animation | string | idle, rotate, bounce, none | ?animation=rotate |
transparent | boolean | Background transparan | ?transparent=true |
<iframe
src="https://fastedngoding.github.io/3d-text-embed/src/models.html?text=Selamat+Datang&color=11eee7&animation=rotate"
style="width:100%; height:300px; border:none;"
allowfullscreen></iframe>
white
, red
11eee7
atau %2311eee7
#
langsung di URL — encode atau hilangkan