X3D Model Documentation: GeometryPrimitiveNodesWhiteBackground.x3d

  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='titlecontent='GeometryPrimitiveNodesWhiteBackground.x3d'/>
  6            <meta name='descriptioncontent='Geometry Primitive Nodes: Shape, Box, Cone, Cylinder, Sphere, Text, FontStyle'/>
  7            <meta name='creatorcontent='Don Brutzman'/>
  8            <meta name='createdcontent='25 March 2005'/>
  9            <meta name='modifiedcontent='8 July 2023'/>
 10            <meta name='Imagecontent='GeometryPrimitiveNodesWhiteBackground.png'/>
 11            <meta name='Imagecontent='GeometryPrimitiveNodesWhiteBackgroundReducedQuality.png'/>
 12            <meta name='hintcontent='Default values have been added to geometry nodes for clarity, ordinarily default values are omitted following X3D Canonicalization (C14N).'/>
 13            <meta name='rightscontent='Copyright (c) Don Brutzman and Leonard Daly, 2005'/>
 14            <meta name='identifiercontent='https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter02GeometryPrimitives/GeometryPrimitiveNodesWhiteBackground.x3d'/>
 15            <meta name='generatorcontent='X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit'/>
 16            <meta name='licensecontent='../license.html'/>
 17       </head>
<!--

<!-- -->

<!-- to top Index for DEF nodes: DefaultAppearance, DefaultBox, DefaultCone, DefaultCylinder, DefaultFontStyle, DefaultMaterial, DefaultShape, DefaultSphere, DefaultText
-->
 18       <Scene>
 19            <WorldInfo title='GeometryPrimitiveNodesWhiteBackground.x3d'/>
 20            <Background skyColor='1 1 1'/>
 21            <Transform translation='-5 0 0'>
 22                 <Shape DEF='DefaultShape'>
 23                      <Box DEF='DefaultBox'/>
 24                      <Appearance DEF='DefaultAppearance'>
 25                           <Material diffuseColor='1 0.2 0.2'/>
 26                      </Appearance>
 27                 </Shape>
 28            </Transform>
 29            <Transform translation='-2.5 0 0'>
 30                 <Shape>
 31                      <Cone DEF='DefaultCone'/>
 32                      <Appearance>
 33                           <Material diffuseColor='0.2 1 0.2'/>
 34                      </Appearance>
 35                 </Shape>
 36            </Transform>
 37            <Transform>
 38                 <Shape>
 39                      <Cylinder DEF='DefaultCylinder'/>
 40                      <Appearance>
 41                           <Material diffuseColor='0.2 0.2 1'/>
 42                      </Appearance>
 43                 </Shape>
 44            </Transform>
 45            <Transform translation='2.5 0 0'>
 46                 <Shape>
 47                      <Sphere DEF='DefaultSphere'/>
 48                      <Appearance>
 49                           <Material diffuseColor='1 1 0.2'/>
 50                      </Appearance>
 51                 </Shape>
 52            </Transform>
 53            <Transform translation='4 0 0'>
 54                 <Shape>
 55                      <Text DEF='DefaultTextstring='"hello" "X3D!"'>
 56                           <FontStyle DEF='DefaultFontStyle'/>
 57                      </Text>
 58                      <Appearance>
 59                           <Material DEF='DefaultMaterialdiffuseColor='.2 .2 .2'/>
 60                      </Appearance>
 61                 </Shape>
 62            </Transform>
 63       </Scene>
 64  </X3D>
<!--

<!-- -->

<!-- to top Index for DEF nodes: DefaultAppearance, DefaultBox, DefaultCone, DefaultCylinder, DefaultFontStyle, DefaultMaterial, DefaultShape, DefaultSphere, DefaultText
-->
X3D Tooltips element index: Appearance, Background, Box, Cone, Cylinder, FontStyle, head, Material, meta, Scene, Shape, Sphere, Text, Transform, WorldInfo, X3D, accessType and type, XML data types, field types

-->
<!-- Online at
https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter02GeometryPrimitives/GeometryPrimitiveNodesWhiteBackgroundIndex.html -->
<!-- Version control at
https://sourceforge.net/p/x3d/code/HEAD/tree/www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter02GeometryPrimitives/GeometryPrimitiveNodesWhiteBackground.x3d -->

<!-- Color legend: X3D terminology <X3dNode DEF='idName' field='value'/> matches XML terminology <XmlElement DEF='idName' attribute='value'/>
(Light-blue background: event-based behavior node or statement) (Grey background inside box: inserted documentation) (Magenta background: X3D Extensibility)
-->

to top <!-- For additional help information about X3D scenes, please see X3D Tooltips, X3D Resources, and X3D Scene Authoring Hints. -->