作者:
![]()
声明:转发本文,请联系作者授权
一个文本几何体可能包含一个,三个或五个几何体元素:
A text geometry may contain one, three, or five geometry elements:
如果它的extrusionDepth属性是0.0,文本几何体有一个元素对应它的可见面。
If its extrusionDepth property is 0.0, the text geometry has one element corresponding to its one visible side.
如果它的挤压深度(extrusionDepth)大于0,它的倒角半径(chamferRadius)属性是0.0,文本几何体有三个元素,对应它的前,后和受挤压的面。
If its extrusion depth is greater than zero and its chamferRadius property is 0.0, the text geometry has three elements, corresponding to its front, back, and extruded sides.
如果挤压深度和倒角半径都大于0,文本几何体有五个元素,对应它的前,后,受挤压面,前倒角,后倒角。
If both extrusion depth and chamfer radius are greater than zero, the text geometry has five elements, corresponding to its front, back, extruded sides, front chamfer, and back chamfer.
本文详细介绍了文本几何体根据其属性extrusionDepth和chamferRadius的不同设置所包含的几何体元素数量变化,包括一个可见面、三个元素(前后及受挤压面)以及五个元素(前后、受挤压面及前后倒角)的情况。
2897

被折叠的 条评论
为什么被折叠?



