mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-15 10:37:56 +01:00
43 lines
1.3 KiB
HTML
43 lines
1.3 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<script src="../../../list.js"></script>
|
||
|
<script src="../../../page.js"></script>
|
||
|
<link type="text/css" rel="stylesheet" href="../../../page.css" />
|
||
|
</head>
|
||
|
<body>
|
||
|
[page:ExtrudeGeometry] →
|
||
|
|
||
|
<h1>[name]</h1>
|
||
|
|
||
|
<div class="desc">This object creates an 3D object of text as a single object.</div>
|
||
|
|
||
|
|
||
|
<h2>Constructor</h2>
|
||
|
|
||
|
|
||
|
<h3>[name]([page:String text], [page:Object parameters])</h3>
|
||
|
<div>
|
||
|
text — The text that needs to be shown. <br />
|
||
|
parameters — Object that can contain the following parameters.
|
||
|
<ul>
|
||
|
<li>size — Float. Size of the text.</li>
|
||
|
<li>height — Float. Thickness to extrude text. Default is 50.</li>
|
||
|
<li>curveSegments — Integer. Number of points on the curves.</li>
|
||
|
<li>font — String. Font name.</li>
|
||
|
<li>weight — String. Font weight (normal, bold).</li>
|
||
|
<li>style — String. Font style (normal, italics).</li>
|
||
|
<li>bevelEnabled — Boolean. Turn on bevel. Default is False.</li>
|
||
|
<li>bevelThickness — Float. How deep into text bevel goes. Default is 10.</li>
|
||
|
<li>bevelSize — Float. How far from text outline is bevel. Default is 8.</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<h2>Source</h2>
|
||
|
|
||
|
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
|
||
|
</body>
|
||
|
</html>
|