~ubuntu-branches/ubuntu/utopic/castle-game-engine/utopic

« back to all changes in this revision

Viewing changes to doc/pasdoc/html/X3DNodes.TText3DNode.html

  • Committer: Package Import Robot
  • Author(s): Abou Al Montacir
  • Date: 2013-04-27 18:06:40 UTC
  • Revision ID: package-import@ubuntu.com-20130427180640-eink4nmwzuivez1c
Tags: upstream-4.0.1
ImportĀ upstreamĀ versionĀ 4.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
 
2
<html>
 
3
<head>
 
4
<title>Castle Game Engine: X3DNodes: Class TText3DNode</title>
 
5
<meta name="generator" content="PasDoc 0.12.1">
 
6
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
 
7
<link rel="StyleSheet" type="text/css" href="pasdoc.css">
 
8
</head>
 
9
<body>
 
10
<table class="container"><tr><td class="navigation">
 
11
<h2>Castle Game Engine</h2><p><a href="introduction.html" class="navigation">Introduction</a></p><p><a href="AllUnits.html" class="navigation">Units</a></p><p><a href="ClassHierarchy.html" class="navigation">Class Hierarchy</a></p><p><a href="AllClasses.html" class="navigation">Classes, Interfaces, Objects and Records</a></p><p><a href="AllTypes.html" class="navigation">Types</a></p><p><a href="AllVariables.html" class="navigation">Variables</a></p><p><a href="AllConstants.html" class="navigation">Constants</a></p><p><a href="AllFunctions.html" class="navigation">Functions and Procedures</a></p><p><a href="AllIdentifiers.html" class="navigation">Identifiers</a></p></td><td class="content">
 
12
<a name="TText3DNode"></a><h1 class="cio">Class TText3DNode</h1>
 
13
<table class="sections wide_list">
 
14
<tr>
 
15
<td><a class="section" href="#PasDoc-Description">Description</a></td><td><a class="section" href="#PasDoc-Hierarchy">Hierarchy</a></td><td>Fields</td><td><a class="section" href="#PasDoc-Methods">Methods</a></td><td><a class="section" href="#PasDoc-Properties">Properties</a></td></tr></table>
 
16
<a name="PasDoc-Description"></a><h2 class="unit">Unit</h2>
 
17
<p class="unitlink">
 
18
<a  href="X3DNodes.html">X3DNodes</a></p>
 
19
<h2 class="declaration">Declaration</h2>
 
20
<p class="declaration">
 
21
<code>type TText3DNode = class(<a class="normal" href="X3DNodes.TAbstractX3DGeometryNode.html">TAbstractX3DGeometryNode</a>)</code></p>
 
22
<h2 class="description">Description</h2>
 
23
<div class="nodescription">no description available, TAbstractX3DGeometryNode description follows</div><div class="nodescription">no description available, TAbstractGeometryNode description follows</div><p>
 
24
Geometry nodes are the only nodes that produces some visible results during rendering. Much of the VRML language is just a method of describing properties how geometry nodes are displayed (materials, transformations, lighting).
 
25
 
 
26
<p>A few things that make geometry node special : </p>
 
27
 
 
28
<ul class="paragraph_spacing">
 
29
  <li><p>Only geometry nodes may have [Local]<a class="normal" href="X3DNodes.TAbstractGeometryNode.html#BoundingBox">BoundingBox</a>.</p></li>
 
30
  <li><p> Only geometry nodes define something visible &quot;in usual way&quot; during rendering (Some other nodes in VRML / X3D are visible but in an unusual way, like Background and Fog. These nodes must be rendered in a special way &mdash; they are not affected in any usual way by the current transformation matrix etc.)</p></li>
 
31
  <li><p> Geometry nodes are never &quot;grouping nodes&quot;, in particular there's never a geometry node that is (direct or indirect) child of another geometry node. So there's no need to be concerned whether geometry nodes' children are included in things like [Local]<a class="normal" href="X3DNodes.TAbstractGeometryNode.html#BoundingBox">BoundingBox</a> or Triangles/<a class="normal" href="X3DNodes.TAbstractGeometryNode.html#VerticesCount">VerticesCount</a>.</p></li>
 
32
  <li><p> Geometry nodes don't affect anything in graph traverse state. (This is important mostly for VRML 1.0, since in newer VRML / X3D &quot;graph traverse state&quot; is not that important.)</p></li>
 
33
</ul>
 
34
 
 
35
<p>
 
36
 
 
37
<p>For X3D, this descends from <a class="normal" href="X3DNodes.TAbstractNode.html">TAbstractNode</a>, and <a class="normal" href="X3DNodes.TAbstractX3DGeometryNode.html">TAbstractX3DGeometryNode</a> descends from us. This way in X3D <a class="normal" href="X3DNodes.TAbstractX3DGeometryNode.html">TAbstractX3DGeometryNode</a> descends from this, and also X3D hierarchy is preserved (X3DGeometryNode must descend from X3DNode).</p>
 
38
<a name="PasDoc-Hierarchy"></a><h2 class="hierarchy">Hierarchy</h2>
 
39
<ul class="hierarchy"><li class="ancestor">TPersistent</li>
 
40
<li class="ancestor"><a class="normal" href="CastleInterfaces.TNonRefCountedInterfacedPersistent.html">TNonRefCountedInterfacedPersistent</a></li>
 
41
<li class="ancestor"><a class="normal" href="X3DFields.TX3DFileItem.html">TX3DFileItem</a></li>
 
42
<li class="ancestor"><a class="normal" href="X3DNodes.TX3DNode.html">TX3DNode</a></li>
 
43
<li class="ancestor"><a class="normal" href="X3DNodes.TAbstractNode.html">TAbstractNode</a></li>
 
44
<li class="ancestor"><a class="normal" href="X3DNodes.TAbstractGeometryNode.html">TAbstractGeometryNode</a></li>
 
45
<li class="ancestor"><a class="normal" href="X3DNodes.TAbstractX3DGeometryNode.html">TAbstractX3DGeometryNode</a></li>
 
46
<li class="thisitem">TText3DNode</li></ul><h2 class="overview">Overview</h2>
 
47
<a name="PasDoc-Methods"></a><h3 class="summary">Methods</h3>
 
48
<table class="summary wide_list">
 
49
<tr class="list">
 
50
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
51
<td class="itemcode"><code>procedure <b><a  href="X3DNodes.TText3DNode.html#CreateNode">CreateNode</a></b>; override;</code></td>
 
52
</tr>
 
53
<tr class="list2">
 
54
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
55
<td class="itemcode"><code>class function <b><a  href="X3DNodes.TText3DNode.html#ClassNodeTypeName">ClassNodeTypeName</a></b>: string; override;</code></td>
 
56
</tr>
 
57
<tr class="list">
 
58
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
59
<td class="itemcode"><code>class function <b><a  href="X3DNodes.TText3DNode.html#URNMatching">URNMatching</a></b>(const URN: string): boolean; override;</code></td>
 
60
</tr>
 
61
<tr class="list2">
 
62
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
63
<td class="itemcode"><code>function <b><a  href="X3DNodes.TText3DNode.html#LocalBoundingBox">LocalBoundingBox</a></b>(State: <a  href="X3DNodes.TX3DGraphTraverseState.html">TX3DGraphTraverseState</a>; ProxyGeometry: <a  href="X3DNodes.TAbstractGeometryNode.html">TAbstractGeometryNode</a>; ProxyState: <a  href="X3DNodes.TX3DGraphTraverseState.html">TX3DGraphTraverseState</a>): <a  href="CastleBoxes.TBox3D.html">TBox3D</a>; override;</code></td>
 
64
</tr>
 
65
<tr class="list">
 
66
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
67
<td class="itemcode"><code>function <b><a  href="X3DNodes.TText3DNode.html#VerticesCount">VerticesCount</a></b>(State: <a  href="X3DNodes.TX3DGraphTraverseState.html">TX3DGraphTraverseState</a>; OverTriangulate: boolean; ProxyGeometry: <a  href="X3DNodes.TAbstractGeometryNode.html">TAbstractGeometryNode</a>; ProxyState: <a  href="X3DNodes.TX3DGraphTraverseState.html">TX3DGraphTraverseState</a>): Cardinal; override;</code></td>
 
68
</tr>
 
69
<tr class="list2">
 
70
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
71
<td class="itemcode"><code>function <b><a  href="X3DNodes.TText3DNode.html#TrianglesCount">TrianglesCount</a></b>(State: <a  href="X3DNodes.TX3DGraphTraverseState.html">TX3DGraphTraverseState</a>; OverTriangulate: boolean; ProxyGeometry: <a  href="X3DNodes.TAbstractGeometryNode.html">TAbstractGeometryNode</a>; ProxyState: <a  href="X3DNodes.TX3DGraphTraverseState.html">TX3DGraphTraverseState</a>): Cardinal; override;</code></td>
 
72
</tr>
 
73
<tr class="list">
 
74
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
75
<td class="itemcode"><code>function <b><a  href="X3DNodes.TText3DNode.html#FontStyle">FontStyle</a></b>: <a  href="X3DNodes.TFontStyleNode.html">TFontStyleNode</a>;</code></td>
 
76
</tr>
 
77
</table>
 
78
<a name="PasDoc-Properties"></a><h3 class="summary">Properties</h3>
 
79
<table class="summary wide_list">
 
80
<tr class="list">
 
81
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
82
<td class="itemcode"><code>property <b><a  href="X3DNodes.TText3DNode.html#FdString">FdString</a></b>: <a  href="X3DFields.TMFString.html">TMFString</a> read FFdString;</code></td>
 
83
</tr>
 
84
<tr class="list2">
 
85
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
86
<td class="itemcode"><code>property <b><a  href="X3DNodes.TText3DNode.html#FdFontStyle">FdFontStyle</a></b>: <a  href="X3DNodes.TSFNode.html">TSFNode</a> read FFdFontStyle;</code></td>
 
87
</tr>
 
88
<tr class="list">
 
89
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
90
<td class="itemcode"><code>property <b><a  href="X3DNodes.TText3DNode.html#FdLength">FdLength</a></b>: <a  href="X3DFields.TMFFloat.html">TMFFloat</a> read FFdLength;</code></td>
 
91
</tr>
 
92
<tr class="list2">
 
93
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
94
<td class="itemcode"><code>property <b><a  href="X3DNodes.TText3DNode.html#FdMaxExtent">FdMaxExtent</a></b>: <a  href="X3DFields.TSFFloat.html">TSFFloat</a> read FFdMaxExtent;</code></td>
 
95
</tr>
 
96
<tr class="list">
 
97
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
98
<td class="itemcode"><code>property <b><a  href="X3DNodes.TText3DNode.html#FdDepth">FdDepth</a></b>: <a  href="X3DFields.TSFFloat.html">TSFFloat</a> read FFdDepth;</code></td>
 
99
</tr>
 
100
<tr class="list2">
 
101
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
102
<td class="itemcode"><code>property <b><a  href="X3DNodes.TText3DNode.html#FdSolid">FdSolid</a></b>: <a  href="X3DFields.TSFBool.html">TSFBool</a> read FFdSolid;</code></td>
 
103
</tr>
 
104
</table>
 
105
<h2 class="description">Description</h2>
 
106
<h3 class="detail">Methods</h3>
 
107
<table class="detail wide_list">
 
108
<tr class="list">
 
109
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
110
<td class="itemcode"><a name="CreateNode"></a><code>procedure <b>CreateNode</b>; override;</code></td>
 
111
</tr>
 
112
<tr><td colspan="2">
 
113
&nbsp;</td></tr>
 
114
</table>
 
115
<table class="detail wide_list">
 
116
<tr class="list">
 
117
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
118
<td class="itemcode"><a name="ClassNodeTypeName"></a><code>class function <b>ClassNodeTypeName</b>: string; override;</code></td>
 
119
</tr>
 
120
<tr><td colspan="2">
 
121
&nbsp;</td></tr>
 
122
</table>
 
123
<table class="detail wide_list">
 
124
<tr class="list">
 
125
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
126
<td class="itemcode"><a name="URNMatching"></a><code>class function <b>URNMatching</b>(const URN: string): boolean; override;</code></td>
 
127
</tr>
 
128
<tr><td colspan="2">
 
129
&nbsp;</td></tr>
 
130
</table>
 
131
<table class="detail wide_list">
 
132
<tr class="list">
 
133
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
134
<td class="itemcode"><a name="LocalBoundingBox"></a><code>function <b>LocalBoundingBox</b>(State: <a  href="X3DNodes.TX3DGraphTraverseState.html">TX3DGraphTraverseState</a>; ProxyGeometry: <a  href="X3DNodes.TAbstractGeometryNode.html">TAbstractGeometryNode</a>; ProxyState: <a  href="X3DNodes.TX3DGraphTraverseState.html">TX3DGraphTraverseState</a>): <a  href="CastleBoxes.TBox3D.html">TBox3D</a>; override;</code></td>
 
135
</tr>
 
136
<tr><td colspan="2">
 
137
&nbsp;</td></tr>
 
138
</table>
 
139
<table class="detail wide_list">
 
140
<tr class="list">
 
141
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
142
<td class="itemcode"><a name="VerticesCount"></a><code>function <b>VerticesCount</b>(State: <a  href="X3DNodes.TX3DGraphTraverseState.html">TX3DGraphTraverseState</a>; OverTriangulate: boolean; ProxyGeometry: <a  href="X3DNodes.TAbstractGeometryNode.html">TAbstractGeometryNode</a>; ProxyState: <a  href="X3DNodes.TX3DGraphTraverseState.html">TX3DGraphTraverseState</a>): Cardinal; override;</code></td>
 
143
</tr>
 
144
<tr><td colspan="2">
 
145
&nbsp;</td></tr>
 
146
</table>
 
147
<table class="detail wide_list">
 
148
<tr class="list">
 
149
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
150
<td class="itemcode"><a name="TrianglesCount"></a><code>function <b>TrianglesCount</b>(State: <a  href="X3DNodes.TX3DGraphTraverseState.html">TX3DGraphTraverseState</a>; OverTriangulate: boolean; ProxyGeometry: <a  href="X3DNodes.TAbstractGeometryNode.html">TAbstractGeometryNode</a>; ProxyState: <a  href="X3DNodes.TX3DGraphTraverseState.html">TX3DGraphTraverseState</a>): Cardinal; override;</code></td>
 
151
</tr>
 
152
<tr><td colspan="2">
 
153
&nbsp;</td></tr>
 
154
</table>
 
155
<table class="detail wide_list">
 
156
<tr class="list">
 
157
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
158
<td class="itemcode"><a name="FontStyle"></a><code>function <b>FontStyle</b>: <a  href="X3DNodes.TFontStyleNode.html">TFontStyleNode</a>;</code></td>
 
159
</tr>
 
160
<tr><td colspan="2">
 
161
<p>
 
162
This returns FdFontStyle.Value. Returns nil if FdFontStyle.Value is nil or if it's not <a class="normal" href="X3DNodes.TFontStyleNode.html">TFontStyleNode</a>.</p>
 
163
</td></tr>
 
164
</table>
 
165
<h3 class="detail">Properties</h3>
 
166
<table class="detail wide_list">
 
167
<tr class="list">
 
168
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
169
<td class="itemcode"><a name="FdString"></a><code>property <b>FdString</b>: <a  href="X3DFields.TMFString.html">TMFString</a> read FFdString;</code></td>
 
170
</tr>
 
171
<tr><td colspan="2">
 
172
&nbsp;</td></tr>
 
173
</table>
 
174
<table class="detail wide_list">
 
175
<tr class="list">
 
176
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
177
<td class="itemcode"><a name="FdFontStyle"></a><code>property <b>FdFontStyle</b>: <a  href="X3DNodes.TSFNode.html">TSFNode</a> read FFdFontStyle;</code></td>
 
178
</tr>
 
179
<tr><td colspan="2">
 
180
&nbsp;</td></tr>
 
181
</table>
 
182
<table class="detail wide_list">
 
183
<tr class="list">
 
184
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
185
<td class="itemcode"><a name="FdLength"></a><code>property <b>FdLength</b>: <a  href="X3DFields.TMFFloat.html">TMFFloat</a> read FFdLength;</code></td>
 
186
</tr>
 
187
<tr><td colspan="2">
 
188
&nbsp;</td></tr>
 
189
</table>
 
190
<table class="detail wide_list">
 
191
<tr class="list">
 
192
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
193
<td class="itemcode"><a name="FdMaxExtent"></a><code>property <b>FdMaxExtent</b>: <a  href="X3DFields.TSFFloat.html">TSFFloat</a> read FFdMaxExtent;</code></td>
 
194
</tr>
 
195
<tr><td colspan="2">
 
196
&nbsp;</td></tr>
 
197
</table>
 
198
<table class="detail wide_list">
 
199
<tr class="list">
 
200
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
201
<td class="itemcode"><a name="FdDepth"></a><code>property <b>FdDepth</b>: <a  href="X3DFields.TSFFloat.html">TSFFloat</a> read FFdDepth;</code></td>
 
202
</tr>
 
203
<tr><td colspan="2">
 
204
&nbsp;</td></tr>
 
205
</table>
 
206
<table class="detail wide_list">
 
207
<tr class="list">
 
208
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
209
<td class="itemcode"><a name="FdSolid"></a><code>property <b>FdSolid</b>: <a  href="X3DFields.TSFBool.html">TSFBool</a> read FFdSolid;</code></td>
 
210
</tr>
 
211
<tr><td colspan="2">
 
212
&nbsp;</td></tr>
 
213
</table>
 
214
<hr noshade size="1"><span class="appinfo"><em>Generated by <a  href="http://pasdoc.sourceforge.net/">PasDoc 0.12.1</a> on 2013-02-04 20:26:56</em>
 
215
</span>
 
216
</td></tr></table></body></html>