W3Cschool
恭喜您成為首批注冊用戶
獲得88經(jīng)驗(yàn)值獎(jiǎng)勵(lì)
一個(gè)用于將文本生成為單一的幾何體的類。 它是由一串給定的文本,以及由加載的font(字體)和該幾何體ExtrudeGeometry父類中的設(shè)置所組成的參數(shù)來構(gòu)造的。
const loader = new FontLoader();
loader.load( 'fonts/helvetiker_regular.typeface.json', function ( font ) {
const geometry = new TextGeometry( 'Hello three.js!', {
font: font,
size: 80,
height: 5,
curveSegments: 12,
bevelEnabled: true,
bevelThickness: 10,
bevelSize: 8,
bevelSegments: 5
} );
} );
text — 將要顯示的文本。
parameters — 包含有下列參數(shù)的對象:
文本幾何體使用 typeface.json所生成的字體。 一些已有的字體可以在/examples/fonts中找到,且必須在頁面中引入。
字體 | 字重 | 風(fēng)格 | 文件路徑 |
---|---|---|---|
helvetiker | normal | normal | /examples/fonts/helvetiker_regular.typeface.json |
helvetiker | bold | normal | /examples/fonts/helvetiker_bold.typeface.json |
optimer | normal | normal | /examples/fonts/optimer_regular.typeface.json |
optimer | bold | normal | /examples/fonts/optimer_bold.typeface.json |
gentilis | normal | normal | /examples/fonts/gentilis_regular.typeface.json |
gentilis | bold | normal | /examples/fonts/gentilis_bold.typeface.json |
droid sans | normal | normal | /examples/fonts/droid/droid_sans_regular.typeface.json |
droid sans | bold | normal | /examples/fonts/droid/droid_sans_bold.typeface.json |
droid serif | normal | normal | /examples/fonts/droid/droid_serif_regular.typeface.json |
droid serif | bold | normal | /examples/fonts/droid/droid_serif_bold.typeface.json |
共有屬性請參見其基類ExtrudeGeometry。
一個(gè)包含著構(gòu)造函數(shù)中每個(gè)參數(shù)的對象。在對象實(shí)例化之后,對該屬性的任何修改都不會改變這個(gè)幾何體。
共有方法請參見其基類ExtrudeGeometry。
examples/jsm/geometries/TextGeometry.js
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網(wǎng)安備35020302033924號
違法和不良信息舉報(bào)電話:173-0602-2364|舉報(bào)郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯(lián)系方式:
更多建議: