3D Text Embed – Documentation

A simple embeddable 3D text viewer built with Three.js.
View on GitHub → FastedNgoding/3d-text-embed

What Is This?

This tool lets you display 3D text directly in the browser with lighting, bevel, animation, and customizable style using just URL parameters.

Parameters

ParameterTypeDescriptionExample
textstringThe 3D text to show?text=Hello
colorstringHex (no #) or name?color=11eee7
animationstringidle, rotate, bounce, none?animation=rotate
transparentbooleanTransparent background?transparent=true

How to Embed (iframe)

<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>

Color Tips

Thank You

Dokumentasi 3D Text Embed

Penampil teks 3D ringan dan bisa disematkan, dibangun dengan Three.js.
Lihat di GitHub → FastedNgoding/3d-text-embed

Apa Ini?

Tool ini memungkinkan kamu menampilkan teks 3D langsung di browser, lengkap dengan pencahayaan, bevel, animasi, dan pengaturan lewat URL.

Parameter URL

ParameterTipeDeskripsiContoh
textstringTeks yang ditampilkan?text=Halo
colorstringNama warna atau hex?color=11eee7
animationstringidle, rotate, bounce, none?animation=rotate
transparentbooleanBackground transparan?transparent=true

Contoh Embed (iframe)

<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>

Tips Warna

Terima Kasih