1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.3//EN" "https://www.web3d.org/specifications/x3d-3.3.dtd">
|
3 | <X3D profile='Immersive' version='3.3' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='https://www.web3d.org/specifications/x3d-3.3.xsd'> |
4 | <head> |
5 | <meta name='title' content='TextHaveFunWithX3D.x3d'/> |
6 | <meta name='description' content='Simple smiley-face example illustrating an emoticon character entity, used within an MFString Text.'/> |
7 | <meta name='creator' content='Don Brutzman'/> |
8 | <meta name='created' content='26 April 2017'/> |
9 | <meta name='modified' content='18 June 2024'/> |
10 | <meta name='Image' content='TextHaveFunWithX3D.png'/> |
11 | <meta name='reference' content='[x3d-public] special characters and fonts: extending FontStyle family/url for font file'/> |
12 | <meta name='reference' content='https://web3d.org/pipermail/x3d-public_web3d.org/2024-May/020447.html'/> |
13 | <meta name='reference' content='http://unicode.org/emoji/charts/full-emoji-list.html'/> |
14 | <meta name='reference' content='https://en.wikipedia.org/wiki/Emoticons_(Unicode_block)'/> |
15 | <meta name='reference' content='https://en.wikipedia.org/wiki/Universal_Character_Set_characters'/> |
16 | <meta name='reference' content='https://www.w3.org/TR/html4/sgml/entities.html'/> |
17 | <meta name='reference' content='https://dev.w3.org/html5/html-author/charref'/> |
18 | <meta name='reference' content='https://www.w3.org/wiki/Common_HTML_entities_used_for_typography'/> |
19 | <meta name='reference' content='Wikipedia: Web typography https://en.wikipedia.org/wiki/Web_typography#Web_fonts'/> |
20 | <meta name='reference' content='Fonts on the Web https://www.w3.org/Fonts'/> |
21 | <meta name='reference' content='History of the Web: The Decade-Long Path to Web Fonts https://thehistoryoftheweb.com/web-fonts'/> |
22 | <meta name='reference' content='https://X3dGraphics.com'/> |
23 | <meta name='reference' content='https://create3000.github.io/x_ite/components/text/fontstyle/#supported-file-formats'/> |
24 | <meta name='Image' content='TextHaveFunWithX3D_SerifX_ITE.png'/> |
25 | <meta name='reference' content='https://www.web3d.org/x3d/content/examples/X3dResources.html'/> |
26 | <meta name='rights' content='Copyright Don Brutzman and Leonard Daly 2007'/> |
27 | <meta name='subject' content='emoji emoticon, X3D book, X3D graphics, X3D-Edit, http://www.x3dGraphics.com'/> |
28 | <meta name='identifier' content='https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter02GeometryPrimitives/TextHaveFunWithX3D.x3d'/> |
29 | <meta name='generator' content='X3D-Edit 4.0, https://savage.nps.edu/X3D-Edit'/> |
30 | <meta name='license' content='../license.html'/> |
31 | </head> |
32 | <Scene> |
33 | <WorldInfo title='TextHaveFunWithX3D.x3d'/> |
34 | <Background skyColor='0.819608 0.984314 1'/> |
35 | <Shape> |
36 | <!-- ☺ = smiley face emoticon, and "" means skip a line --> |
37 | <Text string='"Have fun" "with X3D!" "" ":) ☺"'> |
38 | <FontStyle justify='"MIDDLE" "MIDDLE"' style='BOLD'/> |
39 | </Text> |
40 | <Appearance> |
41 | <Material ambientIntensity='0.25' diffuseColor='0 0.251004 0.239248' shininess='0.06' specularColor='0.177935 0.249369 0.229278'> |
42 | <!-- Universal Media Library: ArtDeco 19 --> |
43 | </Material> |
44 | </Appearance> |
45 | </Shape> |
46 | </Scene> |
47 | </X3D> |
<!--
Color legend: X3D terminology
<X3dNode
field='value'/>
matches XML terminology
<XmlElement
attribute='value'/>
(Light-blue background: event-based behavior node or statement)
(Grey background inside box: inserted documentation)
(Magenta background: X3D Extensibility)
-->
<!-- For additional help information about X3D scenes, please see X3D Tooltips, X3D Resources, and X3D Scene Authoring Hints. -->