<?xml version="1.0" encoding="UTF-8"?>

<!-- File: x3d-3.3.profileJapanese.xml -->
<!-- Author: TBD, Don Brutzman      -->
<!-- Created: 10 August 2014   -->
<!-- Translation: Chinese version by Meng Yiqi of Nanjing Art Institute. (m17design@hotmail.com http://m17design.myetang.com/x3d)  -->
<!-- Translation: French version by Antony Beis, Frederic Roussille (froussille@yahoo.com), Adrien Gruneisen (Adrien.GRUNEISEN@wanadoo.fr) et Yann Henriet (nasayann@netcourrier.com), Ecole Nationale d'Ingenieurs de Tarbes (ENIT), Tarbes, France https://www.enit.fr -->
<!-- Translation: German version by Raimund Dachselt (dachselt@acm.org) and Johannes Richter (johnnyri@web.de) of the Dresden University of Technology, Department of Computer Science, Multimedia Technology Group (http://www-mmt.inf.tu-dresden.de) -->
<!-- Translation: Italian version by Roberto Ranon (ranon@dimi.uniud.it) of L'Universita degli Studi di Udine at http://www.uniud.it -->
<!-- Translation: Japanese version by Yeonsoo Yang (yeonsoo.yang@toshiba.co.jp) of Toshiba at http://www.toshiba.com -->
<!-- Translation: Korean version by Ikjune Kim (surplusz@kaist.ac.kr), Byounghyun Yoo (yoo@byoo.net) and Hyokwang Lee (adpc9@partdb.com) of the Korea Advanced Institute of Science and Technology (KAIST) (http://www.kaist.ac.kr) and PartDB Co., Ltd., (http://www.partdb.com) Korea. -->
<!-- Translation: Portuguese version by Luciano Pereira Soares (lsoares@lsi.usp.br), University of S&#227;o Paulo, S&#227;o Paulo Brazil https://sites.usp.br/lsi/mei -->
<!-- Translation: Spanish version by Guadalupe Munoz-Martin (gmunoz@escet.urjc.es), University Rey Juan Carlos, Madrid Espana http://www.urjc.es -->
<!-- Translation: Thai version by Hassadee Pimsuwan, Suranaree University of Technology, Thailand. (hapztron@gmail.com http://hassadee.com) -->
<!-- Translation: Thai version by Hassadee Pimsuwan, Suranaree University of Technology, Thailand. (hapztron@gmail.com http://hassadee.com) -->
<!-- url: https://www.web3d.org/x3d/content/x3d-3.3.profile.xml -->
<!-- url: https://www.web3d.org/x3d/content/x3d-3.1.profileChinese.xml -->
<!-- url: https://www.web3d.org/x3d/content/x3d-3.1.profileFrench.xml -->
<!-- url: https://www.web3d.org/x3d/content/x3d-3.1.profileGerman.xml -->
<!-- url: https://www.web3d.org/x3d/content/x3d-3.1.profileItalian.xml -->
<!-- url: https://www.web3d.org/x3d/content/x3d-3.1.profileJapanese.xml -->
<!-- url: https://www.web3d.org/x3d/content/x3d-3.2.profileKorean.xml -->
<!-- url: https://www.web3d.org/x3d/content/x3d-3.1.profilePortuguese.xml -->
<!-- url: https://www.web3d.org/x3d/content/x3d-3.1.profileSpanish.xml -->
<!-- url: https://www.web3d.org/x3d/content/x3d-3.3.profileThai.xml-->
<!-- Reference: https://www.web3d.org/x3d/tools/X3D-Edit -->
<!-- Description: This file customizes the user interface order for Xeena's X3D editing profile. -->
<!-- The order of attributes for each node mostly tracks the VRML97 spec, with some usability prioritization. -->
<!-- This Xeena user interface profile is updated manually whenever the corresponding DTD changes. -->
<!-- Tooltips are also used for the X3D Schema and Scene Authoring Interface (SAI) autogeneration. -->
<!-- ヒント: to change default browser location, modify or swap <tool> elements at end of this profile. -->

<!DOCTYPE DTDProfile PUBLIC "/IBM/Xeena/dtdprofile.dtd" "profile.dtd" [

  <!ENTITY  localDrive	"c:" >

  <!-- Browser locations -->
  <!ENTITY  InternetExplorerBrowser	"/Program Files/Internet Explorer/iexplore.exe" >
  <!ENTITY  Xj3dBrowser			"/Program Files/Xj3D/browser.bat" >
  <!ENTITY  FirefoxBrowser	"/Program Files/Mozilla Firefox/firefox.exe" >
  <!ENTITY  MozillaBrowser	"/Program Files/mozilla.org/Mozilla/mozilla.exe" >
  <!ENTITY  NetscapeBrowser	"/Program Files/Internet Explorer/iexplore.exe" >

  <!-- First pair of !ENTITY declarations for DOCTYPE takes precedence. -->
  <!-- Transitional doctype definitions -->
  <!ENTITY  pubidLiteral    "https://www.web3d.org/specifications/x3d-3.3.dtd" >
  <!ENTITY systemLiteral    "file:///www.web3d.org/TaskGroups/x3d/translation/x3d-3.3.dtd" >
  <!-- Final doctype definitions -->
  <!ENTITY  pubidLiteral    "ISO//Web3D//DTD X3D 3.3//EN" >
  <!ENTITY systemLiteral    "https://www.web3d.org/specifications/x3d-3.3.dtd" >
  <!-- No doctype definitions -->
  <!ENTITY  pubidLiteral    "" >
  <!ENTITY systemLiteral    "" >

  <!-- type extensions to the Xeena profile.dtd corresponding to X3D DTD -->
  <!ENTITY X3dFieldTypesLabel    "(SFBool | MFBool | SFColor | MFColor | SFColorRGBA | MFColorRGBA | SFFloat | MFFloat | SFImage | SFInt32 | MFInt32 | SFNode | MFNode | SFRotation | MFRotation | SFString | MFString | SFTime | MFTime | SFVec3f | MFVec3f | SFVec2f | MFVec2f | SFVec2d | MFVec2d | SFMatrix3d | MFMatrix3d | SFMatrix3f | MFMatrix3f | SFMatrix4d | MFMatrix4d | SFMatrix4f | MFMatrix4f | SFVec4d | MFVec4d | SFVec4f | MFVec4f)" >
  <!ENTITY NewTagLabels "IS connect Arc2D ArcClose2D BooleanFilter BooleanSequencer BooleanToggle BooleanTrigger Circle2D ColorRGBA Disk2D FillProperties IntegerSequencer IntegerTrigger KeySensor LineProperties MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString MultiTexture MultiTextureCoordinate Polyline2D Polypoint2D Rectangle2D StringSensor StaticGroup TextureBackground TextureCoordinateGenerator TextureCoordinate3D TextureCoordinate4D TimeTrigger TriangleFanSet TriangleSet TriangleSet2D TriangleStripSet IndexedTriangleFanSet IndexedTriangleSet IndexedTriangleStripSet" >
  <!ENTITY NewTagExtras "Appearance Coordinate ImageTexture Material Shape TextureCoordinate TextureTransform" >

  <!--the following group elements have to be alphabetized manually -->
  <!ENTITY ImmersiveProfileNodesLabel  "Anchor Appearance Arc2D ArcClose2D AudioClip Background BooleanFilter BooleanSequencer BooleanToggle BooleanTrigger Billboard Box Circle2D Collision Color ColorRGBA ColorInterpolator component connect Cone Coordinate CoordinateDouble CoordinateInterpolator CoordinateInterpolator2D Cylinder CylinderSensor Disk2D DirectionalLight ElevationGrid EXPORT ExternProtoDeclare Extrusion field fieldValue FillProperties Fog LocalFog FogCoordinate FontStyle Group head ImageTexture IMPORT IndexedFaceSet IndexedLineSet Inline IntegerSequencer IntegerTrigger IS KeySensor LineSet LoadSensor LineProperties LOD Material meta MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString MovieTexture MultiTexture MultiTextureCoordinate MultiTextureTransform NavigationInfo Normal NormalInterpolator OrientationInterpolator PixelTexture PlaneSensor PointLight PointSet Polyline2D Polypoint2D PositionInterpolator PositionInterpolator2D ProtoDeclare ProtoInterface ProtoBody ProtoInstance ProximitySensor Rectangle2D ROUTE ScalarInterpolator Scene Script Shape Sound Sphere SphereSensor SpotLight StaticGroup StringSensor Switch Text TextureBackground TextureCoordinate TextureCoordinateGenerator TextureTransform TimeSensor TimeTrigger TouchSensor Transform IndexedTriangleFanSet IndexedTriangleSet IndexedTriangleStripSet TriangleFanSet TriangleSet TriangleSet2D TriangleStripSet Viewpoint VisibilitySensor WorldInfo X3D" > <!-- XvlShell -->
  <!ENTITY InteractiveProfileNodesLabel "Anchor Appearance Background BooleanFilter BooleanSequencer BooleanToggle BooleanTrigger Box Color component Coordinate CoordinateInterpolator Cylinder CylinderSensor DirectionalLight ElevationGrid Group head ImageTexture IndexedFaceSet IndexedLineSet Inline IntegerSequencer IntegerTrigger KeySensor LineSet Material meta MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString MultiTexture MultiTextureCoordinate NavigationInfo Normal NormalInterpolator OrientationInterpolator PixelTexture PlaneSensor PointLight PointSet PositionInterpolator ProximitySensor ROUTE ScalarInterpolator Scene Shape Sphere SphereSensor SpotLight StringSensor Switch TextureCoordinate TextureCoordinateGenerator TimeSensor TimeTrigger TouchSensor Transform Viewpoint WorldInfo X3D" >
  <!ENTITY InterchangeProfileNodesLabel "Anchor Appearance Background Box Color ColorInterpolator ColorRGBA component Cone Coordinate CoordinateInterpolator Cylinder DirectionalLight Group head ImageTexture IndexedFaceSet IndexedLineSet IndexedTriangleFanSet IndexedTriangleSet IndexedTriangleStripSet LineSet Material meta MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString MultiTexture NavigationInfo Normal NormalInterpolator OrientationInterpolator PixelTexture PointSet PositionInterpolator ROUTE ScalarInterpolator Scene Shape Sphere TextureCoordinate TextureCoordinateGenerator TextureTransform TimeSensor TouchSensor Transform TriangleFanSet TriangleSet TriangleStripSet Viewpoint WorldInfo X3D" >
  <!ENTITY DISTagLabels		 "EspduTransform SignalPdu ReceiverPdu TransmitterPdu DISEntityManager DISEntityTypeMapping" >
  <!ENTITY GeoSpatialTagLabels	 "GeoCoordinate GeoElevationGrid GeoLocation GeoLOD GeoMetadata GeoOrigin GeoPositionInterpolator GeoTouchSensor GeoViewpoint" >
  <!ENTITY HAnimTagLabels	 "HAnimDisplacer HAnimHumanoid HAnimJoint HAnimSegment HAnimSite" >  <!-- don't use hyphen in this label name! -->
  <!ENTITY NurbsTagLabels	 "Contour2D ContourPolyline2D NurbsCurve NurbsCurve2D NurbsOrientationInterpolator NurbsPositionInterpolator NurbsSurfaceInterpolator NurbsPatchSurface NurbsSet NurbsTextureCoordinate NurbsTrimmedSurface" >
  <!ENTITY Geometry2DTagLabels	 "Appearance Arc2D ArcClose2D Circle2D Disk2D FillProperties LineProperties Polyline2D Polypoint2D Material Rectangle2D Shape TriangleSet2D" >
  <!ENTITY CadTagLabels	         "CADAssembly CADFace CADLayer CADPart IndexedQuadSet QuadSet" >
  <!ENTITY CubeMapTexturingTagLabels "ComposedCubeMapTexture GeneratedCubeMapTexture ImageCubeMapTexture" >
  <!ENTITY ShadersTagLabels      "ComposedShader FloatVertexAttribute Matrix3VertexAttribute Matrix4VertexAttribute PackagedShader ProgramShader ShaderPart ShaderProgram" >
  <!ENTITY Texturing3DTagLabels	 "ComposedTexture3D ImageTexture3D PixelTexture3D TextureCoordinate3D TextureCoordinate4D TextureTransformMatrix3D TextureTransform3D" >
  <!ENTITY FollowerTagLabels	 "ColorDamper CoordinateDamper OrientationChaser OrientationDamper PositionChaser PositionChaser2D PositionDamper PositionDamper2D ScalarChaser TexCoordDamper2D" >
  <!-- X3D v3.3 -->
  <!ENTITY VolumeTagLabels	 "BlendedVolumeStyle BoundaryEnhancementVolumeStyle CartoonVolumeStyle ComposedVolumeStyle EdgeEnhancementVolumeStyle IsoSurfaceVolumeData OpacityMapVolumeStyle ProjectionVolumeStyle SegmentedVolumeData ShadedVolumeStyle SilhouetteEnhancementVolumeStyle ToneMappedVolumeStyle VolumeData" >
  
  <!-- Other Amendment 1 components here -->

  <!-- LatticeXvlTagLabels should have Shape and Coordinate|CoordinateDouble, omitted here since also included as part of NurbsTagLabels -->
  <!-- <!ENTITY LatticeXvlTagLabels 	"XvlShell" > -->
  <!-- for future LatticeXvl: G1T1 level -->
  <!-- <!ENTITY XvlG1T1ShellTypes	"" > -->
  <!-- Types of XVL Shells -->
  <!-- <!ENTITY XvlShell.shellTypes	"&XvlG1T1ShellTypes; POLYGON_MESH | LATTICE_MESH" > -->

  <!ENTITY SFBoolLabel		"type SFBool (true|false)" >
  <!ENTITY MFBoolLabel		"type MFBool (true|false) CDATA" >
  <!ENTITY SFColorLabel		"type SFColor CDATA" >
  <!ENTITY MFColorLabel		"type MFColor CDATA" >
  <!ENTITY SFColorRGBALabel	"type SFColorRGBA CDATA" >
  <!ENTITY MFColorRGBALabel	"type MFColorRGBA CDATA" >
  <!ENTITY SFDoubleLabel	"type SFDouble CDATA">
  <!ENTITY MFDoubleLabel	"type MFDouble CDATA">
  <!ENTITY SFFloatLabel		"type SFFloat CDATA" >
  <!ENTITY MFFloatLabel		"type MFFloat CDATA" >
  <!ENTITY SFImageLabel		"type SFImage CDATA" >
  <!ENTITY MFImageLabel		"type MFImage CDATA" >
  <!ENTITY SFInt32Label		"type SFInt32 CDATA">
  <!ENTITY MFInt32Label		"type MFInt32 CDATA">
  <!ENTITY SFRotationLabel	"type SFRotation CDATA" >
  <!ENTITY MFRotationLabel	"type MFRotation CDATA" >
  <!ENTITY SFStringLabel	"type SFString CDATA" >
  <!ENTITY MFStringLabel	"type MFString CDATA" >
  <!ENTITY SFTimeLabel		"type SFTime CDATA" >
  <!ENTITY MFTimeLabel		"type MFTime CDATA" >
  <!ENTITY SFVec2fLabel		"type SFVec2f CDATA" >
  <!ENTITY MFVec2fLabel		"type MFVec2f CDATA" >
  <!ENTITY SFVec2dLabel		"type SFVec2d CDATA" >
  <!ENTITY MFVec2dLabel		"type MFVec2d CDATA" >
  <!ENTITY SFVec3fLabel		"type SFVec3f CDATA" >
  <!ENTITY MFVec3fLabel		"type MFVec3f CDATA" >
  <!ENTITY SFVec3dLabel		"type SFVec3d CDATA">
  <!ENTITY MFVec3dLabel		"type MFVec3d CDATA">
  <!ENTITY SFVec4fLabel		"type SFVec4f CDATA">
  <!ENTITY MFVec4fLabel		"type MFVec4f CDATA">
  <!ENTITY SFVec4dLabel		"type SFVec4d CDATA">
  <!ENTITY MFVec4dLabel		"type MFVec4d CDATA">
  <!ENTITY SFMatrix3fLabel	"type SFMatrix3f CDATA">
  <!ENTITY MFMatrix3fLabel	"type MFMatrix3f CDATA">
  <!ENTITY SFMatrix3dLabel	"type SFMatrix3d CDATA">
  <!ENTITY MFMatrix3dLabel	"type MFMatrix3d CDATA">
  <!ENTITY SFMatrix4fLabel	"type SFMatrix4f CDATA">
  <!ENTITY MFMatrix4fLabel	"type MFMatrix4f CDATA">
  <!ENTITY SFMatrix4dLabel	"type SFMatrix4d CDATA">
  <!ENTITY MFMatrix4dLabel	"type MFMatrix4d CDATA">
  <!ENTITY SFNodeLabel		"type SFNode singleton">
  <!ENTITY MFNodeLabel		"type MFNode array">

  <!ENTITY inputOnlyLabel	"accessType inputOnly,">
  <!ENTITY outputOnlyLabel	"accessType outputOnly,">
  <!ENTITY inputOutputLabel	"accessType inputOutput,">
  <!ENTITY initializeOnlyLabel	"accessType initializeOnly,">

  <!ENTITY GeoSystemType ' type MFString CDATA "GD" "WE"' >	<!-- Supported values: see GeoSpatial profile specification -->

  <!-- Embedded spaces prevent really long strings from overextending tooltip XHTML tables -->

  <!ENTITY profileNames "(Core | Interchange | CADInterchange | Interactive | Immersive | MPEG4Interactive | MedicalInterchange | Full)">
  <!ENTITY componentNames  "(Core | CADGeometry | CubeMapTexturing | DIS | EnvironmentalEffects | EnvironmentalSensor | EventUtilities | Followers | Geometry2D | Geometry3D | Geospatial | Grouping | H-Anim | Interpolation | KeyDeviceSensor | Layering | Layout | Lighting | Navigation | Networking | NURBS | ParticleSystems | Picking | PointingDeviceSensor | Rendering | RigidBodyPhysics | Scripting | Shaders | Shape | Sound | Text | Texturing | Texturing3D | Time)">
  <!ENTITY componentLevels "(1|2|3|4|5)">
  <!ENTITY unitCategoryChoices "(angle | length | force | mass)">

  <!ENTITY FontStyleFamilyValues		"( SERIF | SANS | TYPEWRITER )" >
  <!ENTITY FontStyleJustifyValues		"( BEGIN | END | FIRST | MIDDLE )" >
  <!ENTITY FontStyleStyleValues		        "( PLAIN | BOLD | ITALIC | MIDDLE )" >
  <!ENTITY DisNetworkModeValues			"( standAlone | networkReader | networkWriter )" >
  <!ENTITY MultiTextureModes			"( MODULATE | REPLACE | MODULATE2X | MODULATE4X | ADD | ADDSIGNED | ADDSIGNED2X | SUBTRACT | ADDSMOOTH  | BLENDDIFFUSEALPHA | BLENDTEXTUREALPHA | BLENDFACTORALPHA | BLENDCURRENTALPHA | MODULATEALPHA_ADDCOLOR | MODULATEINVALPHA_ADDCOLOR | MODULATEINVCOLOR_ADDALPHA | OFF | SELECTARG1 | SELECTARG2 | DOTPRODUCT3 )" >
  <!ENTITY MultiTextureSourceValues		"( DIFFUSE | SPECULAR | FACTOR )" >
  <!ENTITY MultiTextureFunctionValues		"( COMPLEMENT | ALPHAREPLICATE )" >
  <!ENTITY TextureBoundaryModeValues            "( CLAMP | CLAMP_TO_EDGE | CLAMP_TO_BOUNDARY | MIRRORED_REPEAT | REPEAT )">
  <!ENTITY TextureMagnificationModeValues       "( AVG_PIXEL | DEFAULT | FASTEST | NEAREST_PIXEL | NICEST )">
  <!ENTITY TextureMinificationModeValues        "( AVG_PIXEL | AVG_PIXEL_AVG_MIPMAP | AVG_PIXEL_NEAREST_MIPMAP | DEFAULT | FASTEST | NEAREST_PIXEL | NEAREST_PIXEL_AVG_MIPMAP | NEAREST_PIXEL_NEAREST_MIPMAP | NICEST )">
  <!ENTITY TextureCompressionModeValues         "( DEFAULT | FASTEST | HIGH | LOW | MEDIUM | NICEST )">
  <!ENTITY TextureCoordinateGeneratorModes	"( SPHERE | CAMERASPACENORMAL | CAMERASPACEPOSITION | CAMERASPACEREFLECTIONVECTOR | SPHERE-LOCAL | COORD | COORD-EYE | NOISE | NOISE-EYE | SPHERE-REFLECT | SPHERE-REFLECT-LOCAL )" >
  <!ENTITY LayoutAlignHorizontalValues          "( LEFT | CENTER | RIGHT )" >
  <!ENTITY LayoutAlignVerticalValues            "( BOTTOM | CENTER | TOP )" >
  <!ENTITY LayoutOffsetUnitsValues              "( WORLD | FRACTION | PIXEL )" >
  <!ENTITY LayoutScaleModeValues                "( NONE | FRACTION | STRETCH | PIXEL )" >
  <!ENTITY LayoutSizeUnitsValues                "( WORLD | FRACTION | PIXEL )" >
  <!ENTITY MatchCriterionTypeValues             "( MATCH_ANY | MATCH_EVERY | MATCH_ONLY_ONE )" >
  <!ENTITY PickableGroupObjectTypeValues        "( ALL | NONE | TERRAIN | ... )" >
  <!ENTITY PickSensorIntersectionTypeValues     "( GEOMETRY | BOUNDS )" >
  <!ENTITY PickSensorSortOrderValues            "( ANY | CLOSEST | ALL | ALL_SORTED )" >
  <!ENTITY ParticleSystemgeometryTypes          "( LINE | POINT | QUAD | SPRITE | TRIANGLE | GEOMETRY )" >
  <!-- X3D v3.3 -->
  <!ENTITY VolumeRenderingWeightFunctionValues	"( CONSTANT | ALPHA1 | ALPHA2 | TABLE | ONE_MINUS_ALPHA1 | ONE_MINUS_ALPHA2 )" >
  <!ENTITY ProjectionVolumeStyleTypeValues      "( MAX | MIN | AVERAGE )" >
  <!ENTITY ShadedVolumeStylePhaseFunctionValues "( NONE | Henyey-Greenstein )" >
  
  <!-- &infin;  "&#8734;" infinity, U+221E ISOtech -->
  <!-- Pi "&Pi;" "&#928;" greek capital letter Pi, U+03A0 ISOgrk3 -->
  <!-- pi "&pi;" "&#960;" greek small letter pi, U+03C0 ISOgrk3 -->
]>

<DTDProfile title="X3D-Edit scene graph editor (v3.3 x3d-3.3.profile.xml)" base-path="">
  <defaults pubidLiteral="&pubidLiteral;" systemLiteral="&systemLiteral;" encoding="UTF-8"/>
  <elements>
    <element icon="icons/Anchor.gif" tooltip="Anchor is a Grouping ノード that can contain most nodes.&#10;When the user selects any of the geometry contained by the Anchor node, it jumps to another viewpoint or loads content (such as X3D, an image or HTML) specified by the url field.&#10;Loaded content completely replaces current content, if parameter is same window.&#10;ヒント: insert a Shape node before adding geometry or Appearance.&#10;Hint: X3D Architecture 20.2.1 Overview of pointing device sensors https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/pointingsensor.html#OverviewOfPointingDeviceSensors&#10;Hint: X3D Architecture 20.2.3 Activating and manipulating pointing device sensors https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/pointingsensor.html#Activatingandmanipulating&#10;Hint: apply containerField='watchList' when parent node is LoadSensor." name="Anchor">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[children &inputOutputLabel; &MFNodeLabel;, empty list] [X3DChildNode]&#10;Grouping nodes contain an ordered list of children nodes.&#10;ヒント: Each grouping node defines a coordinate space for its children, relative to the coordinate space of its parent node. Thus transformations accumulate down the scene graph hierarchy.&#10;Hint: inputOnly MFNode addChildren field can append new X3DChildNode nodes via a ROUTE connection, duplicate input nodes (i.e. matching DEF, USE values) are ignored.&#10;Hint: inputOnly MFNode removeChildren field can remove nodes from the children list, unrecognized input nodes (i.e. nonmatching DEF, USE values) are ignored.&#10;Hint: X3D Architecture 10.2.1 Grouping and children node types, https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#GroupingAndChildrenNodes" name="children"/>
	<attribute tooltip="[description &inputOutputLabel; &SFStringLabel; #IMPLIED]&#10;Author-provided text tooltip that tells users the expected action of this node.&#10;ヒント: many XML tools substitute XML character references automatically if needed (such as &amp;#38; for &#38; ampersand character, or &amp;#34; for &#34; quotation-mark character).&#10;Interchange profile ヒント: this field may be ignored." name="description"/>
	<attribute tooltip="[url &inputOutputLabel; &MFStringLabel; #IMPLIED]&#10;Address of replacement world, or #ViewpointDEFName within the current scene, or alternate Web resource, activated by the user selecting Shape geometry within the Anchor children nodes.&#10;ヒント: jump to a world's internal viewpoint by appending viewpoint name (e.g. #ViewpointName, someOtherCoolWorld.x3d#GrandTour).&#10;ヒント: jump to a local viewpoint by only using viewpoint name (e.g. #GrandTour).&#10;Hint: binding a different Viewpoint triggers an isBound event that can initiate other user-arrival reactions via event chains to interpolators or scripts.&#10;ヒント: MFString arrays can have multiple values, so separate each individual string by quote marks &quot;https://www.web3d.org&quot; &quot;https://www.web3d.org/about&quot; &quot;etc.&quot; &#10;ヒント: XML encoding for quotation mark &quot; is &#38;quot; (which is an example of a character entity).&#10;Warning: strictly match directory and filename capitalization for http links! This is important for portability. Some operating systems are forgiving of capitalization mismatches, but http/https url addresses and paths in Unix-based operating systems are all case sensitive and intolerant of uppercase/lowercase mismatches.&#10;ヒント: can replace embedded blank(s) in url queries with %20 for each blank character.&#10;ヒント: pop up a new window with url value as follows:&#10;&quot;JavaScript:window.open('somePage.html','popup','width=240,height=240');location.href='HelloWorld.x3d'&quot;&#10;ヒント: X3D Scene Authoring Hints, urls https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#urls&#10;ヒント: X3D Scene Authoring Hints, urls https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#urls" name="url"/>
	<attribute tooltip="[parameter &inputOutputLabel; &MFStringLabel; #IMPLIED]&#10;If provided, parameter tells the X3D player where to to redirect the loaded url.&#10;ヒント: set parameter as target=_blank to load target url into a blank frame.&#10;ヒント: set parameter as target=frame_name to load target url into another browser frame.&#10;ヒント: MFString arrays can have multiple values, so separate each individual string by quote marks.&#10;&quot;https://www.web3d.org&quot; &quot;https://www.web3d.org/about&quot; &quot;etc.&quot; &#10;Interchange profile ヒント: this field may be ignored." name="parameter"/>
	<attribute tooltip="[bboxCenter &initializeOnlyLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxCenter"/>
	<attribute tooltip="[bboxSize &initializeOnlyLabel; &SFVec3fLabel; &#34;-1 -1 -1&#34;]&#10;Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint.&#10;Hint: can be useful for collision computations or inverse-kinematics (IK) engines.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxSize"/>
	<attribute tooltip="[containerField type NMTOKEN (children | watchList) &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Appearance.gif" tooltip="Appearance specifies the visual properties of geometry&#10;by containing the Material, ImageTexture/MovieTexture/PixelTexture, FillProperties, LineProperties, programmable shader nodes (ComposedShader, PackagedShader, ProgramShader) and TextureTransform nodes.&#10;ヒント: insert a Shape node before adding geometry or Appearance.&#10;Interchange profile ヒント: only Material and ImageTexture are allowed.&#10;Advanced uses can contain MultiTexture, MultiTextureTransform/TextureTransformMatrix3D/TextureTransform3D, ComposedShader/PackagedShader/ProgramShader, ComposedTexture3D/ImageTexture3D/PixelTexture3D, or ComposedCubeMapTexture/GeneratedCubeMapTexture/ImageCubeMapTexture.&#10;Hint: X3D Architecture 12.2.2 Appearance node https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/shape.html#Appearancenode&#10;Hint: X3D Architecture 17.2.2 Lighting model https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/lighting.html#Lightingmodel" name="Appearance">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;appearance&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/AudioClip.gif" tooltip="AudioClip provides audio data used by parent Sound nodes.&#10;ヒント: add a parent Sound node first.&#10;ヒント: utilize DEF/USE references for multiple copies of a single AudioClip sound file in order to avoid multiple-download delays, reduce memory requirements, and maintain synchronization.&#10;ヒント: support for .wav format is required, .midi format is recommended, other formats are optional.&#10;ヒント: X3D Scene Authoring Hints:Audio https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Audio&#10;Hint: apply containerField='watchList' when parent node is LoadSensor." name="AudioClip">

	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント:USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[description &inputOutputLabel; &SFStringLabel; #IMPLIED]&#10;Author-provided text tooltip that tells users the expected action of this node.&#10;ヒント: many XML tools substitute XML character references automatically if needed (such as &amp;#38; for &#38; ampersand character, or &amp;#34; for &#34; quotation-mark character)." name="description"/>
	<attribute tooltip="[url &inputOutputLabel; &MFStringLabel; #IMPLIED]&#10;Location and filename of sound file or stream.&#10;Support for .wav format is required, .midi format is recommended, other formats are optional.&#10;ヒント: MFString arrays can have multiple values, so separate each individual string by quote marks.&#10;&quot;https://www.web3d.org&quot; &quot;https://www.web3d.org/about&quot; &quot;etc.&quot; &#10;ヒント: XML encoding for quotation mark &quot; is &#38;quot; (which is an example of a character entity).&#10;Warning: strictly match directory and filename capitalization for http links! This is important for portability. Some operating systems are forgiving of capitalization mismatches, but http/https url addresses and paths in Unix-based operating systems are all case sensitive and intolerant of uppercase/lowercase mismatches.&#10;ヒント: can replace embedded blank(s) in url queries with %20 for each blank character.&#10;ヒント: X3D Scene Authoring Hints, urls https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#urls&#10;ヒント: X3D Scene Authoring Hints, urls https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#urls" name="url"/>
	<attribute tooltip="[loop &inputOutputLabel; &SFBoolLabel; &#34;false&#34;]&#10;Repeat indefinitely when loop=true, repeat only once when loop=false." name="loop"/>
	<attribute tooltip="[pitch &inputOutputLabel; &SFFloatLabel; &#34;1.0&#34;] (0,+&#8734;)&#10;Multiplier for the rate at which sampled sound is played.&#10;Changing pitch also changes playback speed.&#10;Hint: changing the pitch field does not trigger a duration_changed event.  Playback interval may vary but duration of the original media data remains unmodified." name="pitch"/>
	<attribute tooltip="[startTime &inputOutputLabel; &SFTimeLabel; &#34;0&#34;]&#10;Absolute time: number of seconds since January 1, 1970, 00:00:00 GMT.&#10;ヒント: ROUTE a time value matching system clock to this field, such as output event from TouchSensor touchTime or TimeTrigger triggerTime." name="startTime"/>
	<attribute tooltip="[stopTime &inputOutputLabel; &SFTimeLabel; &#34;0&#34;]&#10;Absolute time: number of seconds since January 1, 1970, 00:00:00 GMT.&#10;ヒント: ROUTE a time value matching system clock to this field, such as output event from TouchSensor touchTime or TimeTrigger triggerTime.&#10;Warning: An active TimeSensor node ignores set_cycleInterval and set_startTime events.&#10;Warning:An active TimeSensor node ignores set_stopTime event values less than or equal to startTime." name="stopTime"/>
	<attribute tooltip="[duration_changed &outputOnlyLabel; &SFTimeLabel; #FIXED &#34;&#34;] [0,+&#8734;) or -1.&#10;duration_changed is Length of time in seconds for one cycle of media stream.&#10;Warning: duration value of -1 implies that media data has not yet loaded or is unavailable for some reason.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events.&#10;Hint: duration_changed is an SFTime duration interval, normally nonnegative, and not an absolute clock time.&#10;Hint: changing the pitch field does not trigger a duration_changed event.  Playback interval may vary but duration of the original media data remains unmodified." name="duration_changed"/>
	<attribute tooltip="[isActive &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;isActive true/false events are sent when playback starts/stops.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isActive"/>
	<attribute tooltip="[isPaused &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;isPaused true/false events are sent when AudioClip is paused/resumed.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isPaused"/>
	<attribute tooltip="[pauseTime &inputOutputLabel; &SFTimeLabel; &#34;0&#34;]&#10;When time now &gt;= pauseTime, isPaused becomes true and AudioClip becomes paused.&#10;Absolute time: number of seconds since January 1, 1970, 00:00:00 GMT.&#10;ヒント: ROUTE a time value matching system clock to this field, such as output event from TouchSensor touchTime or TimeTrigger triggerTime." name="pauseTime"/>
	<attribute tooltip="[resumeTime &inputOutputLabel; &SFTimeLabel; &#34;0&#34;]&#10;When resumeTime becomes &lt;= time now, isPaused becomes false and AudioClip becomes active.&#10;Absolute time: number of seconds since January 1, 1970, 00:00:00 GMT.&#10;ヒント: ROUTE a time value matching system clock to this field, such as output event from TouchSensor touchTime or TimeTrigger triggerTime." name="resumeTime"/>
	<attribute tooltip="[elapsedTime &outputOnlyLabel; &SFTimeLabel; #FIXED &#34;&#34;] [0,+&#8734;)&#10;Current elapsed time since AudioClip activated/running, cumulative in seconds, and not counting any paused time.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events.&#10;Hint: elapsedTime is a nonnegative SFTime duration interval, not an absolute clock time." name="elapsedTime"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;source&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Background.gif" tooltip="Background simulates ground and sky, using vertical arrays of wraparound color values. Background can also provide url addresses for backdrop textures on all six sides.&#10;ヒント: Background, Fog, GeoViewpoint, NavigationInfo, OrthoViewpoint, TextureBackground and Viewpoint are bindable nodes, meaning that no more than one of each node type can be active at a given time.&#10;Warning: results are undefined if a bindable node (Background, Fog, NavigationInfo, OrthoViewpoint, TextureBackground, Viewpoint) is a contained descendant node of either LOD or Switch.&#10;Hint: X3D Example Archives, Basic, Universal Media Panoramas https://www.web3d.org/x3d/content/examples/Basic/UniversalMediaPanoramas" name="Background">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="(X3D version 3.2 or later) [transparency &inputOutputLabel; &SFFloatLabel; &#34;0&#34;] [0,1] &#10;how &quot;clear&quot; the background is, allows underlying page to show through: 1.0 is completely transparent, 0.0 is completely opaque.&#10;Interchange profile ヒント: transparency &lt; .5 opaque, transparency &gt; .5 transparent." name="transparency"/>
	<attribute tooltip="[skyColor &inputOutputLabel; &MFColorLabel; &#34;0 0 0&#34;]&#10;Color of the sky at various angles on the sky sphere.&#10;First value is color of sky at 0.0 radians representing the zenith (straight up).&#10;Hint: setting the same color at two consecutive angles produces a solid color band.&#10;Warning: you must have one more skyColor value than skyAngle values.&#10;Interchange profile ヒント: only one color might be rendered, others can be ignored.&#10;Hint: X3D Scene Authoring Hints, Color https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Color" name="skyColor"/>
	<attribute tooltip="[skyAngle &inputOutputLabel; &MFFloatLabel; #IMPLIED] [0,&#960;]&#10;The angle array values increase from 0.0 zenith (straight up) to &#960;/2=1.570796 (horizon) to &#960;=3.14159 (nadir).&#10;Warning: you must have one more skyColor value than skyAngle values.&#10;Warning: colors at skyAngle=0 are ignored.&#10;Interchange profile ヒント: this field may be ignored.&#10;Hint: https://en.wikipedia.org/wiki/Radian" name="skyAngle"/>
	<attribute tooltip="[groundColor &inputOutputLabel; &MFColorLabel; #IMPLIED]&#10;Color of the ground at the various angles on the ground partial sphere.&#10;First value is color of ground at 0.0 radians representing the nadir (straight down).&#10;Hint: setting the same color at two consecutive angles produces a solid color band.&#10;Warning: you must have one more groundColor value than groundAngle values.&#10;Interchange profile ヒント: this field may be ignored.&#10;Hint: X3D Scene Authoring Hints, Color https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Color" name="groundColor"/>
	<attribute tooltip="[groundAngle &inputOutputLabel; &MFFloatLabel; #IMPLIED] [0,&#960;/2]&#10;The angle array values increase from 0.0 nadir (straight down) to &#960;/2=1.570796 (horizon).&#10;Warning: you must have one more groundColor value than groundAngle values.&#10;Warning: colors at groundAngle=0 are ignored.&#10;Interchange profile ヒント: this field may be ignored.&#10;Hint: https://en.wikipedia.org/wiki/Radian" name="groundAngle"/>
	<attribute tooltip="[frontUrl &inputOutputLabel; &MFStringLabel; #IMPLIED]&#10;Image background panorama between ground/sky backdrop and scene's geometry.&#10;ヒント: MFString arrays can have multiple values, so separate each individual string by quote marks &quot;https://www.web3d.org&quot; &quot;https://www.web3d.org/about&quot; &quot;etc.&quot; &#10;ヒント: XML encoding for quotation mark &quot; is &#38;quot; (which is an example of a character entity).&#10;Warning: strictly match directory and filename capitalization for http links! This is important for portability. Some operating systems are forgiving of capitalization mismatches, but http/https url addresses and paths in Unix-based operating systems are all case sensitive and intolerant of uppercase/lowercase mismatches.&#10;ヒント: can replace embedded blank(s) in url queries with %20 for each blank character.&#10;Interchange profile ヒント: this field may be ignored." name="frontUrl"/>
	<attribute tooltip="[backUrl &inputOutputLabel; &MFStringLabel; #IMPLIED]&#10;Image background panorama between ground/sky backdrop and scene's geometry.&#10;ヒント: MFString arrays can have multiple values, so separate each individual string by quote marks &quot;https://www.web3d.org&quot; &quot;https://www.web3d.org/about&quot; &quot;etc.&quot; &#10;ヒント: XML encoding for quotation mark &quot; is &#38;quot; (which is an example of a character entity).&#10;Warning: strictly match directory and filename capitalization for http links! This is important for portability. Some operating systems are forgiving of capitalization mismatches, but http/https url addresses and paths in Unix-based operating systems are all case sensitive and intolerant of uppercase/lowercase mismatches.&#10;ヒント: can replace embedded blank(s) in url queries with %20 for each blank character.&#10;Interchange profile ヒント: this field may be ignored." name="backUrl"/>
	<attribute tooltip="[leftUrl &inputOutputLabel; &MFStringLabel; #IMPLIED]&#10;Image background panorama between ground/sky backdrop and scene's geometry.&#10;ヒント: MFString arrays can have multiple values, so separate each individual string by quote marks &quot;https://www.web3d.org&quot; &quot;https://www.web3d.org/about&quot; &quot;etc.&quot; &#10;ヒント: XML encoding for quotation mark &quot; is &#38;quot; (which is an example of a character entity).&#10;Warning: strictly match directory and filename capitalization for http links! This is important for portability. Some operating systems are forgiving of capitalization mismatches, but http/https url addresses and paths in Unix-based operating systems are all case sensitive and intolerant of uppercase/lowercase mismatches.&#10;ヒント: can replace embedded blank(s) in url queries with %20 for each blank character.&#10;Interchange profile ヒント: this field may be ignored." name="leftUrl"/>
	<attribute tooltip="[rightUrl &inputOutputLabel; &MFStringLabel; #IMPLIED]&#10;Image background panorama between ground/sky backdrop and scene's geometry.&#10;ヒント: MFString arrays can have multiple values, so separate each individual string by quote marks &quot;https://www.web3d.org&quot; &quot;https://www.web3d.org/about&quot; &quot;etc.&quot; &#10;ヒント: XML encoding for quotation mark &quot; is &#38;quot; (which is an example of a character entity).&#10;Warning: strictly match directory and filename capitalization for http links! This is important for portability. Some operating systems are forgiving of capitalization mismatches, but http/https url addresses and paths in Unix-based operating systems are all case sensitive and intolerant of uppercase/lowercase mismatches.&#10;ヒント: can replace embedded blank(s) in url queries with %20 for each blank character.&#10;Interchange profile ヒント: this field may be ignored." name="rightUrl"/>
	<attribute tooltip="[topUrl &inputOutputLabel; &MFStringLabel; #IMPLIED]&#10;Image background panorama between ground/sky backdrop and scene's geometry.&#10;ヒント: MFString arrays can have multiple values, so separate each individual string by quote marks &quot;https://www.web3d.org&quot; &quot;https://www.web3d.org/about&quot; &quot;etc.&quot; &#10;ヒント: XML encoding for quotation mark &quot; is &#38;quot; (which is an example of a character entity).&#10;Warning: strictly match directory and filename capitalization for http links! This is important for portability. Some operating systems are forgiving of capitalization mismatches, but http/https url addresses and paths in Unix-based operating systems are all case sensitive and intolerant of uppercase/lowercase mismatches.&#10;ヒント: can replace embedded blank(s) in url queries with %20 for each blank character.&#10;Interchange profile ヒント: this field may be ignored." name="topUrl"/>
	<attribute tooltip="[bottomUrl &inputOutputLabel; &MFStringLabel; #IMPLIED]&#10;Image background panorama between ground/sky backdrop and scene's geometry.&#10;ヒント: MFString arrays can have multiple values, so separate each individual string by quote marks &quot;https://www.web3d.org&quot; &quot;https://www.web3d.org/about&quot; &quot;etc.&quot; &#10;ヒント: XML encoding for quotation mark &quot; is &#38;quot; (which is an example of a character entity).&#10;Warning: strictly match directory and filename capitalization for http links! This is important for portability. Some operating systems are forgiving of capitalization mismatches, but http/https url addresses and paths in Unix-based operating systems are all case sensitive and intolerant of uppercase/lowercase mismatches.&#10;ヒント: can replace embedded blank(s) in url queries with %20 for each blank character.&#10;Interchange profile ヒント: this field may be ignored." name="bottomUrl"/>
	<attribute tooltip="[set_bind &inputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;Input event set_bind=true makes this node active,&#10;input event set_bind=false makes this node inactive.&#10;Thus setting set_bind true/false will pop/push (enable/disable) this node.&#10;Hint: paired node operations can be established by connecting set_bind and isBound fields of corresponding bindable nodes.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_bind"/>
	<attribute tooltip="[bindTime &outputOnlyLabel; &SFTimeLabel; #FIXED &#34;&#34;]&#10;event sent when node becomes active/inactive.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="bindTime"/>
	<attribute tooltip="[isBound &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;event true sent when node becomes active, event false sent when unbound by another node.&#10;Hint: paired node operations can be established by connecting set_bind and isBound fields of corresponding bindable nodes.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isBound"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Billboard.gif" tooltip="Billboard is a Grouping node that can contain most nodes. Contained child geometry faces the user, rotating about the specified axis.&#10;Set axisOfRotation=0 0 0 to fully face the user's camera.&#10;ヒント: Put Billboard as close to the geometry as possible,&#10;nested inside Transform for local coordinate system.&#10;Warning: don't put Viewpoint inside a Billboard.&#10;ヒント: insert a Shape node before adding geometry or Appearance." name="Billboard">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[children &inputOutputLabel; &MFNodeLabel;, empty list] [X3DChildNode]&#10;Grouping nodes contain an ordered list of children nodes.&#10;ヒント: Each grouping node defines a coordinate space for its children, relative to the coordinate space of its parent node. Thus transformations accumulate down the scene graph hierarchy.&#10;Hint: inputOnly MFNode addChildren field can append new X3DChildNode nodes via a ROUTE connection, duplicate input nodes (i.e. matching DEF, USE values) are ignored.&#10;Hint: inputOnly MFNode removeChildren field can remove nodes from the children list, unrecognized input nodes (i.e. nonmatching DEF, USE values) are ignored.&#10;Hint: X3D Architecture 10.2.1 Grouping and children node types, https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#GroupingAndChildrenNodes" name="children"/>
	<attribute tooltip="[axisOfRotation &inputOutputLabel; &SFVec3fLabel; &#34;0 1 0&#34;]&#10;axisOfRotation direction is relative to local coordinate system.&#10;ヒント: axis 0 0 0 always faces viewer." name="axisOfRotation"/>
	<attribute tooltip="[bboxCenter &initializeOnlyLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxCenter"/>
	<attribute tooltip="[bboxSize &initializeOnlyLabel; &SFVec3fLabel; &#34;-1 -1 -1&#34;]&#10;Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint.&#10;Hint: can be useful for collision computations or inverse-kinematics (IK) engines.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxSize"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/BooleanSequencer.gif" tooltip="BooleanFilter selectively passes true, false or negated events.&#10;Hint: example scenes and authoring assets at https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter09-EventUtilitiesScripting&#10;Hint: X3D Event-Utility Node Diagrams https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter09-EventUtilitiesScripting/X3dEventUtilityNodeEventDiagrams.pdf" name="BooleanFilter">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[set_boolean &inputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;set_boolean is the input value to be filtered.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_boolean"/>
	<attribute tooltip="[inputTrue &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;inputTrue only passes a true value, which occurs when set_boolean input is true.&#10;Hint: inputTrue is an output event that can only provide a value of true." name="inputTrue"/>
	<attribute tooltip="[inputFalse &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;inputFalse only passes a false value, which occurs when set_boolean is false.&#10;Hint: inputFalse is an output event that can only provide a value of false." name="inputFalse"/>
	<attribute tooltip="[inputNegate &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;inputNegate is an output event that provides an opposite value by negating set_boolean input." name="inputNegate"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/BooleanSequencer.gif" tooltip="BooleanSequencer generates periodic discrete Boolean values. Authors can ROUTE value_changed output events to other Boolean attributes.&#10;ヒント: typical input connection is ROUTE someTimeSensorDEF.fraction_changed TO someInterpolatorDEF.set_fraction&#10;ヒント: typical output connection is ROUTE someInterpolatorDEF.value_changed TO destinationNode.set_attribute.&#10;Hint: example scenes and authoring assets at https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter09-EventUtilitiesScripting&#10;Hint: X3D Event-Utility Node Diagrams https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter09-EventUtilitiesScripting/X3dEventUtilityNodeEventDiagrams.pdf" name="BooleanSequencer">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[key &inputOutputLabel; &MFFloatLabel; #IMPLIED]&#10;Definition values for linear-interpolation function input intervals, listed in non-decreasing order and corresponding to a value in the keyValue array.&#10;Warning: number of keys must match number of keyValues!&#10;Warning: values in key array shall be monotonically non-decreasing, meaning that each value is greater than or equal to the preceding value.&#10;Hint: typical interval for values in key array is within range of 0 to 1, but larger intervals can be defined with arbitrary bounds." name="key"/>
	<attribute tooltip="[keyValue &inputOutputLabel; &MFBoolLabel; #IMPLIED]&#10;Output values for linear sequencing, each corresponding to an input-fraction value in the key array.&#10;Warning: number of keys must match number of keyValues!" name="keyValue"/>
	<attribute tooltip="[set_fraction &inputOnlyLabel; &SFFloatLabel; #FIXED &#34;&#34;]&#10;set_fraction selects input key for corresponding keyValue output.&#10;Hint: set_fraction values are typically in same range interval as values in the key array. Response to an input set_fraction value less than minimum is equivalent to minimum key, and response to an input set_fraction value greater than maximum is equivalent to maximum key.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_fraction"/>
	<attribute tooltip="[value_changed &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;Single intermittent output value determined by current key time and corresponding keyValue entry.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="value_changed"/>
	<attribute tooltip="[previous &inputOnlyLabel; &SFBoolLabel; &#34;&#34;]&#10;Send previous output value in keyValue array, and reset internal fraction field to match corresponding value in key array.&#10;ヒント: loops from first to last if necessary.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="previous"/>
	<attribute tooltip="[next &inputOnlyLabel; &SFBoolLabel; &#34;&#34;]&#10;Send next output value in keyValue array, and reset internal fraction field to match corresponding value in key array.&#10;ヒント: loops from last to first if necessary.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="next"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/BooleanSequencer.gif" tooltip="BooleanToggle maintains state and negates output when a true input is provided.&#10;Hint: example scenes and authoring assets at https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter09-EventUtilitiesScripting&#10;Hint: X3D Event-Utility Node Diagrams https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter09-EventUtilitiesScripting/X3dEventUtilityNodeEventDiagrams.pdf" name="BooleanToggle">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[set_boolean &inputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;If input event set_boolean is true, flip state by negating current value of the toggle field Hint: for logical consistency, input event set_boolean false has no effect (under review as part of Mantis issue 519).&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_boolean"/>
	<attribute tooltip="[toggle &inputOutputLabel; &SFBoolLabel; &#34;false&#34;]&#10;Persistent state value that gets toggled or reset. Hint: directly setting a new value for the toggle field generates a corresponding toggle_changed output event." name="toggle"/>
	<attribute tooltip="[toggle_changed &outputOnlyLabel; &SFInt32Label; #FIXED &#34;&#34;]&#10;toggle_changed provides boolean output event matching updated toggle value when input event set_boolean true is received. Hint: directly setting a new value for the toggle field generates a corresponding toggle_changed output event.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="toggle_changed"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/BooleanSequencer.gif" tooltip="BooleanTrigger converts time events to boolean true events.&#10;Hint: example scenes and authoring assets at https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter09-EventUtilitiesScripting&#10;Hint: X3D Event-Utility Node Diagrams https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter09-EventUtilitiesScripting/X3dEventUtilityNodeEventDiagrams.pdf" name="BooleanTrigger">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[set_triggerTime &inputOnlyLabel; &SFTimeLabel; #FIXED &#34;&#34;]&#10;set_triggerTime provides input time event, typical event sent is TouchSensor touchTime.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_triggerTime"/>
	<attribute tooltip="[triggerTrue &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;triggerTrue outputs a true value whenever a triggerTime event is received.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="triggerTrue"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Box.gif" tooltip="Box is a geometry node specifying a rectangular cuboid.&#10;Hint: Cuboid https://en.wikipedia.org/wiki/Cuboid&#10;Hint: Parallelepiped https://en.wikipedia.org/wiki/Parallelepiped&#10;ヒント: insert a Shape node before adding geometry or Appearance." name="Box">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[size &initializeOnlyLabel; &SFVec3fLabel; &#34;2 2 2&#34;] (0,+&#8734;)&#10;size x y z in meters.&#10;Warning: simple-geometry dimensions are initializeOnly and cannot be changed after initial creation, for size animation use an ancestor Transform scale instead." name="size"/>
	<attribute tooltip="[solid &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Setting solid true means draw only one side of polygons (backface culling on),&#10;setting solid false means draw both sides of polygons (backface culling off).&#10;Warning: default value true can completely hide geometry if viewed from wrong side!&#10;ヒント: if in doubt, use solid='false' for maximum visibility.&#10;Warning: solid false not supported in VRML97." name="solid"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;geometry&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Arc2D.gif" tooltip="Arc2D is a line-based geometry node that defines a linear circular arc with center (0,0) in X-Y plane, with angles measured starting at positive x-axis and sweeping towards positive y-axis.&#10;Hint: Material emissiveColor in corresponding Appearance is used for rendering lines. &#10;Warning: lines are not lit, are not texture-mapped, and do not participate in collision detection.
Warning: use a different Material emissiveColor than the Background color, otherwise geometry is invisible.&#10;Hint: adding LineProperties to the corresponding Appearance node can modify the rendering style of these lines. &#10;ヒント: insert a Shape node before adding geometry or Appearance.&#10;Warning: requires X3D profile='Full' or else include &lt;component name='Geometry2D' level='2'/&gt;&#10;Examples: X3D Example Archives, X3D for Web Authors, Chapter 10 Geometry 2D https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter10Geometry2D" name="Arc2D">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[radius &initializeOnlyLabel; &SFFloatLabel; &#34;1&#34;] (0,+&#8734;)&#10;circle radius, of which the arc is a portion.&#10;Warning: simple-geometry dimensions are initializeOnly and cannot be changed after initial creation, for size animation use an ancestor Transform scale instead." name="radius"/>
	<attribute tooltip="[startAngle &initializeOnlyLabel; &SFFloatLabel; &#34;0&#34;] [0,2pi]&#10;Arc extends from startAngle counterclockwise to endAngle, in radians.&#10;Warning: simple-geometry dimensions are initializeOnly and cannot be changed after initial creation, for size animation use an ancestor Transform scale instead.&#10;Hint: https://en.wikipedia.org/wiki/Radian" name="startAngle"/>
	<attribute tooltip="[endAngle &initializeOnlyLabel; &SFFloatLabel; &#34;1.570796&#34;] [0,2pi]&#10;Arc extends from startAngle counterclockwise to endAngle, in radians.&#10;Warning: simple-geometry dimensions are initializeOnly and cannot be changed after initial creation, for size animation use an ancestor Transform scale instead.&#10;Hint: https://en.wikipedia.org/wiki/Radian" name="endAngle"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;geometry&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/ArcClose2D.gif" tooltip="ArcClose2D is a polygonal geometry node that defines a linear circular arc, closed by PIE or CHORD line segments, with center (0,0) in X-Y plane with angles measured starting at positive x-axis and sweeping towards positive y-axis.&#10;ヒント: insert a Shape node before adding geometry or Appearance.&#10;Warning: requires X3D profile='Full' or else include &lt;component name='Geometry2D' level='2'/&gt;&#10;Examples: X3D Example Archives, X3D for Web Authors, Chapter 10 Geometry 2D https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter10Geometry2D" name="ArcClose2D">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[radius &initializeOnlyLabel; &SFFloatLabel; &#34;1&#34;] (0,+&#8734;)&#10;circle radius, of which the arc is a portion.&#10;Warning: simple-geometry dimensions are initializeOnly and cannot be changed after initial creation, for size animation use an ancestor Transform scale instead." name="radius"/>
	<attribute tooltip="[startAngle &initializeOnlyLabel; &SFFloatLabel; &#34;0&#34;] [0,2pi]&#10;Arc extends from startAngle counterclockwise to endAngle, in radians.&#10;Warning: simple-geometry dimensions are initializeOnly and cannot be changed after initial creation, for size animation use an ancestor Transform scale instead.&#10;Hint: https://en.wikipedia.org/wiki/Radian" name="startAngle"/>
	<attribute tooltip="[endAngle &initializeOnlyLabel; &SFFloatLabel; &#34;1.570796&#34;] [0,2pi]&#10;Arc extends from startAngle counterclockwise to endAngle, in radians.&#10;Warning: simple-geometry dimensions are initializeOnly and cannot be changed after initial creation, for size animation use an ancestor Transform scale instead.&#10;Hint: https://en.wikipedia.org/wiki/Radian" name="endAngle"/>
	<attribute tooltip="[closureType &initializeOnlyLabel; &SFStringLabel; (PIE|CHORD) &#34;PIE&#34;]&#10;Defines whether pair of line segments connect to center (PIE), or single line-segment chord connects arc endpoints (CHORD).&#10;Warning: simple-geometry parameters cannot be changed after initial creation." name="closureType"/>
	<attribute tooltip="[solid &initializeOnlyLabel; &SFBoolLabel; &#34;false&#34;]&#10;Setting solid true means draw only one side of polygons (backface culling on),&#10;setting solid false means draw both sides of polygons (backface culling off).&#10;Warning: default value true can completely hide geometry if viewed from wrong side!&#10;ヒント: if in doubt, use solid='false' for maximum visibility.&#10;Warning: solid false not supported in VRML97." name="solid"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;geometry&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Circle2D.gif" tooltip="Circle2D is a geometry node that defines a linear circle with center (0,0) in X-Y plane..&#10;ヒント: insert a Shape node before adding geometry or Appearance.&#10;Warning: requires X3D profile='Full' or else include &lt;component name='Geometry2D' level='2'/&gt;&#10;Examples: X3D Example Archives, X3D for Web Authors, Chapter 10 Geometry 2D https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter10Geometry2D" name="Circle2D">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[radius &initializeOnlyLabel; &SFFloatLabel; &#34;1&#34;] (0,+&#8734;)&#10;circle radius.&#10;Warning: simple-geometry dimensions are initializeOnly and cannot be changed after initial creation, for size animation use an ancestor Transform scale instead." name="radius"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;geometry&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Disk2D.gif" tooltip="Disk2D is a geometry node that defines a filled (or partially filled) planar circle with center (0,0) in X-Y plane.&#10;ヒント: insert a Shape node before adding geometry or Appearance.&#10;Warning: requires X3D profile='Full' or else include &lt;component name='Geometry2D' level='2'/&gt;&#10;Examples: X3D Example Archives, X3D for Web Authors, Chapter 10 Geometry 2D https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter10Geometry2D" name="Disk2D">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[innerRadius &initializeOnlyLabel; &SFFloatLabel; &#34;0&#34;] [0,+&#8734;)&#10;Inner circle radius, greater than or equal to 0.&#10;Warning: simple-geometry dimensions are initializeOnly and cannot be changed after initial creation, for size animation use an ancestor Transform scale instead." name="innerRadius"/>
	<attribute tooltip="[outerRadius &initializeOnlyLabel; &SFFloatLabel; &#34;1&#34;] (0,+&#8734;)&#10;Outer radius of circle, greater than or equal to inner radius.&#10;Warning: simple-geometry dimensions are initializeOnly and cannot be changed after initial creation, for size animation use an ancestor Transform scale instead." name="outerRadius"/>
	<attribute tooltip="[solid &initializeOnlyLabel; &SFBoolLabel; &#34;false&#34;]&#10;Setting solid true means draw only one side of polygons (backface culling on),&#10;setting solid false means draw both sides of polygons (backface culling off).&#10;Warning: default value true can completely hide geometry if viewed from wrong side!&#10;ヒント: if in doubt, use solid='false' for maximum visibility.&#10;Warning: solid false not supported in VRML97." name="solid"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;geometry&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Polyline2D.gif" tooltip="Polyline2D is a geometry node that defines a connected set of vertices in a contiguous set of line segments in X-Y plane.&#10;Hint: Material emissiveColor in corresponding Appearance is used for rendering lines. &#10;Warning: lines are not lit, are not texture-mapped, and do not participate in collision detection.
Warning: use a different Material emissiveColor than the Background color, otherwise geometry is invisible.&#10;Hint: adding LineProperties to the corresponding Appearance node can modify the rendering style of these lines. &#10;ヒント: insert a Shape node before adding geometry or Appearance.&#10;Examples: X3D Example Archives, X3D for Web Authors, Chapter 10 Geometry 2D https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter10Geometry2D" name="Polyline2D">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[lineSegments &initializeOnlyLabel; &MFVec2fLabel; #FIXED &#34;&#34;]&#10;Coordinates of vertices connected into contiguous Polyline2D.&#10;Warning: simple-geometry dimensions are initializeOnly and cannot be changed after initial creation, for size animation use an ancestor Transform scale instead." name="lineSegments"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;geometry&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/PointSet.gif" tooltip="Polypoint2D is a geometry node that defines a set of 2D points in X-Y plane.&#10;ヒント: insert a Shape node before adding geometry or Appearance.&#10;Examples: X3D Example Archives, X3D for Web Authors, Chapter 10 Geometry 2D https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter10Geometry2D" name="Polypoint2D">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[point &initializeOnlyLabel; &MFVec2fLabel; #FIXED &#34;&#34;]&#10;2D coordinates of vertices.&#10;Warning: simple-geometry dimensions are initializeOnly and cannot be changed after initial creation, for size animation use an ancestor Transform scale instead." name="point"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;geometry&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Rectangle2D.gif" tooltip="Rectangle2D is a geometry node that defines a 2D rectangle in X-Y plane.&#10;ヒント: insert a Shape node before adding geometry or Appearance.&#10;Examples: X3D Example Archives, X3D for Web Authors, Chapter 10 Geometry 2D https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter10Geometry2D" name="Rectangle2D">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[size &initializeOnlyLabel; &SFVec2fLabel; &#34;2 2&#34;]&#10;2D dimensions of Rectangle2D.&#10;Warning: simple-geometry dimensions are initializeOnly and cannot be changed after initial creation, for size animation use an ancestor Transform scale instead." name="size"/>
	<attribute tooltip="[solid &initializeOnlyLabel; &SFBoolLabel; &#34;false&#34;]&#10;Setting solid true means draw only one side of polygons (backface culling on),&#10;setting solid false means draw both sides of polygons (backface culling off).&#10;Warning: default value true can completely hide geometry if viewed from wrong side!&#10;ヒント: if in doubt, use solid='false' for maximum visibility.&#10;Warning: solid false not supported in VRML97." name="solid"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;geometry&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/TriangleSet2D.gif" tooltip="TriangleSet2D is a geometry node that defines a set of filled 2D triangles in X-Y plane.&#10;ヒント: insert a Shape node before adding geometry or Appearance." name="TriangleSet2D">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[vertices &initializeOnlyLabel; &MFVec2fLabel; #FIXED &#34;&#34;]&#10;2D coordinates of TriangleSet2D vertices.&#10;Warning: simple-geometry dimensions are initializeOnly and cannot be changed after initial creation, for size animation use an ancestor Transform scale instead." name="vertices"/>
	<attribute tooltip="[solid &initializeOnlyLabel; &SFBoolLabel; &#34;false&#34;]&#10;Setting solid true means draw only one side of polygons (backface culling on),&#10;setting solid false means draw both sides of polygons (backface culling off).&#10;Warning: default value true can completely hide geometry if viewed from wrong side!&#10;ヒント: if in doubt, use solid='false' for maximum visibility.&#10;Warning: solid false not supported in VRML97." name="solid"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;geometry&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <!-- CAD Profile, in order: CADLayer, CADAssembly, CADPart, CADFace -->
    <element icon="icons/Group.gif" tooltip="(X3D version 3.1 or later) CADLayer nodes define a hierarchy that shows layer structure for a Computer-Aided Design (CAD) model. CADLayer is a Grouping node that can contain CADAssembly and most nodes.&#10;ヒント: can also contain Shapes or other grouped content.&#10;ヒント: include &lt;component name='CADGeometry' level='2'/&gt;" name="CADLayer">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[children &inputOutputLabel; &MFNodeLabel;, empty list] [X3DChildNode]&#10;Grouping nodes contain an ordered list of children nodes.&#10;ヒント: Each grouping node defines a coordinate space for its children, relative to the coordinate space of its parent node. Thus transformations accumulate down the scene graph hierarchy.&#10;Hint: inputOnly MFNode addChildren field can append new X3DChildNode nodes via a ROUTE connection, duplicate input nodes (i.e. matching DEF, USE values) are ignored.&#10;Hint: inputOnly MFNode removeChildren field can remove nodes from the children list, unrecognized input nodes (i.e. nonmatching DEF, USE values) are ignored.&#10;Hint: X3D Architecture 10.2.1 Grouping and children node types, https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#GroupingAndChildrenNodes" name="children"/>
	<attribute tooltip="[name &inputOutputLabel;, type NMTOKEN #IMPLIED]&#10;Optional name for this particular CAD node.&#10;Warning: name is not included if this instance is a USE node.&#10;Hint: well-defined names can simplify design and debugging through improved author understanding.&#10;Hint: X3D Scene Authoring Hints, Naming Conventions https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="name"/>
	<attribute tooltip="[visible &inputOutputLabel; &MFBoolLabel; #IMPLIED]&#10;Array of boolean values that specify whether each individual child CADAssembly is visible." name="visible"/>
	<attribute tooltip="[bboxCenter &initializeOnlyLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxCenter"/>
	<attribute tooltip="[bboxSize &initializeOnlyLabel; &SFVec3fLabel; &#34;-1 -1 -1&#34;]&#10;Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint.&#10;Hint: can be useful for collision computations or inverse-kinematics (IK) engines.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxSize"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Group.gif" tooltip="(X3D version 3.1 or later) CADAssembly holds a set of Computer-Aided Design (CAD) assemblies or parts grouped together. CADAssembly is a Grouping node that can contain CADAssembly (subassembly), CADPart or CADFace nodes.&#10;ヒント: can also contain Shapes or other grouped content.&#10;ヒント: include &lt;component name='CADGeometry' level='2'/&gt;Hint: ViewpointGroup and OrthoViewpoint require Navigation component level 3, which is higher than CADInterchange profile." name="CADAssembly">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[children &inputOutputLabel; &MFNodeLabel;, empty list] [X3DChildNode]&#10;Grouping nodes contain an ordered list of children nodes.&#10;ヒント: Each grouping node defines a coordinate space for its children, relative to the coordinate space of its parent node. Thus transformations accumulate down the scene graph hierarchy.&#10;Hint: inputOnly MFNode addChildren field can append new X3DChildNode nodes via a ROUTE connection, duplicate input nodes (i.e. matching DEF, USE values) are ignored.&#10;Hint: inputOnly MFNode removeChildren field can remove nodes from the children list, unrecognized input nodes (i.e. nonmatching DEF, USE values) are ignored.&#10;Hint: X3D Architecture 10.2.1 Grouping and children node types, https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#GroupingAndChildrenNodes" name="children"/>
	<attribute tooltip="[name &inputOutputLabel;, type NMTOKEN #IMPLIED]&#10;Optional name for this particular CAD node.&#10;Warning: name is not included if this instance is a USE node.&#10;Hint: well-defined names can simplify design and debugging through improved author understanding.&#10;Hint: X3D Scene Authoring Hints, Naming Conventions https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="name"/>
	<attribute tooltip="[bboxCenter &initializeOnlyLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxCenter"/>
	<attribute tooltip="[bboxSize &initializeOnlyLabel; &SFVec3fLabel; &#34;-1 -1 -1&#34;]&#10;Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint.&#10;Hint: can be useful for collision computations or inverse-kinematics (IK) engines.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxSize"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Group.gif" tooltip="(X3D version 3.1 or later) CADPart is an atomic part that defines both coordinate-system location and the faces that constitute a part in a Computer-Aided Design (CAD) model.&#10;CADPart contains multiple CADFace nodes that make up a single part.&#10;ヒント: include &lt;component name='CADGeometry' level='2'/&gt;" name="CADPart">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[name &inputOutputLabel;, type NMTOKEN #IMPLIED]&#10;Optional name for this particular CAD node.&#10;Warning: name is not included if this instance is a USE node.&#10;Hint: well-defined names can simplify design and debugging through improved author understanding.&#10;Hint: X3D Scene Authoring Hints, Naming Conventions https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="name"/>
	<attribute tooltip="[translation &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Position (x, y, z in meters) of children relative to local coordinate system.&#10;ヒント: The order of operation is first apply the center offset, then scaleOrientation and scale, then rotation, then restore the center offset, then translation." name="translation"/>
	<attribute tooltip="[rotation &inputOutputLabel; &SFRotationLabel; &#34;0 0 1 0&#34;]&#10;Orientation (axis, angle in radians) of children relative to local coordinate system.&#10;ヒント: The order of operation is first apply the center offset, then scaleOrientation and scale, then rotation, then restore the center offset, then translation." name="rotation"/>
	<attribute tooltip="[center &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Translation offset from origin of local coordinate system, applied prior to rotation or scaling.&#10;ヒント: The order of operation is first apply the center offset, then scaleOrientation and scale, then rotation, then restore the center offset, then translation." name="center"/>
	<attribute tooltip="[scale &inputOutputLabel; &SFVec3fLabel; &#34;1 1 1&#34;]&#10;Non-uniform x-y-z scale of child coordinate system, adjusted by center and scaleOrientation.&#10;ヒント: The order of operation is first apply the center offset, then scaleOrientation and scale, then rotation, then restore the center offset, then translation." name="scale"/>
	<attribute tooltip="[scaleOrientation &inputOutputLabel; &SFRotationLabel; &#34;0 0 1 0&#34;]&#10;Preliminary rotation of coordinate system before scaling (to allow scaling around arbitrary orientations).&#10;ヒント: The order of operation is first apply the center offset, then scaleOrientation and scale, then rotation, then restore the center offset, then translation." name="scaleOrientation"/>
	<attribute tooltip="[bboxCenter &initializeOnlyLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxCenter"/>
	<attribute tooltip="[bboxSize &initializeOnlyLabel; &SFVec3fLabel; &#34;-1 -1 -1&#34;]&#10;Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint.&#10;Hint: can be useful for collision computations or inverse-kinematics (IK) engines.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxSize"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Group.gif" tooltip="(X3D version 3.1 or later) CADFace holds  geometry representing one face in a Computer-Aided Design (CAD) CADPart. CADFace can only contain a single Shape or LOD node (with containerField='shape').&#10;ヒント: only zero or one Shape child can be active at one time.&#10;ヒント: include &lt;component name='CADGeometry' level='2'/&gt;" name="CADFace">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[name &inputOutputLabel;, type NMTOKEN #IMPLIED]&#10;Optional name for this particular CAD node.&#10;Warning: name is not included if this instance is a USE node.&#10;Hint: well-defined names can simplify design and debugging through improved author understanding.&#10;Hint: X3D Scene Authoring Hints, Naming Conventions https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="name"/>
	<attribute tooltip="[bboxCenter &initializeOnlyLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxCenter"/>
	<attribute tooltip="[bboxSize &initializeOnlyLabel; &SFVec3fLabel; &#34;-1 -1 -1&#34;]&#10;Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint.&#10;Hint: can be useful for collision computations or inverse-kinematics (IK) engines.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxSize"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/IndexedFaceSet.gif" tooltip="(X3D version 3.1 or later) IndexedQuadSet is a geometry node that defines planar quadrilaterals. IndexedQuadSet contains a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.&#10;Hint: Quadrilateral https://en.wikipedia.org/wiki/Quadrilateral&#10;Hint: Quadrilateral https://en.wikipedia.org/wiki/Quadrilateral&#10;Hint: color, normal and texCoord values are applied in the same order as coord values.&#10;ヒント: insert a Shape node before adding geometry or Appearance.&#10;ヒント: for advanced extensibility, authors can substitute a type-matched ProtoInstance node (with correct containerField value) for contained node content.&#10;ヒント: include &lt;component name='CADGeometry' level='1'/&gt;&#10;Warning: rendering characteristics are undefined if polygons are not planar.&#10;Warning: avoid self-intersecting polygon line segments, otherwise defined geometry is irregular and rendering results are undefined." name="IndexedQuadSet">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[index &initializeOnlyLabel; &MFInt32Label; #IMPLIED] [0,+&#8734;)&#10;index values provide order in which coordinates are applied.&#10;Order starts at index 0, commas are optional between sets. Four unique indices are defined for each quadrilateral.&#10;Warning: -1 sentinel values are not allowed." name="index"/>
	<attribute tooltip="[ccw &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;ccw = counterclockwise: ordering of vertex coordinates orientation, according to Right-Hand Rule (RHR).&#10;ヒント: ccw false can reverse solid (backface culling) and normal-vector orientation. Note that consistency of left-handed or right-handed point sequences is important throughout." name="ccw"/>
	<attribute tooltip="[colorPerVertex &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether Color|ColorRGBA values are applied to each point vertex (true) or to each polygon face (false).&#10;Warning: if child Color|ColorRGBA node is not provided, then geometry is rendered using corresponding Appearance and material/texture values.&#10;Hint: X3D Scene Authoring Hints, Color https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Color" name="colorPerVertex"/>
	<attribute tooltip="[normalPerVertex &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether Normal node vector values are applied to each point vertex (true) or to each polygon face (false).&#10;Hint: if no child Normal node is provided, the X3D browser shall automatically generate normals, using creaseAngle to determine smoothed shading across shared vertices." name="normalPerVertex"/>
	<attribute tooltip="[solid &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Setting solid true means draw only one side of polygons (backface culling on),&#10;setting solid false means draw both sides of polygons (backface culling off).&#10;Warning: default value true can completely hide geometry if viewed from wrong side!&#10;ヒント: if in doubt, use solid='false' for maximum visibility." name="solid"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;geometry&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Triangle.gif" tooltip="(X3D version 3.1 or later) QuadSet is a geometry node that defines planar quadrilaterals. QuadSet contains a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.&#10;Hint: Quadrilateral https://en.wikipedia.org/wiki/Quadrilateral&#10;Hint: color, normal and texCoord values are applied in the same order as coord values.&#10;ヒント: insert a Shape node before adding geometry or Appearance.&#10;ヒント: for advanced extensibility, authors can substitute a type-matched ProtoInstance node (with correct containerField value) for contained node content.&#10;ヒント: include &lt;component name='CADGeometry' level='1'/&gt;&#10;Warning: rendering characteristics are undefined if polygons are not planar.&#10;Warning: avoid self-intersecting polygon line segments, otherwise defined geometry is irregular and rendering results are undefined." name="QuadSet">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[ccw &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;ccw = counterclockwise: ordering of vertex coordinates orientation, according to Right-Hand Rule (RHR).&#10;ヒント: ccw false can reverse solid (backface culling) and normal-vector orientation. Note that consistency of left-handed or right-handed point sequences is important throughout." name="ccw"/>
	<attribute tooltip="[colorPerVertex &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether Color|ColorRGBA values are applied to each point vertex (true) or to each polygon face (false).&#10;Warning: if child Color|ColorRGBA node is not provided, then geometry is rendered using corresponding Appearance and material/texture values.&#10;Hint: X3D Scene Authoring Hints, Color https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Color" name="colorPerVertex"/>
	<attribute tooltip="[normalPerVertex &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether Normal node vector values are applied to each point vertex (true) or to each polygon face (false).&#10;Hint: if no child Normal node is provided, the X3D browser shall automatically generate normals, using creaseAngle to determine smoothed shading across shared vertices." name="normalPerVertex"/>
	<attribute tooltip="[solid &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Setting solid true means draw only one side of polygons (backface culling on),&#10;setting solid false means draw both sides of polygons (backface culling off).&#10;Warning: default value true can completely hide geometry if viewed from wrong side!&#10;ヒント: if in doubt, use solid='false' for maximum visibility." name="solid"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;geometry&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Collision.gif" tooltip="Collision detects camera-to-object contact using current view and NavigationInfo avatarSize.&#10;Collision is a Grouping node that handles collision detection for its children.&#10;Collision can contain a single proxy child node for substitute collision-detection geometry.&#10;Hint: proxy geometry is not rendered.&#10;Hint: PointSet, IndexedLineSet, LineSet and Text are not collidable geometry do not trigger collisions.&#10;ヒント: improve performance using proxy for simpler contact-calculation geometry.&#10;ヒント: NavigationInfo types &apos;&quot;WALK&quot; &quot;FLY&quot;&apos; support camera-to-object collision detection.&#10;ヒント: insert a Shape node before adding geometry or Appearance." name="Collision">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[children &inputOutputLabel; &MFNodeLabel;, empty list] [X3DChildNode]&#10;Grouping nodes contain an ordered list of children nodes.&#10;ヒント: Each grouping node defines a coordinate space for its children, relative to the coordinate space of its parent node. Thus transformations accumulate down the scene graph hierarchy.&#10;Hint: inputOnly MFNode addChildren field can append new X3DChildNode nodes via a ROUTE connection, duplicate input nodes (i.e. matching DEF, USE values) are ignored.&#10;Hint: inputOnly MFNode removeChildren field can remove nodes from the children list, unrecognized input nodes (i.e. nonmatching DEF, USE values) are ignored.&#10;Hint: X3D Architecture 10.2.1 Grouping and children node types, https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#GroupingAndChildrenNodes" name="children"/>
	<attribute tooltip="[bboxCenter &initializeOnlyLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxCenter"/>
	<attribute tooltip="[bboxSize &initializeOnlyLabel; &SFVec3fLabel; &#34;-1 -1 -1&#34;]&#10;Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint.&#10;Hint: can be useful for collision computations or inverse-kinematics (IK) engines.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxSize"/>
	<attribute tooltip="[enabled &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enables/disables collision detection for children and all descendants.&#10;ヒント: former name &#34;collide&#34; in VRML97 specification." name="enabled"/>
	<attribute tooltip="[isActive &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;isActive true/false events are sent when triggering the sensor.&#10;isActive=true when view-object collision occurs, isActive=false when view-object collision no longer occurs.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isActive"/>
	<attribute tooltip="[collideTime &outputOnlyLabel; &SFTimeLabel; #FIXED &#34;&#34;]&#10;Time of collision between camera (avatar) and geometry.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="collideTime"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Color.gif" tooltip="Color node defines a set of RGB color values that apply either to a sibling Coordinate|CoordinateDouble node, or else to a parent ElevationGrid node.&#10;Color is only used by ElevationGrid, IndexedFaceSet, IndexedLineSet, LineSet, PointSet, Triangle* and IndexedTriangle* nodes.&#10;ヒント: colors are often controlled by Material instead.&#10;Hint: X3D Scene Authoring Hints, Color https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Color" name="Color">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[color &inputOutputLabel; &MFColorLabel; #IMPLIED]&#10;The color field defines an array of 3-tuple RGB colors." name="color"/>
	<attribute tooltip="[containerField type (color | colorRamp) &#34;color&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Color.gif" tooltip="ColorRGBA node defines a set of RGBA color values that apply either to a sibling Coordinate|CoordinateDouble node, or else to a parent ElevationGrid node.&#10;ColorRGBA is only used by ElevationGrid, IndexedFaceSet, IndexedLineSet, LineSet, PointSet, Triangle* and IndexedTriangle* nodes.&#10;ヒント: colors are often controlled by Material instead.&#10;ヒント: alpha channel may be ignored under Interchange profile.&#10;Warning: ColorRGBA requires Rendering component level 3 (alpha fully supported), Rendering component level 1 (alpha optional), otherwise Full profile.&#10;Hint: X3D Scene Authoring Hints, Color https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Color" name="ColorRGBA">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[color &inputOutputLabel; &MFColorRGBALabel; #IMPLIED] [0,1]&#10;The color field defines an array of 4-tuple RGBA colors. &#10;Warning: ColorRGBA requires Rendering component level 3 (alpha fully supported), Rendering component level 1 (alpha optional), otherwise Full profile." name="color"/>
	<attribute tooltip="[containerField type (color | colorRamp) &#34;color&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/ColorInterpolator.gif" tooltip="ColorInterpolator generates a range of color values. Authors can ROUTE value_changed output events to various color fields of Material or Color nodes.&#10;ヒント: typical input connection is ROUTE someTimeSensorDEF.fraction_changed TO someInterpolatorDEF.set_fraction.&#10;ヒント: typical output connection is ROUTE someInterpolatorDEF.value_changed TO destinationNode.set_attribute.&#10;Hint: X3D Scene Authoring Hints, Color https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Color" name="ColorInterpolator">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[key &inputOutputLabel; &MFFloatLabel; #IMPLIED]&#10;Definition values for linear-interpolation function input intervals, listed in non-decreasing order and corresponding to a value in the keyValue array.&#10;Warning: number of keys must match number of keyValues!&#10;Warning: values in key array shall be monotonically non-decreasing, meaning that each value is greater than or equal to the preceding value.&#10;Hint: typical interval for values in key array is within range of 0 to 1, but larger intervals can be defined with arbitrary bounds." name="key"/>
	<attribute tooltip="[keyValue &inputOutputLabel; &MFColorLabel; #IMPLIED]&#10;Output values for linear interpolation, each corresponding to an input-fraction value in the key array.&#10;Hint: identical adjacent entries in keyValue array have the effect of defining constant-value step functions. https://en.wikipedia.org/wiki/Step_function &#10;Warning: number of keys must match number of keyValues!" name="keyValue"/>
	<attribute tooltip="[set_fraction &inputOnlyLabel; &SFFloatLabel; #FIXED &#34;&#34;]&#10;set_fraction selects input key for corresponding keyValue output.&#10;Hint: set_fraction values are typically in same range interval as values in the key array. Response to an input set_fraction value less than minimum is equivalent to minimum key, and response to an input set_fraction value greater than maximum is equivalent to maximum key.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_fraction"/>
	<attribute tooltip="[value_changed &outputOnlyLabel; &SFColorLabel; #FIXED &#34;&#34;]&#10;Linearly interpolated output value determined by current key time and corresponding keyValue pair.&#10;Hint: X3D players might not send unchanging intermediate values, thus avoiding excessive superfluous events that have no effect.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="value_changed"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/component.gif" tooltip="Each added component statement indicates needed scene functionality above the given X3D profile.&#10;ヒント: component statements are optional secondary children of head statement (add a head statement first).&#10;Hint: X3D XML Encoding https://www.web3d.org/documents/specifications/19776-1/V3.3/Part01/concepts.html#Header&#10;Warning: the COMPONENT statement is capitalized in the ClassicVRML Encoding.&#10;Hint: X3D Architecture 7.2.5.4 COMPONENT statement https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/core.html#COMPONENTStatement" name="component">
	<attribute tooltip="[name type ENUMERATION &componentNames; #REQUIRED]&#10;Provides name of this component, as defined in corresponding X3D Specification component Introduction.&#10;Example: X3D Architecture 10.1.1 Name for Grouping component https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#Name&#10;ヒント: all nodes, components and levels are already supported in Full profile.&#10;Hint: well-defined names can simplify design and debugging through improved author understanding.&#10;Hint: X3D Scene Authoring Hints, Naming Conventions https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="name"/>
	<attribute tooltip="[level &SFInt32Label; &componentLevels; #REQUIRED]&#10;Necessary level of support for this scene, as defined in corresponding Support table for a given node's component.&#10;Hint: for example specification definitions, X3D Architecture Grouping component, 10.5 Support levels https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#SupportLevels" name="level"/>
    </element>
    <element icon="icons/Cone.gif" tooltip="Cone is a geometry node.&#10;Hint: cone https://en.wikipedia.org/wiki/Cone &#10;ヒント: insert a Shape node before adding geometry or Appearance." name="Cone">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[height &initializeOnlyLabel; &SFFloatLabel; &#34;2&#34;] (0,+&#8734;)&#10;Size in meters.&#10;Warning: simple-geometry dimensions are initializeOnly and cannot be changed after initial creation, for size animation use an ancestor Transform scale instead." name="height"/>
	<attribute tooltip="[bottomRadius &initializeOnlyLabel; &SFFloatLabel; &#34;1&#34;] (0,+&#8734;)&#10;Size in meters.&#10;Warning: simple-geometry dimensions are initializeOnly and cannot be changed after initial creation, for size animation use an ancestor Transform scale instead." name="bottomRadius"/>
	<attribute tooltip="[side &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether to draw sides (other inside faces are not drawn).&#10;Warning: cannot be changed after initial creation." name="side"/>
	<attribute tooltip="[bottom &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether to draw bottom (other inside faces are not drawn).&#10;Warning: cannot be changed after initial creation." name="bottom"/>
	<attribute tooltip="[solid &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Setting solid true means draw only one side of polygons (backface culling on),&#10;setting solid false means draw both sides of polygons (backface culling off).&#10;Warning: default value true can completely hide geometry if viewed from wrong side!&#10;ヒント: if in doubt, use solid='false' for maximum visibility.&#10;Warning: solid false not supported in VRML97." name="solid"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;geometry&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Coordinate.gif" tooltip="Coordinate builds geometry by defining a set of 3D coordinate (triplet) point values.&#10;Coordinate is used by IndexedFaceSet, IndexedLineSet, LineSet, PointSet, Triangle* and IndexedTriangle* nodes.&#10;Coordinate is also used by HAnimHumanoid, HAnimSegment, and various Nurbs nodes." name="Coordinate">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[point &inputOutputLabel; &MFVec3fLabel; #IMPLIED]&#10;point contains a set of 3D coordinate (triplet) point values." name="point"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;coord&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Coordinate.gif" tooltip="CoordinateDouble builds geometry by defining a set of 3D coordinate (triplet) point values.&#10;CoordinateDouble is used by IndexedFaceSet, IndexedLineSet, LineSet, PointSet, Triangle* and IndexedTriangle* nodes.&#10;CoordinateDouble is also used by NurbsPositionInterpolator and NurbsOrientationInterpolator.&#10;Warning: CoordinateDouble requires NURBS component level 1, otherwise Full profile." name="CoordinateDouble">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[point &inputOutputLabel; &MFVec3dLabel; #IMPLIED]&#10;point contains a set of 3D coordinate (triplet) point values." name="point"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;coord&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/CoordinateInterpolator.gif" tooltip="CoordinateInterpolator linearly interpolates among a list of 3-tuple MFVec3f arrays, producing a single MFVec3f array that is fractional average between two nearest arrays in the list. Authors can ROUTE value_changed output events (an array of 3-tuple SFVec3f values) to a Coordinate node's point field, or to another MFVec3f field.&#10;ヒント: typical input connection is ROUTE someTimeSensorDEF.fraction_changed TO someInterpolatorDEF.set_fraction.&#10;ヒント: typical output connection is ROUTE someInterpolatorDEF.value_changed TO destinationNode.set_attribute." name="CoordinateInterpolator">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[key &inputOutputLabel; &MFFloatLabel; #IMPLIED]&#10;Definition values for linear-interpolation function input intervals, listed in non-decreasing order and corresponding to a value in the keyValue array.&#10;ヒント: number of keyValues must be an integer multiple of the number of keys!&#10;ヒント: keyValue/key integer multiple defines how many coordinates are sent in&#10;value_changed outputOnlys.&#10;Warning: values in key array shall be monotonically non-decreasing, meaning that each value is greater than or equal to the preceding value.&#10;Hint: typical interval for values in key array is within range of 0 to 1, but larger intervals can be defined with arbitrary bounds." name="key"/>
	<attribute tooltip="[keyValue &inputOutputLabel; &MFVec3fLabel; #IMPLIED]&#10;Output values for linear interpolation, each corresponding to an input-fraction value in the key array.&#10;Hint: identical adjacent entries in keyValue array have the effect of defining constant-value step functions. https://en.wikipedia.org/wiki/Step_function &#10;ヒント: number of keyValues must be an integer multiple of the number of keys!&#10;ヒント: keyValue/key integer multiple defines how many coordinates are sent in&#10;value_changed outputOnlys." name="keyValue"/>
	<attribute tooltip="[set_fraction &inputOnlyLabel; &SFFloatLabel; #FIXED &#34;&#34;]&#10;set_fraction selects input key for corresponding keyValue output.&#10;Hint: set_fraction values are typically in same range interval as values in the key array. Response to an input set_fraction value less than minimum is equivalent to minimum key, and response to an input set_fraction value greater than maximum is equivalent to maximum key.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_fraction"/>
	<attribute tooltip="[value_changed &outputOnlyLabel; &MFVec3fLabel; #FIXED &#34;&#34;]&#10;Linearly interpolated output value determined by current key time and corresponding keyValue pair.&#10;Hint: X3D players might not send unchanging intermediate values, thus avoiding excessive superfluous events that have no effect.&#10;ヒント: keyValue/key integer multiple defines how many coordinates are sent in value_changed outputOnlys.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="value_changed"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/CoordinateInterpolator2D.gif" tooltip="CoordinateInterpolator2D generates a series of SFVec2f or MFVec2f 2-tuple float values. Authors can ROUTE value_changed output events to a SFVec2f or MFVec2f attribute.&#10;ヒント: typical input connection is ROUTE someTimeSensorDEF.fraction_changed TO someInterpolatorDEF.set_fraction.&#10;ヒント: typical output connection is ROUTE someInterpolatorDEF.value_changed TO destinationNode.set_attribute.&#10;Warning: requires X3D profile='Full' or else include &lt;component name='Interpolation' level='3'/&gt;" name="CoordinateInterpolator2D">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[key &inputOutputLabel; &MFFloatLabel; #IMPLIED]&#10;Definition values for linear-interpolation function input intervals, listed in non-decreasing order and corresponding to a value in the keyValue array.&#10;ヒント: number of keyValues must be an integer multiple of the number of keys!&#10;ヒント: keyValue/key integer multiple defines how many coordinates are sent in&#10;value_changed outputOnlys.&#10;Warning: values in key array shall be monotonically non-decreasing, meaning that each value is greater than or equal to the preceding value.&#10;Hint: typical interval for values in key array is within range of 0 to 1, but larger intervals can be defined with arbitrary bounds." name="key"/>
	<attribute tooltip="[keyValue &inputOutputLabel; &MFVec2fLabel; #IMPLIED]&#10;Output values for linear interpolation, each corresponding to an input-fraction value in the key array.&#10;Hint: identical adjacent entries in keyValue array have the effect of defining constant-value step functions. https://en.wikipedia.org/wiki/Step_function &#10;ヒント: number of keyValues must be an integer multiple of the number of keys!&#10;ヒント: keyValue/key integer multiple defines how many coordinates are sent in&#10;value_changed outputOnlys." name="keyValue"/>
	<attribute tooltip="[set_fraction &inputOnlyLabel; &SFFloatLabel; #FIXED &#34;&#34;]&#10;set_fraction selects input key for corresponding keyValue output.&#10;Hint: set_fraction values are typically in same range interval as values in the key array. Response to an input set_fraction value less than minimum is equivalent to minimum key, and response to an input set_fraction value greater than maximum is equivalent to maximum key.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_fraction"/>
	<attribute tooltip="[value_changed &outputOnlyLabel; &MFVec2fLabel; #FIXED &#34;&#34;]&#10;Linearly interpolated output value determined by current key time and corresponding keyValue pair.&#10;Hint: X3D players might not send unchanging intermediate values, thus avoiding excessive superfluous events that have no effect.&#10;ヒント: keyValue/key integer multiple defines how many coordinates are sent in value_changed outputOnlys.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="value_changed"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Cylinder.gif" tooltip="Cylinder is a geometry node.&#10;Hint: Cylinder https://en.wikipedia.org/wiki/Cylinder&#10;ヒント: insert a Shape node before adding geometry or Appearance." name="Cylinder">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[height &initializeOnlyLabel; &SFFloatLabel; &#34;2&#34;] (0,+&#8734;)&#10;Size in meters.&#10;Warning: simple-geometry dimensions are initializeOnly and cannot be changed after initial creation, for size animation use an ancestor Transform scale instead." name="height"/>
	<attribute tooltip="[radius &initializeOnlyLabel; &SFFloatLabel; &#34;1&#34;] (0,+&#8734;)&#10;Size in meters.&#10;Warning: simple-geometry dimensions are initializeOnly and cannot be changed after initial creation, for size animation use an ancestor Transform scale instead." name="radius"/>
	<attribute tooltip="[top &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether to draw top (inside faces are never drawn).&#10;Warning: cannot be changed after initial creation." name="top"/>
	<attribute tooltip="[side &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether to draw sides (inside faces are never drawn).&#10;Warning: cannot be changed after initial creation." name="side"/>
	<attribute tooltip="[bottom &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether to draw bottom (inside faces are never drawn).&#10;Warning: cannot be changed after initial creation." name="bottom"/>
	<attribute tooltip="[solid &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Setting solid true means draw only one side of polygons (backface culling on),&#10;setting solid false means draw both sides of polygons (backface culling off).&#10;Warning: default value true can completely hide geometry if viewed from wrong side!&#10;ヒント: if in doubt, use solid='false' for maximum visibility.&#10;Warning: solid false not supported in VRML97." name="solid"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;geometry&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/CylinderSensor.gif" tooltip="CylinderSensor converts pointer motion (for example, a mouse or wand) into rotation values&#10;using an invisible cylinder aligned with local Y-axis.&#10;ヒント: TouchSensor detects pointing-device actions affecting peer nodes and their child geometry.&#10;ヒント: add semi-transparent surrounding geometry to see the effect of the sensor.&#10;ヒント: initial relative bearing of pointer drag determines whether&#10;cylinder sides or end-cap disks are used for manipulation.&#10;Hint: X3D Architecture 20.2.1 Overview of pointing device sensors https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/pointingsensor.html#OverviewOfPointingDeviceSensors&#10;Hint: X3D Architecture 20.2.2 Drag sensors https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/pointingsensor.html#DragSensors&#10;Hint: X3D Architecture 20.2.3 Activating and manipulating pointing device sensors https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/pointingsensor.html#Activatingandmanipulating" name="CylinderSensor">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[description &inputOutputLabel; &SFStringLabel; #IMPLIED]&#10;Author-provided text tooltip that tells users the expected action of this node.&#10;ヒント: use spaces, make descriptions clear and readable.&#10;ヒント: many XML tools substitute XML character references automatically if needed (such as &amp;#38; for &#38; ampersand character, or &amp;#34; for &#34; quotation-mark character)." name="description"/>
	<attribute tooltip="[enabled &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enables/disables node operation." name="enabled"/>
	<attribute tooltip="[minAngle &inputOutputLabel; &SFFloatLabel; &#34;0&#34;]&#10;clamps rotation_changed events within range of min/max values&#10;ヒント: if minAngle &gt; maxAngle, rotation is not clamped.&#10;Hint: https://en.wikipedia.org/wiki/Radian" name="minAngle"/>
	<attribute tooltip="[maxAngle &inputOutputLabel; &SFFloatLabel; &#34;0&#34;]&#10;clamps rotation_changed events within range of min/max values&#10;ヒント: if minAngle &gt; maxAngle, rotation is not clamped.&#10;Hint: https://en.wikipedia.org/wiki/Radian" name="maxAngle"/>
	<attribute tooltip="[diskAngle &inputOutputLabel; &SFFloatLabel; &#34;0.262&#34; (15 degrees)]&#10;Help decide rotation behavior from initial relative bearing of pointer drag:&#10;acute angle whether cylinder sides or end-cap disks of virtual-geometry sensor&#10;are used for manipulation.&#10;ヒント: diskAngle 0 forces disk-like behavior,&#10;diskAngle 1.570796 (90 degrees) forces cylinder-like behavior." name="diskAngle"/>
	<attribute tooltip="[autoOffset &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;determines whether previous offset values are remembered/accumulated." name="autoOffset"/>
	<attribute tooltip="[offset &inputOutputLabel; &SFFloatLabel; &#34;0&#34;]&#10;Sends event and remembers last value sensed.&#10;Warning: ROUTE connecting rotation_changed to set_offset creates a self-reinforcing positive feedback loop and results in unmanageable response." name="offset"/>
	<attribute tooltip="[isActive &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;Select geometry by activating the pointing device (e.g. clicking the mouse) to generate isActive events. Output event isActive=true is sent when geometry is selected (e.g. when primary mouse button is pressed), output event isActive=false is sent when geometry is deselected (e.g. when primary mouse button is released).&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isActive"/>
	<attribute tooltip="[isOver &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;Hover over geometry by aiming the mouse (or pointing device) to generate isOver events. Sensor sends output event isOver=true event when pointing device moves over sensor's geometry, and later sends output event isOver=false event when pointing device moves off.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isOver"/>
	<attribute tooltip="[rotation_changed &outputOnlyLabel; &SFRotationLabel; #FIXED &#34;&#34;]&#10;rotation_changed events equal sum of relative bearing changes plus offset value&#10;about Y-axis in local coordinate system.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="rotation_changed"/>
	<attribute tooltip="[trackPoint_changed &outputOnlyLabel; &SFVec3fLabel; #FIXED &#34;&#34;]&#10;trackPoint_changed events give intersection point of bearing with sensor's virtual geometry.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events.&#10;Warning: trackPoint_changed events represent unclamped intersection points on plane surface. Browsers can interpret drags off of the surface in various ways.  Note that translation_changed events are clamped by minPosition/maxPosition and thus may be preferable." name="trackPoint_changed"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/DirectionalLight.gif" tooltip="DirectionalLight defines parallel light rays that illuminate geometric shapes.&#10;Lighting illuminates all geometry except lines and points.  By default, light scope only illuminates peer geometry and children nodes within the scene graph hierarchy.&#10;No source location is needed since rays are parallel from an infinitely distant source.&#10;DirectionalLight nodes do not attenuate with distance.&#10;Lights have no visible shape themselves and lighting effects continue through any intermediate geometry.&#10;ヒント: animate direction to simulate time-of-day sunlight effects.&#10;ヒント: The bound NavigationInfo controls whether headlight is enabled on/off. &#10;Interchange profile ヒント: light might not be scoped by parent Group or Transform." name="DirectionalLight">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[on &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enables/disables this light source." name="on"/>
	<attribute tooltip="[color &inputOutputLabel; &SFColorLabel; &#34;1 1 1&#34;] [0,1]&#10;color of light, applied to colors of objects.&#10;Hint: X3D Scene Authoring Hints, Color https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Color" name="color"/>
	<attribute tooltip="[direction &inputOutputLabel; &SFVec3fLabel; &#34;0 0 -1&#34;]&#10;Orientation vector of light relative to local coordinate system.&#10;ヒント: animate direction to simulate time-of-day sunlight effects." name="direction"/>
	<attribute tooltip="[intensity &inputOutputLabel; &SFFloatLabel; &#34;1&#34;] [0,1]&#10;Brightness of direct emission from the light." name="intensity"/>
	<attribute tooltip="[ambientIntensity &inputOutputLabel; &SFFloatLabel; &#34;0&#34;] [0,1]&#10;Brightness of ambient (nondirectional background) emission from the light.&#10;Interchange profile ヒント: this field may be ignored." name="ambientIntensity"/>
	<attribute tooltip="(X3D version 3.1 or later) [global &inputOutputLabel; &SFBoolLabel; &#34;false&#34;]&#10;Global lights illuminate all objects within their volume of lighting influence.&#10;Scoped lights only illuminate objects within the same transformation hierarchy.&#10;Warning: DirectionalLight default global=false to limit scope and avoid inadvertently illuminating every object in a large scene. PointLight and SpotLight default global=true since their effects are each limited by maximum radius value." name="global"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/ElevationGrid.gif" tooltip="ElevationGrid is a geometry node defining a rectangular height field, with default values for a 1m by 1m square at height 0.&#10;Vertices corresponding to ElevationGrid height values define quadrilaterals, which are placed above or below a flat surface.&#10;Hint: the height array defines (xDimension-1)*(zDimension-1) quadrilaterals.&#10;Warning: generated quadrilaterals can be nonplanar. Tessellation splits quadrilaterals into triangles along seam starting at initial vertex of the quadrilateral and proceeding to opposite vertex.&#10;Hint: positive direction for normal of each triangle is on same side of the quadrilateral. Triangles are defined either counterclockwise or clockwise depending on value of ccw field.&#10;Hint: ElevationGrid can contain Color|ColorRGBA, Normal and TextureCoordinate nodes.&#10;ヒント: insert a Shape node before adding geometry or Appearance.&#10;ヒント: for advanced extensibility, authors can substitute a type-matched ProtoInstance node (with correct containerField value) for contained node content." name="ElevationGrid">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[xDimension &initializeOnlyLabel; &SFInt32Label; &#34;2&#34;] [0,+&#8734;)&#10;Number of elements in the height array along X direction.&#10;Hint:  total horizontal x-axis distance equals (xDimension-1) * xSpacing.&#10;Warning: xDimension &lt; 2 means that ElevationGrid contains no quadrilaterals." name="xDimension"/>
	<attribute tooltip="[zDimension &initializeOnlyLabel; &SFInt32Label; &#34;2&#34;] [0,+&#8734;)&#10;Number of elements in the height array along Z direction.&#10;Hint:  total horizontal z-axis distance equals (zDimension-1) * zSpacing.&#10;Warning: zDimension &lt; 2 means that ElevationGrid contains no quadrilaterals." name="zDimension"/>
	<attribute tooltip="[xSpacing &initializeOnlyLabel; &SFFloatLabel; &#34;1.0&#34;] (0,+&#8734;)&#10;Meters distance between grid-array vertices along X direction.&#10;ヒント: total horizontal x-axis distance equals (xDimension-1) * xSpacing." name="xSpacing"/>
	<attribute tooltip="[zSpacing &initializeOnlyLabel; &SFFloatLabel; &#34;1.0&#34;] (0,+&#8734;)&#10;Meters distance between grid-array vertices along Z direction.&#10;ヒント: total lateral z-axis distance equals (zDimension-1) * zSpacing." name="zSpacing"/>
	<attribute tooltip="[height &initializeOnlyLabel; &MFFloatLabel; &#34;0 0 0 0&#34;]&#10;Grid array of height vertices with upward direction along +Y axis, with xDimension rows and zDimension columns.&#10;Hint: height array values are given in row-major order from left to right along X
axis, then back to front along Z axis." name="height"/>
	<attribute tooltip="[set_height &inputOnlyLabel; &MFFloatLabel; #FIXED &#34;&#34;]&#10;Grid array of height vertices with upward direction along +Y axis, with xDimension rows and zDimension columns.&#10;Hint: height array values are given in row-major order from left to right along X
axis, then back to front along Z axis.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_height"/>
	<attribute tooltip="[ccw &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;ccw = counterclockwise: ordering of vertex coordinates orientation, according to Right-Hand Rule (RHR).&#10;ヒント: ccw false can reverse solid (backface culling) and normal-vector orientation. Note that consistency of left-handed or right-handed point sequences is important throughout." name="ccw"/>
	<attribute tooltip="[creaseAngle &initializeOnlyLabel; &SFFloatLabel; &#34;0&#34;] [0,+&#8734;)&#10;creaseAngle defines angle (in radians) for determining whether adjacent polygons&#10;are drawn with sharp edges or smooth shading.&#10;If angle between normals of two adjacent polygons is less than creaseAngle,&#10;smooth shading is rendered across the shared line segment.&#10;ヒント: creaseAngle=0 means render all edges sharply,&#10;  creaseAngle=3.14159 means render all edges smoothly.&#10;Hint: https://en.wikipedia.org/wiki/Radian" name="creaseAngle"/>
	<attribute tooltip="[solid &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Setting solid true means draw only one side of polygons (backface culling on),&#10;setting solid false means draw both sides of polygons (backface culling off).&#10;Warning: default value true can completely hide geometry if viewed from wrong side!&#10;ヒント: if in doubt, use solid='false' for maximum visibility." name="solid"/>
	<attribute tooltip="[colorPerVertex &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether Color node color values are applied to each point vertex (true) or per quadrilateral (false).&#10;Hint: X3D Scene Authoring Hints, Color https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Color" name="colorPerVertex"/>
	<attribute tooltip="[normalPerVertex &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether Normal node vector values are applied to each point vertex (true) or per quadrilateral (false).&#10;Hint: if no child Normal node is provided, the X3D browser shall automatically generate normals, using creaseAngle to determine smoothed shading across shared vertices." name="normalPerVertex"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;geometry&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/IS.gif" tooltip="EXPORT exposes a local node for ROUTE passing of event values when the current Scene is included via Inline by a parent external world. These connections allow event values to be exchanged via ROUTE statements between a parent model and a child Inline model.&#10;ヒント: you can place EXPORT statements after Scene tag to show interfaces at top.&#10;Warning: EXPORT statements are not allowed in prototype declarations.&#10;Warning:  corresponding parent-scene IMPORT and child Inline-scene EXPORT statements are necessary in order to ROUTE values between a parent model and a child Inline model.&#10;Hint: X3D Architecture 4.4.6 Import/Export semantics https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/concepts.html#ImportExportsemantics" name="EXPORT">
	<attribute tooltip="[localDEF type IDREF #REQUIRED]&#10;localDEF is the DEF name of the local node to be EXPORTed." name="localDEF"/>
	<attribute tooltip="[AS NMTOKEN #IMPLIED]&#10;rename localDEF node AS a different name when exporting.&#10;ヒント: optional, default is to use same localDEF name." name="AS"/>
    </element>
    <element icon="icons/IS.gif" tooltip="IMPORT provides ROUTE access to a node that has a corresponding EXPORT statement within an Inline scene. These connections allow event values to be passed via ROUTE statements between a parent model and a child Inline model.&#10;ヒント: Place IMPORT statements next to corresponding Inline scenes for readability.&#10;Warning:  corresponding parent-scene IMPORT and child Inline-scene EXPORT statements are necessary in order to ROUTE values between a parent model and a child Inline model.&#10;Hint: X3D Architecture 4.4.6 Import/Export semantics https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/concepts.html#ImportExportsemantics" name="IMPORT">
	<attribute tooltip="[inlineDEF type IDREF #REQUIRED]&#10;inlineDEF is the DEF name of Inline node in the same scene as this IMPORT statement.&#10;Warning: the inlineDEF Inline scene must similarly include a corresponding EXPORT statement." name="inlineDEF"/>
	<attribute tooltip="[importedDEF NMTOKEN #REQUIRED]&#10;importedDEF is DEF name of the node of interest that is contained in the remote inlineDEF scene.&#10;ヒント: required." name="importedDEF"/>
	<attribute tooltip="[AS NMTOKEN #IMPLIED]&#10;map importedDEF name AS a new name in current scene.&#10;ヒント: optional, default export is importedDEF node name." name="AS"/>
    </element>
    <element icon="icons/ExternProtoDeclare.gif" tooltip="ExternProtoDeclare refers to a ProtoDeclare node declaration provided in another file.&#10;ExternProtoDeclare interfaces are defined by &lt;field&gt;  statements (without IS/connect statements).&#10;ヒント: ExternProto is a definition only, add corresponding ProtoInstance nodes to create new instances.&#10;ヒント: ExternProtoDeclare url is of the form&#10;https://www.web3d.org/x3d/someWorld.x3d#ProtoName&#10;ヒント: X3D Scene Authoring Hints https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#InlinesPrototypes&#10;Warning: do not include a &lt;ProtoInterface&gt; element.&#10;Warning: setting a value is not allowed for ExternProtoDeclare field declarations, since original ProtoDeclare initializations or local ProtoInstance fieldValue initializations take precedence.&#10;Hint: X3D Architecture 7.2.5.9 EXTERNPROTO statement https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/core.html#EXTERNPROTOStatement&#10;Hint: X3D Architecture 4.4.4 Prototype semantics, https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/concepts.html#PROTOdefinitionsemantics&#10;Examples: X3D Example Archives, X3D for Web Authors, Chapter 14 Prototypes https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter14Prototypes" name="ExternProtoDeclare">
	<attribute tooltip="[name type NMTOKEN #REQUIRED]&#10;name of the ExternProtoDeclare (External Prototype Declaration) being referenced.&#10;Hint: well-defined names can simplify design and debugging through improved author understanding.&#10;Hint: X3D Scene Authoring Hints, Naming Conventions https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="name"/>
	<attribute tooltip="[url &initializeOnlyLabel; &MFStringLabel; #IMPLIED]&#10;Location and filename of ProtoDeclare source declaration of interest.&#10;Multiple locations are more reliable, and including a Web address lets e-mail attachments work.&#10;ヒント: MFString arrays can have multiple values, so separate each individual string by quote marks &quot;https://www.web3d.org&quot; &quot;https://www.web3d.org/about&quot; &quot;etc.&quot; &#10;ヒント: XML encoding for quotation mark &quot; is &#38;quot; (which is an example of a character entity).&#10;Warning: strictly match directory and filename capitalization for http links! This is important for portability. Some operating systems are forgiving of capitalization mismatches, but http/https url addresses and paths in Unix-based operating systems are all case sensitive and intolerant of uppercase/lowercase mismatches.&#10;ヒント: can replace embedded blank(s) in url queries with %20 for each blank character.&#10;ヒント: X3D Scene Authoring Hints, urls https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#urls&#10;ヒント: X3D Scene Authoring Hints, urls https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#urls" name="url"/>
	<attribute tooltip="[appinfo &SFStringLabel; #IMPLIED]&#10;Application information to provide simple description usable as a tooltip,&#10;similar to XML Schema appinfo tag." name="appinfo"/>
	<attribute tooltip="[documentation &SFStringLabel; #IMPLIED]&#10;Documentation url for further information,&#10;similar to XML Schema documentation tag." name="documentation"/>
    </element>
    <element icon="icons/Extrusion.gif" tooltip="Extrusion is a geometry node that sequentially stretches a 2D cross section along a 3D-spine path in the local coordinate system, creating an outer hull.&#10;Scaling and rotating the crossSection 2D outline at each control point can modify the outer hull of the Extrusion to produce a wide variety of interesting shapes.&#10;ヒント: insert a Shape node before adding geometry or Appearance." name="Extrusion">
	<!-- Original source for extrusion model icon viewed from VRML 2.0 Sourcebook,
	     by Andrea L. Ames, David R. Nadeau and John L. Moreland, Figure 15.15,
	     Addison Wesley http://cseng.aw.com -->
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[spine &initializeOnlyLabel; &MFVec3fLabel; &#34;0 0 0, 0 1 0&#34;]&#10;The spine array defines a center-line sequence of 3D points that define a piecewise-linear curve forming a series of connected vertices. The spine can be open or closed (closed means that endpoints are coincident). The spine is set of points along which a 2D crossSection is extruded, scaled and oriented.&#10;ヒント: number of spine points, scale values and orientation values must be the same.&#10;Warning: take care if creating loops or spirals, otherwise self-intersecting, impossible or inverted geometry can result!" name="spine"/>
	<attribute tooltip="[crossSection &initializeOnlyLabel; &MFVec2fLabel; &#34;1 1, 1 -1, -1 -1, -1 1, 1 1&#34;]&#10;The crossSection array defines a silhouette outline of the outer Extrusion surface. crossSection is an ordered set of 2D points that draw a piecewise-linear curve which is extruded to form a series of connected vertices.&#10;Hint: the crossSection array can be open or closed (closed means that endpoints are coincident).&#10;Hint: number of values must all match for 3-tuple spine points, 2-tuple scale values, and 4-tuple orientation values.&#10;Warning: match clockwise/counterclockwise, otherwise self-intersecting, impossible or inverted geometry can result!&#10;Warning: avoid self-intersecting polygon line segments, otherwise defined geometry is irregular and rendering results are undefined. , particularly for end caps." name="crossSection"/>
	<attribute tooltip="[scale &initializeOnlyLabel; &MFVec2fLabel; &#34;1 1&#34;] (0,+&#8734;)&#10;scale is a list of 2D-scale parameters applied at each spine-aligned cross-section plane.&#10;ヒント: number of spine points, scale values and orientation values must be the same.&#10;Hint: if the scale array contains one value, it is applied at all spine-aligned crossSection planes.&#10;Warning: zero or negative scale values not allowed." name="scale"/>
	<attribute tooltip="[orientation &initializeOnlyLabel; &MFRotationLabel; &#34;0 0 1 0&#34;]&#10;The orientation array is a list of axis-angle 4-tuple values applied at each spine-aligned cross-section plane.&#10;Hint: if the orientation array contains a single 4-tuple value, it is applied at all spine-aligned crossSection planes.&#10;ヒント: number of spine points, scale values and orientation values must be the same." name="orientation"/>
	<attribute tooltip="[beginCap &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether beginning cap is drawn (similar to Cylinder top cap).&#10;Warning: cannot be changed after initial creation." name="beginCap"/>
	<attribute tooltip="[endCap &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether end cap is drawn (similar to Cylinder bottom cap).&#10;Warning: cannot be changed after initial creation." name="endCap"/>
	<attribute tooltip="[ccw &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;ccw = counterclockwise: ordering of vertex-coordinates orientation.&#10;ヒント: ccw false can reverse solid (backface culling) and normal-vector orientation. Note that consistency of left-handed or right-handed point sequences is important throughout." name="ccw"/>
	<attribute tooltip="[convex &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether all polygons in a shape are convex (true), or possibly concave (false).&#10;A convex polygon is planar, does not intersect itself, and has all interior angles &lt; 180 degrees.&#10;Warning: concave or inverted geometry may be invisible when using default value convex=true." name="convex"/>
	<attribute tooltip="[creaseAngle &initializeOnlyLabel; &SFFloatLabel; &#34;0.0&#34;] [0,+&#8734;)&#10;creaseAngle defines angle (in radians) where adjacent polygons are drawn with sharp edges or smooth shading.&#10;If angle between normals of two adjacent polygons is less than creaseAngle,&#10;smooth shading is rendered across the shared line segment.&#10;ヒント: creaseAngle=0 means render all edges sharply,&#10;  creaseAngle=3.14159 means render all edges smoothly.&#10;Hint: https://en.wikipedia.org/wiki/Radian" name="creaseAngle"/>
	<attribute tooltip="[solid &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Setting solid true means draw only one side of polygons (backface culling on),&#10;setting solid false means draw both sides of polygons (backface culling off).&#10;Warning: default value true can completely hide geometry if viewed from wrong side!&#10;ヒント: if in doubt, use solid='false' for maximum visibility." name="solid"/>
	<attribute tooltip="[set_crossSection &inputOnlyLabel; &MFVec2fLabel; #FIXED &#34;&#34;]&#10;The crossSection array defines a silhouette outline of the outer Extrusion surface. crossSection is an ordered set of 2D points that draw a piecewise-linear curve which is extruded to form a series of connected vertices.&#10;Warning: match clockwise/counterclockwise, otherwise self-intersecting, impossible or inverted geometry can result!&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_crossSection"/>
	<attribute tooltip="[set_orientation &inputOnlyLabel; &MFRotationLabel; #FIXED &#34;&#34;]&#10;The orientation array is a list of axis-angle 4-tuple values applied at each spine-aligned cross-section plane.&#10;Hint: if the orientation array contains a single 4-tuple value, it is applied at all spine-aligned crossSection planes.&#10;ヒント: number of spine points, scale values and orientation values must be the same.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_orientation"/>
	<attribute tooltip="[set_scale &inputOnlyLabel; &MFVec2fLabel; #FIXED &#34;&#34;] (0,+&#8734;)&#10;scale is a list of 2D-scale parameters applied at each spine-aligned cross-section plane.&#10;ヒント: number of spine points, scale values and orientation values must be the same.&#10;Warning: zero or negative scale values not allowed.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_scale"/>
	<attribute tooltip="[set_spine &inputOnlyLabel; &MFVec3fLabel; #FIXED &#34;&#34;]&#10;The spine array defines a center-line sequence of 3D points that define a piecewise-linear curve forming a series of connected vertices. The spine can be open or closed (closed means that endpoints are coincident). The spine is set of points along which a 2D crossSection is extruded, scaled and oriented.&#10;ヒント: number of spine points, scale values and orientation values must be the same.&#10;Warning: take care if creating loops or spirals, otherwise self-intersecting, impossible or inverted geometry can result!&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_spine"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;geometry&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/field.gif" tooltip="A field statement defines an interface attribute or node.&#10;ヒント: first add a parent Script node or ProtoDeclare/ProtoInterface statements before defining a new field.&#10;ヒント: put initializing SFNode/MFNode into contained content." name="field">
	<attribute tooltip="[name type NMTOKEN #REQUIRED]&#10;Name of this field declaration.&#10;Hint: well-defined names can simplify design and debugging through improved author understanding.&#10;Hint: X3D Scene Authoring Hints, Naming Conventions https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="name"/>
	<attribute tooltip="[accessType type NMTOKEN (inputOnly|outputOnly|initializeOnly|inputOutput) #REQUIRED]&#10;Event-model semantics for field set/get capabilities.&#10;Hint: renamed accessType correspondences for X3D from VRML97 are inputOnly=eventIn,&#10;outputOnly=eventOut,&#10;initializeOnly=field,&#10;inputOutput=exposedField.&#10;Warning: inputOutput=exposedField not allowed in VRML97 Script nodes,&#10;use initializeOnly=field for backwards compatibility.&#10;Hint: an accessType value is required and must be provided.&#10;Hint: X3D Architecture 4.4.2.2 Field semantics, https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/concepts.html#FieldSemantics&#10;Hint: X3D XML Encoding 4.3.7 Prototype and field declaration syntax, https://www.web3d.org/documents/specifications/19776-1/V3.3/Part01/concepts.html#PrototypeAndFieldDeclarationSyntax" name="accessType"/>
	<attribute tooltip="[type NMTOKEN &X3dFieldTypesLabel; #REQUIRED]&#10;Base type of this field variable.&#10;Hint: a type value is required and must be provided." name="type"/>
	<attribute tooltip="[value type CDATA #IMPLIED]&#10;Provide default initialization value for this field variable (which may be re-initialized later by instantiation value of a named ProtoInstance fieldValue).&#10;ヒント: SFNode/MFNode fields are initialized using contained node content, instead of this value attribute.&#10;ヒント: value is required for Script and ProtoDeclare unless MF-type array initialization is empty list, SFString initialization is empty string, or SFNode is being initialized.&#10;ヒント: SFNode/MFNode fields are initialized by contained node element(s), if any.&#10;Warning: setting a value is not allowed for ExternProtoDeclare field declarations, since original ProtoDeclare initializations or local ProtoInstance fieldValue initializations take precedence.&#10;Warning: not allowed for field variables with accessType inputOnly or outputOnly." name="value"/>
	<attribute tooltip="[appinfo &SFStringLabel; #IMPLIED]&#10;Application information to provide simple description usable as a tooltip,&#10;similar to XML Schema appinfo tag." name="appinfo"/>
	<attribute tooltip="[documentation &SFStringLabel; #IMPLIED]&#10;Documentation url for further information,&#10;similar to XML Schema documentation tag." name="documentation"/>
    </element>
    <element icon="icons/fieldValue.gif" tooltip="A fieldValue statement re-initializes the default value of a field in a parent ProtoInstance.&#10;Note that a field statement with a matching name must be already defined by the corresponding ProtoDeclare or ExternProtoDeclare statement.&#10;Hint: first add a parent ProtoInstance node before defining a new fieldValue.&#10;Warning: fieldValue content type must match the content type defined in the corresponding ProtoDeclare or ExternProtoDeclare field statement.&#10;ヒント: put initializing SFNode/MFNode into fieldValue's contained content." name="fieldValue">
	<attribute tooltip="[name type NMTOKEN #REQUIRED]&#10;Name of the ProtoInstance field being re-initialized (corresponding to field name already defined in ProtoDeclare or ExternProtoDeclare).&#10;Hint: well-defined names can simplify design and debugging through improved author understanding.&#10;Hint: X3D Scene Authoring Hints, Naming Conventions https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="name"/>
	<attribute tooltip="[value type CDATA #IMPLIED]&#10;Initial value for this field, which overrides default initialization value defined in original ProtoDeclare field.&#10;ヒント: initialize SFNode/MFNode field value using contained content element(s), instead of a simple attribute value." name="value"/>
    </element>
    <element icon="icons/Color.gif" tooltip="FillProperties indicates whether appearance is filled or hatched for associated geometry nodes inside the same Shape. Hatches are applied on top of the already rendered appearance of the node, and are not affected by lighting.&#10;Hint: DEF/USE copies of a single node can provide a similar &quot;look + feel&quot; style for related shapes in a scene. &#10;ヒント: include &lt;component name='Shape' level='3'/&gt;" name="FillProperties">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[filled &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether or not associated geometry is filled." name="filled"/>
	<attribute tooltip="[hatched &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether or not associated geometry is hatched." name="hatched"/>
	<attribute tooltip="[hatchStyle &inputOutputLabel; &SFInt32Label; &#34;1&#34;]&#10;hatchStyle selects a hatch pattern from International Register of Graphical Items.&#10;1=Horizontal equally spaced parallel lines.&#10;2=Vertical equally spaced parallel lines.&#10;3=Positive slope equally spaced parallel lines.&#10;4=Negative slope equally spaced parallel lines.&#10;5=Horizontal/vertical crosshatch.&#10;6=Positive slope/negative slope crosshatch.&#10;7=(cast iron or malleable iron and general use for all materials).&#10;8=(steel).&#10;9=(bronze, brass, copper, and compositions).&#10;10=(white metal, zinc, lead, babbit, and alloys).&#10;11=(magnesium, aluminum, and aluminum alloys).&#10;12=(rubber, plastic, and electrical insulation).&#10;13=(cork, felt, fabric, leather, and fibre).&#10;14=(thermal insulation).&#10;15=(titanium and refi-actory material).&#10;16=(marble, slate, porcelain, glass, etc.).&#10;17=(earth).&#10;18=(sand).&#10;19=(repeating dot).&#10;Hint: detailed descriptions of hatchstyle values are found at the ISO/IEC International Register of Graphical Items https://www.iso.org/jtc1/sc24/register (may require login)" name="hatchStyle"/>
	<attribute tooltip="[hatchColor &inputOutputLabel; &SFColorLabel; &#34;1 1 1&#34;] [0,1]&#10;Color of the hatch pattern." name="hatchColor"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;fillProperties&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Fog.gif" tooltip="Fog simulates atmospheric effects by blending distant objects with fog color.&#10;ヒント: Background, Fog, GeoViewpoint, NavigationInfo, OrthoViewpoint, TextureBackground and Viewpoint are bindable nodes, meaning that no more than one of each node type can be active at a given time.&#10;Warning: results are undefined if a bindable node (Background, Fog, NavigationInfo, OrthoViewpoint, TextureBackground, Viewpoint) is a contained descendant node of either LOD or Switch." name="Fog">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[color &inputOutputLabel; &SFColorLabel; &#34;1 1 1&#34;] [0,1]&#10;Fog color.&#10;ヒント: match Background color to make objects fade away." name="color"/>
	<attribute tooltip="[fogType &inputOutputLabel; &SFStringLabel; (LINEAR|EXPONENTIAL) LINEAR]&#10;Specifies algorithm for rate of increasing Fog, either LINEAR or EXPONENTIAL.&#10;ヒント: EXPONENTIAL is more natural but also more computationally expensive.&#10;Warning: do not wrap extra quotation marks  around these SFString enumeration values, since &#34;quotation&#34; &#34;marks&#34; are only used for MFString values." name="fogType"/>
	<attribute tooltip="[visibilityRange &inputOutputLabel; &SFFloatLabel; &#34;0.0&#34;]&#10;Distance in meters where objects are totally obscured by the fog, using local coordinate system.&#10;ヒント: visibilityRange 0 disables Fog." name="visibilityRange"/>
	<attribute tooltip="[set_bind &inputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;Receiving event set_bind=true activates and binds this node at the top of the binding stack. Receiving event set_bind=false deactivates and unbinds this node from the top of the binding stack. Thus setting set_bind to true/false will enable/disable the effect of this node.&#10;Hint: paired node operations can be established by connecting set_bind and isBound fields of corresponding bindable nodes.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_bind"/>
	<attribute tooltip="[bindTime &outputOnlyLabel; &SFTimeLabel; #FIXED &#34;&#34;]&#10;Event sent reporting timestamp when node becomes active/inactive.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="bindTime"/>
	<attribute tooltip="[isBound &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;Output event true gets sent when node becomes bound and activated, otherwise output event false gets sent when node becomes unbound and deactivated.&#10;Hint: paired node operations can be established by connecting set_bind and isBound fields of corresponding bindable nodes.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isBound"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Fog.gif" tooltip="LocalFog simulates atmospheric effects by blending distant objects with fog color. LocalFog effects occur around the local transformation center, rather than bound to the viewer.&#10;The nearest LocalFog node within range takes precedence over other LocalFog and Fog nodes.&#10;Hint: LocalFog effects are based on its position in the world, as given by current transformation hierarchy.&#10;Hint: LocalFog effects remain independent of current view location.&#10;Warning: LocalFog only affects geometry within the same scene subgraph.&#10;Warning: LocalFog is not a bindable node." name="LocalFog">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[enabled &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enables/disables node operation." name="enabled"/>
	<attribute tooltip="[color &inputOutputLabel; &SFColorLabel; &#34;1 1 1&#34;] [0,1]&#10;Fog color.&#10;ヒント: match Background color to make objects fade away." name="color"/>
	<attribute tooltip="[fogType &inputOutputLabel; &SFStringLabel; (LINEAR|EXPONENTIAL) LINEAR]&#10;Specifies algorithm for rate of increasing Fog, either LINEAR or EXPONENTIAL.&#10;ヒント: EXPONENTIAL is more natural but also more computationally expensive.&#10;Warning: do not wrap extra quotation marks  around these SFString enumeration values, since &#34;quotation&#34; &#34;marks&#34; are only used for MFString values." name="fogType"/>
	<attribute tooltip="[visibilityRange &inputOutputLabel; &SFFloatLabel; &#34;0.0&#34;]&#10;Distance in meters where objects are totally obscured by the fog, using local coordinate system.&#10;ヒント: visibilityRange 0 disables Fog." name="visibilityRange"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Coordinate.gif" tooltip="(X3D version 3.1 or later) FogCoordinate defines a set of explicit fog depths on a per-vertex basis, overriding Fog visibilityRange." name="FogCoordinate">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[depth &inputOutputLabel; &MFVec3fLabel; #IMPLIED]&#10;depth contains a set of 3D coordinate (triplet) point values." name="depth"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;coord&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/FontStyle.gif" tooltip="[X3DFontStyleNode] FontStyle is an X3DFontStyleNode that defines the size, family, justification, and other styles used by Text nodes.&#10;Hint: full internationalization (i18n) and localization (l10n) features are available for any written language.&#10;Hint: DEF/USE copies of a single node can provide a similar &quot;look + feel&quot; style for related shapes.&#10;Hint: relates to Internationalization (i18n) http://www.w3.org/standards/webdesign/i18n&#10;ヒント: first add a Text node as a parent node for FontStyle." name="FontStyle">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[family &initializeOnlyLabel; &MFStringLabel; &FontStyleFamilyValues; &#34;SERIF&#34;]&#10;Array of quoted font family names in preference order, browsers use the first supported family.&#10;Hint: example family array might be &#34;Times&#34; &#34;SERIF&#34;&#10;Warning: font family support often varies.&#10;ヒント: values with guaranteed support include &#34;SERIF&#34; &#34;SANS&#34; &#34;TYPEWRITER&#34;.&#10;ヒント: SERIF and SANS are variable-width fonts (for example, Times Roman and Arial).&#10;ヒント: TYPEWRITER is a fixed-width font (for example, Courier).&#10;ヒント: MFString arrays can have multiple values, so &quot;separate each individual string&quot; &quot;by using quote marks&quot;.&#10;ヒント: see 15.2.2.2 Font family and style https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/text.html#Fontfamilyandstyle for details.&#10;Hint: relates to Internationalization (i18n) http://www.w3.org/standards/webdesign/i18n" name="family"/>
	<attribute tooltip="[style &initializeOnlyLabel; &SFStringLabel; &FontStyleStyleValues; PLAIN]&#10;Pick one of four values for text style.&#10;Warning: do not wrap extra quotation marks  around these SFString enumeration values, since &#34;quotation&#34; &#34;marks&#34; are only used for MFString values.&#10;ヒント: see 15.2.2.2 Font family and style https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/text.html#Fontfamilyandstyle for details." name="style"/>
	<attribute tooltip="[justify &initializeOnlyLabel; &MFStringLabel; &FontStyleJustifyValues; &quot;BEGIN&quot; or &quot;BEGIN&quot; &quot;END&quot;]The justify field determines alignment of the above text layout relative to the origin of the object coordinate system.&#10;Hint: preferred value is usually justify=' &quot;MIDDLE&quot; &quot;MIDDLE&quot; ' for centered justification horizontally and vertically.&#10;Warning: exactly two string values are provided for major and minor axis alignment.&#10;Warning: do not use illegal values such as LEFT RIGHT TOP BOTTOM or CENTER.&#10;ヒント: MFString arrays can have multiple values, so &quot;separate each individual string&quot; &quot;by using quote marks&quot;.&#10;ヒント: see 15.2.2.3 Direction and justification https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/text.html#Directionandjustification for details." name="justify"/>
	<attribute tooltip="[size &initializeOnlyLabel; &SFFloatLabel; &#34;1.0&#34;] (0,+&#8734;)&#10;Nominal height (in local coordinate system) of text glyphs&#10;Also sets default spacing between adjacent lines of text." name="size"/>
	<attribute tooltip="[spacing &initializeOnlyLabel; &SFFloatLabel; &#34;1.0&#34;] [0,+&#8734;)&#10;Adjustment factor for line spacing between adjacent lines of text." name="spacing"/>
	<attribute tooltip="[language &initializeOnlyLabel; &SFStringLabel; #IMPLIED]&#10;Language codes consist of a primary code and a (possibly empty) series of subcodes.&#10;[ language-code = primary-code ( &quot;-&quot; subcode )* ]&#10;Two-letter primary codes are reserved for language abbreviations.&#10;Two-letter primary codes include en (English), fr (French), de (German), it (Italian), nl (Dutch),  el (Greek), es (Spanish), pt (Portuguese),  ar (Arabic), he (Hebrew), ru (Russian), zh (Chinese), ja (Japanese), hi (Hindi), ur (Urdu), and sa (Sanskrit).&#10;Any two-letter subcode is understood to be a country code.&#10;Warning: do not wrap extra quotation marks  around these SFString enumeration values, since &#34;quotation&#34; &#34;marks&#34; are only used for MFString values.&#10;ヒント: see ISO3166 or http://xml.coverpages.org/languageIdentifiers.html&#10;Hint: relates to Internationalization (i18n) http://www.w3.org/standards/webdesign/i18n" name="language"/>
	<attribute tooltip="[horizontal &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether text direction is horizontal (true) or vertical (false).&#10;ヒント: see 15.2.2.3 Direction and justification https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/text.html#Directionandjustification for details.&#10;Hint: relates to Internationalization (i18n) http://www.w3.org/standards/webdesign/i18n" name="horizontal"/>
	<attribute tooltip="[leftToRight &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether text direction is left-to-right (true) or right-to-left (false).&#10;ヒント: see 15.2.2.3 Direction and justification https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/text.html#Directionandjustification for details.&#10;Hint: relates to Internationalization (i18n) http://www.w3.org/standards/webdesign/i18n" name="leftToRight"/>
	<attribute tooltip="[topToBottom &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether text direction is top-to-bottom (true) or bottom-to-top (false).&#10;ヒント: see 15.2.2.3 Direction and justification https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/text.html#Directionandjustification for details.&#10;Hint: relates to Internationalization (i18n) http://www.w3.org/standards/webdesign/i18n" name="topToBottom"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;fontStyle&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Group.gif" tooltip="Group is a Grouping node that can contain most nodes. ヒント: insert a Shape node before adding geometry or Appearance." name="Group">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[children &inputOutputLabel; &MFNodeLabel;, empty list] [X3DChildNode]&#10;Grouping nodes contain an ordered list of children nodes.&#10;ヒント: Each grouping node defines a coordinate space for its children, relative to the coordinate space of its parent node. Thus transformations accumulate down the scene graph hierarchy.&#10;Hint: inputOnly MFNode addChildren field can append new X3DChildNode nodes via a ROUTE connection, duplicate input nodes (i.e. matching DEF, USE values) are ignored.&#10;Hint: inputOnly MFNode removeChildren field can remove nodes from the children list, unrecognized input nodes (i.e. nonmatching DEF, USE values) are ignored.&#10;Hint: X3D Architecture 10.2.1 Grouping and children node types, https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#GroupingAndChildrenNodes" name="children"/>
	<attribute tooltip="[bboxCenter &initializeOnlyLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxCenter"/>
	<attribute tooltip="[bboxSize &initializeOnlyLabel; &SFVec3fLabel; &#34;-1 -1 -1&#34;]&#10;Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint.&#10;Hint: can be useful for collision computations or inverse-kinematics (IK) engines.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxSize"/>
	<attribute tooltip="[containerField type NMTOKEN (children | proxy | rootNode | shape | skin) &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/head.gif" tooltip="head can contain component, unit, and author-defined meta (metadata) elements.&#10;ヒント: matches &lt;head&gt; tag in HTML.&#10;ヒント: head is first child of X3D element, and precedes the Scene element.&#10;Warning: in order to pass XML validation, these contained optional statements must appear in order: first component statements, then unit statements, then meta statements." name="head">
    </element>
    <element icon="icons/ImageTexture.gif" tooltip="ImageTexture maps a 2D-image file onto a geometric shape.&#10;Texture maps have a 2D coordinate system (s, t) horizontal and vertical, with (s, t) texture-coordinate values in range [0.0, 1.0] for opposite corners of the image.&#10;ヒント: insert Shape and Appearance nodes before adding texture.&#10;Warning: bright Material emissiveColor values can wash out some textures.&#10;ヒント: support is required for .png and .jpg formats, support is suggested for .gif format. Other image formats are optionally supported.&#10;ヒント: X3D Scene Authoring Hints https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Images&#10;Warning: see ComposedCubeMapTexture and TextureBackground for special containerField values.&#10;Hint: if a texture is opaque, omitting values in the alpha channel can help avoid rendering artifacts related to transparency and reduce file size by 25%.&#10;Hint: Texture mapping https://en.wikipedia.org/wiki/Texture_mapping&#10;Hint: X3D Architecture 17.2.2 Lighting model https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/lighting.html#Lightingmodel&#10;Hint: apply containerField='watchList' when parent node is LoadSensor." name="ImageTexture">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[url &inputOutputLabel; &MFStringLabel; #IMPLIED]&#10;Location and filename of image.&#10;Multiple locations are more reliable, and including a Web address lets e-mail attachments work.&#10;ヒント: MFString arrays can have multiple values, so separate each individual string by quote marks &quot;https://www.web3d.org&quot; &quot;https://www.web3d.org/about&quot; &quot;etc.&quot; &#10;ヒント: XML encoding for quotation mark &quot; is &#38;quot; (which is an example of a character entity).&#10;Warning: strictly match directory and filename capitalization for http links! This is important for portability. Some operating systems are forgiving of capitalization mismatches, but http/https url addresses and paths in Unix-based operating systems are all case sensitive and intolerant of uppercase/lowercase mismatches.&#10;ヒント: can replace embedded blank(s) in url queries with %20 for each blank character.&#10;ヒント: X3D Scene Authoring Hints, urls https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#urls&#10;ヒント: X3D Scene Authoring Hints, urls https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#urls" name="url"/>
	<attribute tooltip="[repeatS &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether to horizontally repeat texture along S axis." name="repeatS"/>
	<attribute tooltip="[repeatT &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether to vertically repeat texture along T axis." name="repeatT"/>
	<attribute tooltip="[containerField type NMTOKEN (texture | watchList | back | bottom | front | left | right | top | backTexture | bottomTexture | frontTexture | leftTexture | rightTexture | topTexture) &#34;texture&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/IndexedFaceSet.gif" tooltip="IndexedFaceSet defines polygons using index lists corresponding to vertex coordinates. IndexedFaceSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.&#10;Hint: Polygon https://en.wikipedia.org/wiki/Polygon&#10;ヒント: insert a Shape node before adding geometry or Appearance.&#10;ヒント: for advanced extensibility, authors can substitute a type-matched ProtoInstance node (with correct containerField value) for contained node content.&#10;Warning: rendering characteristics are undefined if polygons are not planar.&#10;Warning: avoid self-intersecting polygon line segments, otherwise defined geometry is irregular and rendering results are undefined." name="IndexedFaceSet">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[coordIndex &initializeOnlyLabel; &MFInt32Label; #IMPLIED] [-1,+&#8734;)&#10;coordIndex indices provide the order in which coordinates are applied to construct each polygon face.&#10;Order starts at index 0, commas are optional between sets.&#10;Hint: sentinel value -1 is used to separate indices for each successive polygon.&#10;Warning: coordIndex is required in order to connect contained coordinate point values." name="coordIndex"/>
	<attribute tooltip="[ccw &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;ccw = counterclockwise: ordering of vertex coordinates orientation, according to Right-Hand Rule (RHR).&#10;ヒント: ccw false can reverse solid (backface culling) and normal-vector orientation. Note that consistency of left-handed or right-handed point sequences is important throughout." name="ccw"/>
	<attribute tooltip="[convex &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether all polygons in a shape are convex (true), or possibly concave (false)&#10;A convex polygon is planar, does not intersect itself, and has all interior angles &lt; 180 degrees.&#10;Interchange profile ヒント: only convex=true IndexedFaceSets have guaranteed supported.&#10;Warning: concave or inverted geometry may be invisible when using default value convex=true." name="convex"/>
	<attribute tooltip="[solid &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Setting solid true means draw only one side of polygons (backface culling on),&#10;setting solid false means draw both sides of polygons (backface culling off).&#10;Warning: default value true can completely hide geometry if viewed from wrong side!&#10;ヒント: if in doubt, use solid='false' for maximum visibility." name="solid"/>
	<attribute tooltip="[creaseAngle &initializeOnlyLabel; &SFFloatLabel; &#34;0&#34;] [0,+&#8734;)&#10;creaseAngle defines angle (in radians) for determining whether adjacent polygons&#10;are drawn with sharp edges or smooth shading.&#10;If angle between normals of two adjacent polygons is less than creaseAngle,&#10;smooth shading is rendered across the shared line segment.&#10;Interchange profile ヒント: only 0 and &#960; radians supported.&#10;ヒント: creaseAngle=0 means render all edges sharply,&#10;  creaseAngle=3.14159 means render all edges smoothly.&#10;Hint: https://en.wikipedia.org/wiki/Radian" name="creaseAngle"/>
	<attribute tooltip="[colorPerVertex &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether Color|ColorRGBA values are applied to each point vertex (true) or to each polygon face (false).&#10;Warning: if child Color|ColorRGBA node is not provided, then geometry is rendered using corresponding Appearance and material/texture values.&#10;Hint: X3D Scene Authoring Hints, Color https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Color" name="colorPerVertex"/>
	<attribute tooltip="[colorIndex &initializeOnlyLabel; &MFInt32Label; #IMPLIED] [-1,+&#8734;)&#10;colorIndex values define the order in which Color|ColorRGBA values are applied to polygons (or vertices).&#10;Hint: if colorIndex array is not provided, then Color|ColorRGBA values are indexed according to the coordIndex field.&#10;Hint: If colorPerVertex='false' then one index is provided for each polygon defined by the coordIndex array. No sentinel -1 values are included.&#10;Hint: If colorPerVertex='true' then a matching set of indices is provided, each separated by sentinel -1, that exactly corresponds to individual values in the coordIndex array polygon definitions.&#10;Warning: if child Color|ColorRGBA node is not provided, then geometry is rendered using corresponding Appearance and material/texture values." name="colorIndex"/>
	<attribute tooltip="[normalPerVertex &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether Normal node vector values are applied to each point vertex (true) or to each polygon face (false).&#10;Hint: if no child Normal node is provided, the X3D browser shall automatically generate normals, using creaseAngle to determine smoothed shading across shared vertices." name="normalPerVertex"/>
	<attribute tooltip="[normalIndex &initializeOnlyLabel; &MFInt32Label; #IMPLIED] [-1,+&#8734;)&#10;normalIndex values define the order in which normal vectors are applied to polygons (or vertices).&#10;Warning: if normalIndex array is not provided, then Normal values are indexed according to the coordIndex field.&#10;Hint: If normalPerVertex='false' then one index is provided for each polygon defined by the coordIndex array. No sentinel -1 values are included.&#10;Hint: If normalPerVertex='true' then a matching set of indices is provided, each separated by sentinel -1, that exactly corresponds to individual values in the coordIndex array polygon definitions.Interchange profile ヒント: this field may be ignored." name="normalIndex"/>
	<attribute tooltip="[texCoordIndex &initializeOnlyLabel; &MFInt32Label; #IMPLIED] [-1,+&#8734;)&#10;List of texture-coordinate indices mapping attached texture to corresponding coordinates.&#10;ヒント: use a tool!" name="texCoordIndex"/>
	<attribute tooltip="[set_coordIndex &inputOnlyLabel; &MFInt32Label; #FIXED &#34;&#34;]&#10;coordIndex indices provide the order in which coordinates are applied to construct each polygon face.&#10;Order starts at index 0, commas are optional between sets.&#10;Hint: sentinel value -1 is used to separate indices for each successive polygon.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_coordIndex"/>
	<attribute tooltip="[set_colorIndex &inputOnlyLabel; &MFInt32Label; #FIXED &#34;&#34;]&#10;colorIndex values define the order in which Color|ColorRGBA values are applied to polygons (or vertices).&#10;Hint: if colorIndex array is not provided, then Color|ColorRGBA values are indexed according to the coordIndex field.&#10;Hint: If colorPerVertex='false' then one index is provided for each polygon defined by the coordIndex array. No sentinel -1 values are included.&#10;Hint: If colorPerVertex='true' then a matching set of indices is provided, each separated by sentinel -1, that exactly corresponds to individual values in the coordIndex array polygon definitions.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_colorIndex"/>
	<attribute tooltip="[set_normalIndex &inputOnlyLabel; &MFInt32Label; #FIXED &#34;&#34;] [-1,+&#8734;)&#10;normalIndex values define the order in which normal vectors are applied to polygons (or vertices).&#10;Interchange profile ヒント: this field may be ignored.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_normalIndex"/>
	<attribute tooltip="[set_texCoordIndex &inputOnlyLabel; &MFInt32Label; #FIXED &#34;&#34;] [-1,+&#8734;)&#10;List of texture-coordinate indices mapping attached texture to corresponding coordinates.&#10;ヒント: use a tool!&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_texCoordIndex"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;geometry&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/IndexedLineSet.gif" tooltip="IndexedLineSet defines polyline segments using index lists corresponding to vertex coordinates. IndexedLineSet is a geometry node that can contain a Coordinate|CoordinateDouble node and optionally a Color|ColorRGBA node.&#10;Hint: Polygonal chain https://en.wikipedia.org/wiki/Polygonal_chain&#10;Hint: either values in a contained Color node, or else Material emissiveColor in corresponding Appearance node, are used for rendering lines and points.&#10;Warning: lines are not lit, are not texture-mapped, and do not participate in collision detection.&#10;ヒント: use a different color (or Material emissiveColor) than the background color.&#10;ヒント: if rendering Coordinate points originally defined for an IndexedFaceSet,&#10;index values may need to repeat each initial vertex to close each polygon outline.&#10;Hint: step-wise variation or linear interpolation of color values can be used as a good scientific visualization technique to map arbitrary function values to a color map.&#10;ヒント: insert a Shape node before adding geometry or Appearance.&#10;ヒント: for advanced extensibility, authors can substitute a type-matched ProtoInstance node (with correct containerField value) for contained node content.&#10;ヒント: consider including Fog (with Fog color matching Background color) to provide further depth cueing for IndexedLineSet (ILS).&#10;ヒント: consider including Fog (with Fog color matching Background color) to provide further depth cueing for IndexedLineSet (ILS)." name="IndexedLineSet">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[coordIndex &initializeOnlyLabel; &MFInt32Label; #IMPLIED] [-1,+&#8734;)&#10;coordIndex indices provide the order in which coordinates are applied to construct each polygon face.&#10;Order starts at index 0, commas are optional between sets,&#10;use -1 to separate indices for each polyline.&#10;ヒント: if rendering Coordinate points originally defined for an IndexedFaceSet,&#10;index values may need to repeat initial each initial vertex to close the polygons.&#10;Warning: coordIndex is required in order to connect contained coordinate point values." name="coordIndex"/>
	<attribute tooltip="[colorPerVertex &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether Color node color values are applied to each point vertex (true) or per polyline (false).&#10;Hint: X3D Scene Authoring Hints, Color https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Color" name="colorPerVertex"/>
	<attribute tooltip="[colorIndex &initializeOnlyLabel; &MFInt32Label; #IMPLIED] [-1,+&#8734;)&#10;colorIndex values define the order in which Color|ColorRGBA values are applied to polygons (or vertices).&#10;Hint: if colorIndex array is not provided, then Color|ColorRGBA values are indexed according to the coordIndex field.&#10;Hint: If colorPerVertex='false' then one index is provided for each polygon defined by the coordIndex array. No sentinel -1 values are included.&#10;Hint: If colorPerVertex='true' then a matching set of indices is provided, each separated by sentinel -1, that exactly corresponds to individual values in the coordIndex array polygon definitions.&#10;ヒント: if rendering Coordinate points originally defined for an IndexedFaceSet,&#10;index values may need to repeat initial each initial vertex to close the polygons.&#10;Warning: if child Color|ColorRGBA node is not provided, then geometry is rendered using corresponding Appearance and material/texture values." name="colorIndex"/>
	<attribute tooltip="[set_coordIndex &inputOnlyLabel; &MFInt32Label; #FIXED &#34;&#34;]&#10;coordIndex indices provide the order in which coordinates are applied to construct each polygon face.&#10;Order starts at index 0, commas are optional between sets.&#10;Hint: sentinel value -1 is used to separate indices for each successive polygon.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_coordIndex"/>
	<attribute tooltip="[set_colorIndex &inputOnlyLabel; &MFInt32Label; #FIXED &#34;&#34;]&#10;colorIndex values define the order in which Color|ColorRGBA values are applied to polygons (or vertices).&#10;Hint: if colorIndex array is not provided, then Color|ColorRGBA values are indexed according to the coordIndex field.&#10;Hint: If colorPerVertex='false' then one index is provided for each polygon defined by the coordIndex array. No sentinel -1 values are included.&#10;Hint: If colorPerVertex='true' then a matching set of indices is provided, each separated by sentinel -1, that exactly corresponds to individual values in the coordIndex array polygon definitions.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_colorIndex"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;geometry&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/X3D.gif" tooltip="Inline can load another X3D or VRML model into the current scene via url. Inline is an X3DBoundedObject node that has bounding-box dimensions.&#10;ヒント: you cannot ROUTE values into an Inline scene,&#10;use IMPORT/EXPORT (or ExternProtoDeclare and ProtoInstance) instead.&#10;ヒント: X3D Scene Authoring Hints https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#InlinesPrototypes&#10;Hint: apply containerField='watchList' when parent node is LoadSensor." name="Inline">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[load &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;load=true means load immediately,&#10;load=false means defer loading or else unload a previously loaded scene.&#10;ヒント: use LoadSensor to detect when loading is complete." name="load"/>
	<attribute tooltip="[url &inputOutputLabel; &MFStringLabel; #IMPLIED]&#10;Address of X3D world to load into current scene.&#10;ヒント: MFString arrays can have multiple values, so separate each individual string by quote marks &quot;https://www.web3d.org&quot; &quot;https://www.web3d.org/about&quot; &quot;etc.&quot; &#10;ヒント: XML encoding for quotation mark &quot; is &#38;quot; (which is an example of a character entity).&#10;Warning: strictly match directory and filename capitalization for http links! This is important for portability. Some operating systems are forgiving of capitalization mismatches, but http/https url addresses and paths in Unix-based operating systems are all case sensitive and intolerant of uppercase/lowercase mismatches.&#10;ヒント: can replace embedded blank(s) in url queries with %20 for each blank character.&#10;ヒント: X3D Scene Authoring Hints, urls https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#urls&#10;ヒント: X3D Scene Authoring Hints, urls https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#urls" name="url"/>
	<attribute tooltip="[bboxCenter &initializeOnlyLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxCenter"/>
	<attribute tooltip="[bboxSize &initializeOnlyLabel; &SFVec3fLabel; &#34;-1 -1 -1&#34;]&#10;Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint.&#10;Hint: can be useful for collision computations or inverse-kinematics (IK) engines.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxSize"/>
	<attribute tooltip="[containerField type NMTOKEN (children | watchList) &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/IntegerSequencer.gif" tooltip="IntegerSequencer generates periodic discrete integer values. Authors can ROUTE value_changed output events to other SFInt32 attributes (for example, useful when animating whichChoice in a Switch node).&#10;ヒント: typical input connection is ROUTE someTimeSensorDEF.fraction_changed TO someInterpolatorDEF.set_fraction&#10;ヒント: typical output connection is ROUTE someInterpolatorDEF.value_changed TO destinationNode.set_attribute.&#10;Hint: example scenes and authoring assets at https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter09-EventUtilitiesScripting&#10;Hint: X3D Event-Utility Node Diagrams https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter09-EventUtilitiesScripting/X3dEventUtilityNodeEventDiagrams.pdf" name="IntegerSequencer">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[key &inputOutputLabel; &MFFloatLabel; #IMPLIED]&#10;Definition values for linear-interpolation function input intervals, listed in non-decreasing order and corresponding to a value in the keyValue array.&#10;Warning: number of keys must match number of keyValues!&#10;Warning: values in key array shall be monotonically non-decreasing, meaning that each value is greater than or equal to the preceding value.&#10;Hint: typical interval for values in key array is within range of 0 to 1, but larger intervals can be defined with arbitrary bounds." name="key"/>
	<attribute tooltip="[keyValue &inputOutputLabel; &MFInt32Label; #IMPLIED]&#10;Output values for linear sequencing, each corresponding to an input-fraction value in the key array.&#10;Warning: number of keys must match number of keyValues!" name="keyValue"/>
	<attribute tooltip="[set_fraction &inputOnlyLabel; &SFFloatLabel; #FIXED &#34;&#34;]&#10;set_fraction selects input key for corresponding keyValue output.&#10;Hint: set_fraction values are typically in same range interval as values in the key array. Response to an input set_fraction value less than minimum is equivalent to minimum key, and response to an input set_fraction value greater than maximum is equivalent to maximum key.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_fraction"/>
	<attribute tooltip="[value_changed &outputOnlyLabel; &SFInt32Label;#FIXED &#34;&#34;]&#10;Single intermittent output value determined by current key time and corresponding keyValue entry.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="value_changed"/>
	<attribute tooltip="[previous &inputOnlyLabel; &SFBoolLabel; &#34;&#34;]&#10;Send previous output value in keyValue array, and reset internal fraction field to match corresponding value in key array.&#10;ヒント: loops from first to last if necessary.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="previous"/>
	<attribute tooltip="[next &inputOnlyLabel; &SFBoolLabel; &#34;&#34;]&#10;Send next output value in keyValue array, and reset internal fraction field to match corresponding value in key array.&#10;ヒント: loops from last to first if necessary.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="next"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/IntegerSequencer.gif" tooltip="IntegerTrigger converts set_boolean true input events to an integer value (for example, useful when animating whichChoice in a Switch node).&#10;Hint: example scenes and authoring assets at https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter09-EventUtilitiesScripting&#10;Hint: X3D Event-Utility Node Diagrams https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter09-EventUtilitiesScripting/X3dEventUtilityNodeEventDiagrams.pdf" name="IntegerTrigger">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[set_boolean &inputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;If input event set_boolean is true, trigger output of integer value. Hint: for logical consistency, input event set_boolean false has no effect (under review as part of Mantis issue 519).&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_boolean"/>
	<attribute tooltip="[integerKey &inputOutputLabel; &SFInt32Label; #FIXED &#34;-1&#34;]&#10;integerKey is value for output when triggered. Hint: directly setting a new value for the integerKey field generates a corresponding integerKey output event." name="integerKey"/>
	<attribute tooltip="[triggerValue &outputOnlyLabel; &SFInt32Label; #FIXED &#34;&#34;]&#10;triggerValue provides integer event output matching integerKey when true set_boolean received.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="triggerValue"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/IS.gif" tooltip="The IS statement connects node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields. To define each Prototype connection between a ProtoInterface field and a ProtoBody node field, add one or more connect statements within each IS statement.&#10;Warning: IS statements are only allowed within a ProtoBody definition scope, which follows ProtoInterface field declarations, and thus are only found within a ProtoDeclare statement.&#10;ヒント: an IS statement precedes any sibling Metadata* node, which in turn precedes any other sibling nodes.&#10;Hint: see the connect and ProtoBody statements.&#10;Hint: X3D Architecture 4.4.4 Prototype semantics, https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/concepts.html#PROTOdefinitionsemantics&#10;Examples: X3D Example Archives, X3D for Web Authors, Chapter 14 Prototypes https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter14Prototypes" name="IS">
    </element>
    <element icon="icons/IS.gif" tooltip="connect statements define event-routing connections between node fields defined inside a ProtoBody declaration back to corresponding ProtoInterface fields. To define each Prototype connection between a ProtoInterface field and a ProtoBody node field, add one or more connect statements within each IS statement. &#10;Warning: IS/connect elements are only allowed within ProtoDeclare body definitions.&#10;Warning: nodeField and protoField types must match.&#10;Hint: any matching field type can be connected, including SFNode or MFNode.&#10;Hint: see the IS and ProtoBody statements.&#10;Hint: X3D Architecture 4.4.4 Prototype semantics, https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/concepts.html#PROTOdefinitionsemantics&#10;Examples: X3D Example Archives, X3D for Web Authors, Chapter 14 Prototypes https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter14Prototypes" name="connect">
	<attribute tooltip="[nodeField type NMTOKEN #REQUIRED]&#10;Name of field within this node which IS CONNECTed to the ancestor ProtoDeclare field definition.&#10;Warning: do not define a nodeField connection to an internal DEF, USE, class or containerField, since they are not fields in a node that can be modified by events at run time.&#10;Warning: do not connect more than one interface protoField to a single field within this node.&#10;Warning: nodeField and protoField types must match." name="nodeField"/>
	<attribute tooltip="[protoField type NMTOKEN #REQUIRED]&#10;Name of parent ProtoDeclare field definition connecting to field in this node.&#10;ヒント: use multiple IS/connect elements for multiple fan-out from a single protoField interface.&#10;Warning: nodeField and protoField types must match." name="protoField"/>
    </element>
    <element icon="icons/KeySensor.gif" tooltip="KeySensor generates events as the user presses keys on the keyboard. Browser support includes the notion of &quot;keyboard focus&quot;." name="KeySensor">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[enabled &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enables/disables node operation." name="enabled"/>
	<attribute tooltip="[keyPress &outputOnlyLabel; &SFStringLabel; #IMPLIED]&#10;Events generated when user presses character-producing keys on keyboard&#10;produces integer UTF-8 character values.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="keyPress"/>
	<attribute tooltip="[keyRelease &outputOnlyLabel; &SFStringLabel; #IMPLIED]&#10;Events generated when user releases character-producing keys on keyboard&#10;produces integer UTF-8 character values.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="keyRelease"/>
	<attribute tooltip="[actionKeyPress &outputOnlyLabel; &SFInt32Label; #IMPLIED]&#10;action key press gives following values:&#10;HOME=000   END=1001   PGUP=1002   PGDN=1003   UP=1004   DOWN=1005   LEFT=1006   RIGHT=1007   F1..F12 = 1008..1019.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="actionKeyPress"/>
	<attribute tooltip="[actionKeyRelease &outputOnlyLabel; &SFInt32Label; #IMPLIED]&#10;action key release gives following values:&#10;HOME=000   END=1001   PGUP=1002   PGDN=1003   UP=1004   DOWN=1005   LEFT=1006   RIGHT=1007   F1..F12 = 1008..1019.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="actionKeyRelease"/>
	<attribute tooltip="[shiftKey &outputOnlyLabel; &SFBoolLabel; #IMPLIED]&#10;shiftKey generates true event when pressed, false event when released.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="shiftKey"/>
	<attribute tooltip="[controlKey &outputOnlyLabel; &SFBoolLabel; #IMPLIED]&#10;controlKey generates true event when pressed, false event when released.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="controlKey"/>
	<attribute tooltip="[altKey &outputOnlyLabel; &SFBoolLabel; #IMPLIED]&#10;altKey generates true event when pressed, false event when released.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="altKey"/>
	<attribute tooltip="[isActive &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;Select geometry by activating the pointing device (e.g. clicking the mouse) to generate isActive events. Output event isActive=true is sent when geometry is selected (e.g. when primary mouse button is pressed), output event isActive=false is sent when geometry is deselected (e.g. when primary mouse button is released).&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isActive"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/IndexedLineSet.gif" tooltip="LineSet is a geometry node that can contain a Coordinate|CoordinateDouble node and optionally a Color|ColorRGBA node.&#10;Hint: Polygonal chain https://en.wikipedia.org/wiki/Polygonal_chain&#10;Hint: either values in a contained Color node, or else Material emissiveColor in corresponding Appearance node, are used for rendering lines and points.&#10;Warning: lines are not lit, are not texture-mapped, and do not participate in collision detection.&#10;ヒント: use a different color (or Material emissiveColor) than the background color.&#10;Hint: step-wise variation or linear interpolation of color values can be used as a good scientific visualization technique to map arbitrary function values to a color map.&#10;ヒント: insert a Shape node before adding geometry or Appearance.&#10;ヒント: for advanced extensibility, authors can substitute a type-matched ProtoInstance node (with correct containerField value) for contained node content.&#10;ヒント: consider including Fog (with Fog color matching Background color) to provide further depth cueing for LineSet (LS)." name="LineSet">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[vertexCount &initializeOnlyLabel; &MFInt32Label; #IMPLIED] [2,+&#8734;)&#10;vertexCount describes how many vertices are used in each individual polyline segment from the Coordinate point values.&#10;Coordinate point values are assigned as a block of points to each line by taking vertexCount[n] vertices at a time." name="vertexCount"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;geometry&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Color.gif" tooltip="LineProperties allows precise fine-grained control over the rendering style of lines and edges for associated geometry nodes inside the same Shape.&#10;Hint: DEF/USE copies of a single node can provide a similar &quot;look + feel&quot; style for related shapes in a scene.ヒント: include &lt;component name='Shape' level='2'/&gt;" name="LineProperties">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[applied &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether or not LineProperties are applied to associated geometry." name="applied"/>
	<attribute tooltip="[linetype &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;linetype selects a line pattern,&#10;with solid default if defined value isn't supported.&#10;Values with guaranteed support are&#10;1 Solid, 2 Dashed, 3 Dotted, 4 Dashed-dotted, 5 Dash-dot-dot.&#10;Optionally supported values are&#10;6  single-headed arrow (arrow tip occurs at last point of each individual list of points), 7 single dot, 8 double-headed arrow,&#10;10 chain line, 11 center line, 12 hidden line, 13 phantom line,&#10;14 break line 1, 15 break line 2, 16 User-specified dash pattern." name="linetype"/>
	<attribute tooltip="(X3D version 3.1 or later) [linewidthScaleFactor &inputOutputLabel; &SFFloatLabel; &#34;0&#34;]&#10;linewidthScaleFactor is a scale factor multiplied by&#10;browser-dependent nominal linewidth,&#10;mapped to nearest available line width.&#10;Values zero or less provide minimum available line width." name="linewidthScaleFactor"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;lineProperties&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Color.gif" tooltip="TextureProperties allows precise fine-grained control over application of image textures to geometry.&#10;ヒント: include &lt;component name='Shape' level='2'/&gt;&#10;Hint: Texture mapping https://en.wikipedia.org/wiki/Texture_mapping" name="TextureProperties">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[anisotropicDegree &inputOutputLabel; &SFFloatLabel; &#34;1&#34;] [1,+&#8734;)&#10;anisotropicDegree defines minimum degree of anisotropy to account for in texture filtering (1=no effect for symmetric filtering, otherwise provide higher value). At least 2-to-1 anisotropy is often supported in low-level graphics rendering software and hardware, relative to horizontal and vertical directions.&#10;Hint: Anisotropy indicates directional dependence of properties. https://en.wikipedia.org/wiki/Anisotropy&#10;Hint: OpenGL EXT_texture_filter_anisotropic https://www.khronos.org/registry/OpenGL/extensions/EXT/EXT_texture_filter_anisotropic.txt" name="anisotropicDegree"/>
	<attribute tooltip="[borderColor &inputOutputLabel; &SFColorRGBALabel; &#34;0 0 0 0&#34;] [0,1]&#10;borderColor defines border pixel color.&#10;Hint: X3D Scene Authoring Hints, Color https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Color" name="borderColor"/>
	<attribute tooltip="[borderWidth &inputOutputLabel; &SFInt32Label; &#34;0&#34;] [0,+&#8734;)&#10;borderWidth number of pixels for texture border." name="borderWidth"/>
        <attribute tooltip="[boundaryModeS &inputOutputLabel; &SFStringLabel; &TextureBoundaryModeValues; REPEAT]&#10;boundaryModeS describes handling of texture-coordinate boundaries.&#10;Warning: do not wrap extra quotation marks  around these SFString enumeration values, since &#34;quotation&#34; &#34;marks&#34; are only used for MFString values.&#10;ヒント: see Table 18.7 Texture boundary modes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/texturing.html#t-TextureBoundaryModes for details." name="boundaryModeS"/>
	<attribute tooltip="[boundaryModeT &inputOutputLabel; &SFStringLabel; &TextureBoundaryModeValues; REPEAT]&#10;boundaryModeT describes handling of texture-coordinate boundaries.&#10;Warning: do not wrap extra quotation marks  around these SFString enumeration values, since &#34;quotation&#34; &#34;marks&#34; are only used for MFString values.&#10;ヒント: see Table 18.7 Texture boundary modes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/texturing.html#t-TextureBoundaryModes for details." name="boundaryModeT"/>
	<attribute tooltip="[boundaryModeR &inputOutputLabel; &SFStringLabel; &TextureBoundaryModeValues; REPEAT]&#10;boundaryModeR describes handling of texture-coordinate boundaries.&#10;Warning: do not wrap extra quotation marks  around these SFString enumeration values, since &#34;quotation&#34; &#34;marks&#34; are only used for MFString values.&#10;ヒント: see Table 18.7 Texture boundary modes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/texturing.html#t-TextureBoundaryModes for details." name="boundaryModeR"/>
	<attribute tooltip="[generateMipMaps &initializeOnlyLabel; &SFBoolLabel; &#34;false&#34;]&#10;Determines whether MIPMAPs are generated for texture images.&#10;Warning: must declare generateMipMaps='true' for minificationFilter modes with MIPMAP in their value.&#10;Hint: mipmap preprocessing is a low-level rendering technique that can increase rendering speed and reduce aliasing artifacts.&#10;Hint: Mipmap pyramids are pre-calculated, optimized sequences of images, each of which is a progressively lower resolution representation of the same image. The height and width of each image level in the mipmap is a power of two smaller than the previous level.&#10;Hint: Aliasing https://en.wikipedia.org/wiki/Aliasing and Clipping  https://en.wikipedia.org/wiki/Clipping_(computer_graphics)&#10;Hint: Mipmap https://en.wikipedia.org/wiki/Mipmap" name="generateMipMaps"/>
	<attribute tooltip="[magnificationFilter &inputOutputLabel; &SFStringLabel; &TextureMagnificationModeValues; FASTEST]&#10;magnificationFilter indicates texture filter when image is smaller than screen space representation.&#10;Warning: do not wrap extra quotation marks  around these SFString enumeration values, since &#34;quotation&#34; &#34;marks&#34; are only used for MFString values.&#10;ヒント: see Table 18.8 Texture magnification modes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/texturing.html#t-TextureMagnificationModes for details." name="magnificationFilter"/>
	<attribute tooltip="[minificationFilter &inputOutputLabel; &SFStringLabel; &TextureMinificationModeValues; FASTEST]&#10;minificationFilter indicates texture filter when image is larger than screen space representation.&#10;Warning: do not wrap extra quotation marks  around these SFString enumeration values, since &#34;quotation&#34; &#34;marks&#34; are only used for MFString values.&#10;ヒント: see Table 18.9 Texture minification modes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/texturing.html#t-TextureMinificationModes for details." name="minificationFilter"/>
	<attribute tooltip="[textureCompression &inputOutputLabel; &SFStringLabel; &TextureCompressionModeValues; FASTEST]&#10;textureCompression indicates compression algorithm selection mode.&#10;Warning: do not wrap extra quotation marks  around these SFString enumeration values, since &#34;quotation&#34; &#34;marks&#34; are only used for MFString values.&#10;ヒント: see Table 18.10 Texture compression modes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/texturing.html#t-TextureCompressionModes for details.&#10;Hint: Texture compression https://en.wikipedia.org/wiki/Texture_compression" name="textureCompression"/>
	<attribute tooltip="[texturePriority &inputOutputLabel; &SFFloatLabel; &#34;0&#34;] [0,1]&#10;texturePriority defines relative priority for this texture when allocating texture memory, an important rendering resource in graphics-card hardware.  Default value 0 is lowest, 1 is highest." name="texturePriority"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;lineProperties&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/LoadSensor.gif" tooltip="LoadSensor generates events as watchList child nodes are either loaded or fail to load.&#10;Changing watchlist child nodes restarts the LoadSensor.&#10;ヒント: use multiple LoadSensor nodes to track multiple loading nodes individually.&#10;ヒント: Background is not sensed due to multiple-image ambiguity.&#10;Warning: watchList child nodes are not rendered,&#10;so normally USE copies of other nodes to sense load status.&#10;ヒント: use Inline &apos;load&apos; field to prompt or defer loading.&#10;Warning: new X3D node, not supported in VRML97." name="LoadSensor">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[enabled &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enables/disables node operation." name="enabled"/>
	<attribute tooltip="[timeOut &inputOutputLabel; &SFTimeLabel; &#34;0&#34; #IMPLIED]&#10;Time in seconds of maximum load duration prior to declaring failure.&#10;Default value zero means use browser defaults." name="timeOut"/>
	<attribute tooltip="[isActive &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;isActive true/false events are sent when sensing starts/stops.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isActive"/>
	<attribute tooltip="[isLoaded &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;Notify when all watchList child nodes are loaded, or at least one has failed.&#10;Sends true on successfully loading all watchList child nodes.&#10;Sends false on timeOut of any watchList child nodes,&#10;failure of any watchList child nodes to load,&#10;or no local copies available and no network present.&#10;ヒント: use multiple LoadSensor nodes to track multiple loading nodes individually.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isLoaded"/>
	<attribute tooltip="[loadTime &outputOnlyLabel; &SFTimeLabel; #FIXED &#34;&#34;]&#10;Time of successful load complete, not sent on failure.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="loadTime"/>
	<attribute tooltip="[progress &outputOnlyLabel; &SFFloatLabel; #FIXED &#34;&#34;] [0,1]&#10;Sends 0.0 on start and 1.0 on completion.&#10;Intermediate values are browser dependent and always increasing (may indicate fraction of bytes, fraction of expected time or another metric).&#10;ヒント: only 0 and 1 events are guaranteed.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="progress"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/LOD.gif" tooltip="LOD (Level Of Detail) uses camera-to-object distance to switch among contained child levels.&#10;(Contained nodes are now called 'children' rather than 'level',&#10;for consistent naming among all GroupingNodeType nodes.)&#10;LOD range values go from near to far (as child geometry gets simpler for better performance).&#10;For n range values, you must have n+1 children levels!&#10;Only currently selected children level is rendered, but all levels continue to send/receive events.&#10;ヒント: can add &lt;WorldInfo info='null node'/&gt; as a nonrendering, invisible final (or initial or intermediate) child node that also documents the LOD switch-over rationale.&#10;ヒント: insert a Shape node before adding geometry or Appearance.&#10;Hint: GeoViewpoint OrthoViewpoint and Viewpoint share the same binding stack, so no more than one of these nodes can be bound and active at a given time.&#10;Warning: do not include GeoViewpoint OrthoViewpoint or Viewpoint as a child of LOD or Switch, instead use ViewpointGroup as parent to constrain location proximity where the viewpoint is available to user.&#10;Warning: results are undefined if a bindable node (Background, Fog, NavigationInfo, OrthoViewpoint, TextureBackground, Viewpoint) is a contained descendant node of either LOD or Switch.&#10;Hint: security mechanisms such as encryption and authentication can be applied to high levels of detail, allowing authors to protect intellectual property at high resolution for authorized users while still rendering simple unrestricted models for other users.&#10;Warning: nested LOD (and/or GeoLOD) nodes with overlapping range intervals can lead to unexpected or undefined behavior.&#10;Hint: contained nodes must have type X3DChildNode, such as Group or Transform or Shape.&#10;Warning: LOD is not allowed as a direct parent of Appearance, Material, Color, Coordinate, Normal or Texture nodes, instead ensure that a Shape is present.&#10;Hint: apply containerField='shape' if parent node is CADFace.&#10;Hint: ConformanceNist X3D Examples Archive https://www.web3d.org/x3d/content/examples/ConformanceNist/SpecialGroups/LOD" name="LOD">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[children &inputOutputLabel; &MFNodeLabel;, empty list] [X3DChildNode]&#10;Grouping nodes contain an ordered list of children nodes.&#10;ヒント: Each grouping node defines a coordinate space for its children, relative to the coordinate space of its parent node. Thus transformations accumulate down the scene graph hierarchy.&#10;Hint: inputOnly MFNode addChildren field can append new X3DChildNode nodes via a ROUTE connection, duplicate input nodes (i.e. matching DEF, USE values) are ignored.&#10;Hint: inputOnly MFNode removeChildren field can remove nodes from the children list, unrecognized input nodes (i.e. nonmatching DEF, USE values) are ignored.&#10;Hint: X3D Architecture 10.2.1 Grouping and children node types, https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#GroupingAndChildrenNodes" name="children"/>
	<attribute tooltip="[forceTransitions &initializeOnlyLabel; &SFBoolLabel; &#34;false&#34;]&#10;Whether to perform every range-based transition,&#10;regardless of browser optimizations that might otherwise occur." name="forceTransitions"/>
	<attribute tooltip="[center &initializeOnlyLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Viewpoint distance-measurement offset from origin of local coordinate system, used for LOD node distance calculations." name="center"/>
	<attribute tooltip="[range &initializeOnlyLabel; &MFFloatLabel; #IMPLIED] (0,+&#8734;)&#10;Specifies ideal distances at which to switch between levels.&#10;The range field is a floating-point array of camera-to-object distance transitions for each child level,&#10;where range values go from near to far.&#10;For n range values, you must have n+1 child levels!&#10;ヒント: can add &lt;WorldInfo info='null node'/&gt; as a nonrendering, invisible final (or initial or intermediate) child node that also documents the LOD switch-over rationale.&#10;ヒント: not setting range values indicates that level switching can be optimized automatically based on performance." name="range"/>
	<attribute tooltip="[bboxCenter &initializeOnlyLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxCenter"/>
	<attribute tooltip="[bboxSize &initializeOnlyLabel; &SFVec3fLabel; &#34;-1 -1 -1&#34;]&#10;Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint.&#10;Hint: can be useful for collision computations or inverse-kinematics (IK) engines.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxSize"/>
	<attribute tooltip="[level_changed &outputOnlyLabel; &SFInt32Label; #FIXED &#34;&#34;]&#10;Output event that reports current level of LOD children whenever switching occurs.&#10;Hint: LOD level index counting starts at zero. Thus level_changed value of -1 means no choice, 0 means initial child, 1 means second child, etc.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="level_changed"/>
	<attribute tooltip="[containerField type NMTOKEN (children | proxy |shape) &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Material.gif" tooltip="Material specifies surface rendering properties for associated geometry nodes.&#10;Material attributes are used by the X3D lighting equations during rendering.&#10;ヒント: insert Shape and Appearance nodes before adding material.&#10;Hint: X3D Scene Authoring Hints, Color https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Color&#10;Hint: X3D Example Archives, Basic, Universal Media Materials https://www.web3d.org/x3d/content/examples/Basic/UniversalMediaMaterials&#10;Hint: X3D Architecture 17.2.2 Lighting model https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/lighting.html#Lightingmodel" name="Material">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[diffuseColor &inputOutputLabel; &SFColorLabel; &#34;0.8 0.8 0.8&#34;] [0,1]&#10;how much direct, angle-dependent light is reflected from all light sources.&#10;ヒント: only emissiveColor affects IndexedLineSet, LineSet and PointSet." name="diffuseColor"/>
	<attribute tooltip="[emissiveColor &inputOutputLabel; &SFColorLabel; &#34;0 0 0&#34;] [0,1]&#10;how much glowing light is emitted from this object.&#10;ヒント: emissiveColors glow even when all lights are off.&#10;ヒント: reset diffuseColor from default (.8 .8 .8) to (0 0 0) to avoid washout.&#10;ヒント: only emissiveColor affects IndexedLineSet, LineSet and PointSet.&#10;Warning: bright emissiveColor values can wash out other colors and some textures." name="emissiveColor"/>
	<attribute tooltip="[specularColor &inputOutputLabel; &SFColorLabel; &#34;0 0 0&#34;] [0,1]&#10;specular highlights are brightness reflections (example: shiny spots on an apple).&#10;Interchange profile ヒント: this field may be ignored." name="specularColor"/>
	<attribute tooltip="[shininess &inputOutputLabel; &SFFloatLabel; &#34;0.2&#34;] [0,1]&#10;Lower shininess values provide soft specular glows, while higher values result in sharper, smaller highlights.&#10;Interchange profile ヒント: this field may be ignored." name="shininess"/>
	<attribute tooltip="[ambientIntensity &inputOutputLabel; &SFFloatLabel; &#34;0.2&#34;] [0,1]&#10;how much ambient omnidirectional light is reflected from all light sources.&#10;Interchange profile ヒント: this field may be ignored." name="ambientIntensity"/>
	<attribute tooltip="[transparency &inputOutputLabel; &SFFloatLabel; &#34;0&#34;] [0,1]&#10;how &quot;clear&quot; an object is: 1.0 is completely transparent, 0.0 is completely opaque.&#10;Interchange profile ヒント: transparency &lt; .5 opaque, transparency &gt; .5 transparent." name="transparency"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;material&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/meta.gif" tooltip="The meta statement provides metadata information about this X3D model, using the same definitions as HTML's meta tag.&#10;The name and content attributes together define attribute=value metadata pairs.&#10;ヒント: X3D Architecture https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/core.html#METAStatement&#10;ヒント: X3D XML Encoding https://www.web3d.org/documents/specifications/19776-1/V3.3/Part01/concepts.html#Header&#10;ヒント: X3D Scene Authoring Hints https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#metaTags&#10;Hint: W3C HTML5 Recommendation, 4.2.5 The meta element https://www.w3.org/TR/html5/document-metadata.html#the-meta-element&#10;Warning: the META statement is capitalized in the ClassicVRML Encoding.&#10;Hint: X3D Architecture 7.2.5.6 META statement https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/core.html#METAStatement &#10;Hint: HTML5 section 4.2.5.1. Standard metadata names https://www.w3.org/TR/html5/document-metadata.html#standard-metadata-names &#10;Hint: HTML5 section 4.2.5.2. Other metadata names https://www.w3.org/TR/html5/document-metadata.html#other-metadata-names &#10;Hint: WHATWG Wiki MetaExtensions https://wiki.whatwg.org/wiki/MetaExtensions" name="meta">
	<attribute tooltip="[name type NMTOKEN #IMPLIED]&#10;Keyword name of the meta (metadata) attribute, following the same naming conventions as HTML's meta tag.&#10;ヒント: use Dublin Core metadata terms for name/content values.&#10;https://www.dublincore.org/documents/dcmi-terms&#10;ヒント: if the name attribute is set, the http-equiv attribute should not be set.&#10;Hint: well-defined names can simplify design and debugging through improved author understanding.&#10;Hint: X3D Scene Authoring Hints, Naming Conventions https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="name"/>
	<attribute tooltip="[content type CDATA #REQUIRED]&#10;The content attribute provides metadata information relevant to the name attribute provided.&#10;The name and content attributes together define attribute=value metadata pairs.&#10;ヒント: use Dublin Core metadata terms for name/content values.&#10;https://www.dublincore.org/documents/dcmi-terms &#10;ヒント: alternatively the content attribute can support the http-equiv attribute.&#10;ヒント: many XML tools substitute XML character references automatically if needed (such as &amp;#38; for &#38; ampersand character, or &amp;#34; for &#34; quotation-mark character)." name="content"/>
	<attribute tooltip="[lang type CDATA #IMPLIED]&#10;Language code, as per [IETF BCP47/RFC5646]&#10;https://www.rfc-editor.org/rfc/bcp/bcp47.txt and described in https://www.w3.org/International/questions/qa-http-and-lang&#10;ヒント: Language Subtag Lookup at http://people.w3.org/rishida/utils/subelements" name="lang"/>
	<attribute tooltip="[dir type ENUMERATION (ltr|rtl) #IMPLIED]&#10;Direction for weak/neutral text (ltr=left-to-right, rtl=right-to-left). See http://www.w3.org/TR/html4/struct/dirlang.html#adef-dir" name="dir"/>
    	<attribute tooltip="[http-equiv type CDATA #IMPLIED]&#10;The http-equiv attribute provides an HTTP header for the value of the content attribute. Example: &lt;meta http-equiv='Expires' content='Tue, 20 Aug 1996 14:25:27 GMT'&gt;.&#10;ヒント: the http-equiv attribute can be used to simulate an HTTP response header.&#10;ヒント: if the name attribute is set, the http-equiv attribute should not be set.&#10;ヒント: see http://www.w3.org/TR/html4/struct/global.html#adef-http-equiv" name="http-equiv"/>
	<attribute tooltip="[scheme type CDATA #IMPLIED]&#10;The scheme attribute allows authors to provide user agents more context for the correct interpretation of meta information.&#10;For example, &lt;meta scheme=&quot;ISBN&quot;  name=&quot;identifier&quot; content=&quot;0-8230-2355-9&quot;&gt;&#10;See http://www.w3.org/TR/html4/struct/global.html#idx-scheme" name="scheme"/>
    </element>
    <element icon="icons/meta.gif" tooltip="(X3D version 3.3 or later) MetadataBoolean contains a typed list of values providing metadata information about its parent node.&#10;Further information about this specific Metadata* node may be provided by a single child Metadata* node with containerField=&#34;metadata&#34;.&#10;ヒント: use containerField=&#34;value&#34; if the parent node is MetadataSet.&#10;ヒント: an IS statement precedes any sibling Metadata* node, which in turn precedes any other sibling nodes.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter15-Metadata/Chapter15-MetadataInformation.html" name="MetadataBoolean">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[name &inputOutputLabel; &SFStringLabel; #IMPLIED]&#10;Depending on the metadata vocabulary, the attribute name is usually required for metadata nodes.&#10;Warning: name is not included if this instance is a USE node.&#10;Hint: well-defined names can simplify design and debugging through improved author understanding.&#10;Hint: X3D Scene Authoring Hints, Naming Conventions https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="name"/>
	<attribute tooltip="[value &inputOutputLabel; &MFBoolLabel; #IMPLIED]&#10;The value attribute is a strictly typed data array providing relevant metadata information.&#10;Warning: use lower-case values (&quot;true false&quot;) for .x3d XML encoding, and upper-case values (&quot;TRUE FALSE&quot;) for .x3dv ClassicVRML encoding." name="value"/>
	<attribute tooltip="[reference &inputOutputLabel; &SFStringLabel; #IMPLIED]&#10;Reference to the metadata standard or definition defining this particular metadata value." name="reference"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;metadata&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;ヒント: set containerField=&#34;value&#34; when part of a MetadataSet payload, otherwise use default value &#34;metadata&#34; when providing information about a parent node itself.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
    </element>
    <element icon="icons/meta.gif" tooltip="MetadataDouble contains a typed list of values providing metadata information about its parent node.&#10;Further information about this specific Metadata* node may be provided by a single child Metadata* node with containerField=&#34;metadata&#34;.&#10;ヒント: use containerField=&#34;value&#34; if the parent node is MetadataSet.&#10;ヒント: an IS statement precedes any sibling Metadata* node, which in turn precedes any other sibling nodes.&#10;ヒント: The choice of MetadataDouble versus MetadataFloat usually depends on the relevant tool utilizing the value, or else the relevant metadata reference defining the value.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter15-Metadata/Chapter15-MetadataInformation.html" name="MetadataDouble">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[name &inputOutputLabel; &SFStringLabel; #IMPLIED]&#10;Depending on the metadata vocabulary, the attribute name is usually required for metadata nodes.&#10;Warning: name is not included if this instance is a USE node.&#10;Hint: well-defined names can simplify design and debugging through improved author understanding.&#10;Hint: X3D Scene Authoring Hints, Naming Conventions https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="name"/>
	<attribute tooltip="[value &inputOutputLabel; &MFDoubleLabel; #IMPLIED]&#10;The value attribute is a strictly typed data array providing relevant metadata information.&#10;ヒント: many XML tools substitute XML character references automatically if needed (such as &amp;#38; for &#38; ampersand character, or &amp;#34; for &#34; quotation-mark character)." name="value"/>
	<attribute tooltip="[reference &inputOutputLabel; &SFStringLabel; #IMPLIED]&#10;Reference to the metadata standard or definition defining this particular metadata value." name="reference"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;metadata&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;ヒント: set containerField=&#34;value&#34; when part of a MetadataSet payload, otherwise use default value &#34;metadata&#34; when providing information about a parent node itself.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
    </element>
    <element icon="icons/meta.gif" tooltip="MetadataFloat contains a typed list of values providing metadata information about its parent node.&#10;Further information about this specific Metadata* node may be provided by a single child Metadata* node with containerField=&#34;metadata&#34;.&#10;ヒント: use containerField=&#34;value&#34; if the parent node is MetadataSet.&#10;ヒント: an IS statement precedes any sibling Metadata* node, which in turn precedes any other sibling nodes.&#10;ヒント: The choice of MetadataDouble versus MetadataFloat usually depends on the relevant tool utilizing the value, or else the relevant metadata reference defining the value.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter15-Metadata/Chapter15-MetadataInformation.html" name="MetadataFloat">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[name &inputOutputLabel; &SFStringLabel; #IMPLIED]&#10;Depending on the metadata vocabulary, the attribute name is usually required for metadata nodes.&#10;Warning: name is not included if this instance is a USE node.&#10;Hint: well-defined names can simplify design and debugging through improved author understanding.&#10;Hint: X3D Scene Authoring Hints, Naming Conventions https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="name"/>
	<attribute tooltip="[value &inputOutputLabel; &MFFloatLabel; #IMPLIED]&#10;The value attribute is a strictly typed data array providing relevant metadata information.&#10;ヒント: many XML tools substitute XML character references automatically if needed (such as &amp;#38; for &#38; ampersand character, or &amp;#34; for &#34; quotation-mark character)." name="value"/>
	<attribute tooltip="[reference &inputOutputLabel; &SFStringLabel; #IMPLIED]&#10;Reference to the metadata standard or definition defining this particular metadata value." name="reference"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;metadata&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;ヒント: set containerField=&#34;value&#34; when part of a MetadataSet payload, otherwise use default value &#34;metadata&#34; when providing information about a parent node itself.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
    </element>
    <element icon="icons/meta.gif" tooltip="MetadataInteger contains a typed list of values providing metadata information about its parent node.&#10;Further information about this specific Metadata* node may be provided by a single child Metadata* node with containerField=&#34;metadata&#34;.&#10;ヒント: use containerField=&#34;value&#34; if the parent node is MetadataSet.&#10;ヒント: an IS statement precedes any sibling Metadata* node, which in turn precedes any other sibling nodes.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter15-Metadata/Chapter15-MetadataInformation.html" name="MetadataInteger">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[name &inputOutputLabel; &SFStringLabel; #IMPLIED]&#10;Depending on the metadata vocabulary, the attribute name is usually required for metadata nodes.&#10;Warning: name is not included if this instance is a USE node.&#10;Hint: well-defined names can simplify design and debugging through improved author understanding.&#10;Hint: X3D Scene Authoring Hints, Naming Conventions https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="name"/>
	<attribute tooltip="[value &inputOutputLabel; &MFInt32Label; #IMPLIED]&#10;The value attribute is a strictly typed data array providing relevant metadata information.&#10;ヒント: many XML tools substitute XML character references automatically if needed (such as &amp;#38; for &#38; ampersand character, or &amp;#34; for &#34; quotation-mark character)." name="value"/>
	<attribute tooltip="[reference &inputOutputLabel; &SFStringLabel; #IMPLIED]&#10;Reference to the metadata standard or definition defining this particular metadata value." name="reference"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;metadata&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;ヒント: set containerField=&#34;value&#34; when part of a MetadataSet payload, otherwise use default value &#34;metadata&#34; when providing information about a parent node itself.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
    </element>
    <element icon="icons/meta.gif" tooltip="MetadataSet contains a list of Metadata* nodes that each have containerField=&#34;value&#34;&#10;and together provide information about the parent node of the MetadataSet.&#10;Further information about this specific MetadataSet node may be provided by a single child Metadata* node with containerField=&#34;metadata&#34;.&#10;ヒント: use containerField=&#34;value&#34; if the parent node is MetadataSet.&#10;ヒント: an IS statement precedes any sibling Metadata* node, which in turn precedes any other sibling nodes.&#10;ヒント: MetadataSet can contain other MetadataSet nodes.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter15-Metadata/Chapter15-MetadataInformation.html" name="MetadataSet">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[name &inputOutputLabel; &SFStringLabel; #IMPLIED]&#10;Depending on the metadata vocabulary, the attribute name is usually required for metadata nodes.&#10;Warning: name is not included if this instance is a USE node.&#10;Hint: well-defined names can simplify design and debugging through improved author understanding.&#10;Hint: X3D Scene Authoring Hints, Naming Conventions https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="name"/>
	<attribute tooltip="[reference &inputOutputLabel; &SFStringLabel; #IMPLIED]&#10;Reference to the metadata standard or definition defining this particular metadata value." name="reference"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;metadata&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;ヒント: set containerField=&#34;value&#34; when part of a MetadataSet payload, otherwise use default value &#34;metadata&#34; when providing information about a parent node itself.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
    </element>
    <element icon="icons/meta.gif" tooltip="MetadataString contains a typed list of values providing metadata information about its parent node.&#10;Further information about this specific Metadata* node may be provided by a single child Metadata* node with containerField=&#34;metadata&#34;.&#10;ヒント: use containerField=&#34;value&#34; if the parent node is MetadataSet.&#10;ヒント: an IS statement precedes any sibling Metadata* node, which in turn precedes any other sibling nodes.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter15-Metadata/Chapter15-MetadataInformation.html" name="MetadataString">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[name &inputOutputLabel; &SFStringLabel; #IMPLIED]&#10;Depending on the metadata vocabulary, the attribute name is usually required for metadata nodes.&#10;Warning: name is not included if this instance is a USE node.&#10;Hint: well-defined names can simplify design and debugging through improved author understanding.&#10;Hint: X3D Scene Authoring Hints, Naming Conventions https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="name"/>
	<attribute tooltip="[value &inputOutputLabel; &MFStringLabel; #IMPLIED]&#10;The value attribute is a strictly typed data array providing relevant metadata information.&#10;ヒント: many XML tools substitute XML character references automatically if needed (such as &amp;#38; for &#38; ampersand character, or &amp;#34; for &#34; quotation-mark character)." name="value"/>
	<attribute tooltip="[reference &inputOutputLabel; &SFStringLabel; #IMPLIED]&#10;Reference to the metadata standard or definition defining this particular metadata value." name="reference"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;metadata&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;ヒント: set containerField=&#34;value&#34; when part of a MetadataSet payload, otherwise use default value &#34;metadata&#34; when providing information about a parent node itself.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
    </element>
    <element icon="icons/MovieTexture.gif" tooltip="MovieTexture applies a 2D movie image to surface geometry, or provides audio for a Sound node.&#10;First define as texture, then USE as Sound source to see it/hear it/save memory.&#10;Texture maps have a 2D coordinate system (s, t) horizontal and vertical, with (s, t) texture-coordinate values in range [0.0, 1.0] for opposite corners of the image.&#10;ヒント: insert Shape and Appearance nodes before adding texture.&#10;ヒント: provide a Viewpoint that allows a clear view of the MovieTexture so that users can easily see all details.&#10;ヒント: utilize DEF/USE references for multiple copies of a single MovieTexture video file in order to avoid multiple-download delays, reduce memory requirements, and maintain synchronization.&#10;ヒント:  support for MPEG-1 video format is required, other formats are optional. &#10;ヒント: X3D Scene Authoring Hints https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Images&#10;Hint: Texture mapping https://en.wikipedia.org/wiki/Texture_mapping&#10;Hint: X3D Architecture 17.2.2 Lighting model https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/lighting.html#Lightingmodel&#10;Hint: apply containerField='watchList' when parent node is LoadSensor." name="MovieTexture">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[description &inputOutputLabel; &SFStringLabel; #IMPLIED]&#10;Author-provided text tooltip that tells users the expected action of this node.&#10;Hint: many XML tools substitute XML character references for special characters automatically if needed within an attribute value (such as &amp;#38; for &#38; ampersand character, or &amp;#34; for &#34; quotation-mark character)." name="description"/>
	<attribute tooltip="[url &inputOutputLabel; &MFStringLabel; #IMPLIED]&#10;Location and filename of movie file or stream.&#10;Multiple locations are more reliable, and including a Web address lets e-mail attachments work.&#10;ヒント: MFString arrays can have multiple values, so separate each individual string by quote marks &quot;https://www.web3d.org&quot; &quot;https://www.web3d.org/about&quot; &quot;etc.&quot; &#10;ヒント: XML encoding for quotation mark &quot; is &#38;quot; (which is an example of a character entity).&#10;Warning: strictly match directory and filename capitalization for http links! This is important for portability. Some operating systems are forgiving of capitalization mismatches, but http/https url addresses and paths in Unix-based operating systems are all case sensitive and intolerant of uppercase/lowercase mismatches.&#10;ヒント: can replace embedded blank(s) in url queries with %20 for each blank character.&#10;ヒント: X3D Scene Authoring Hints, urls https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#urls&#10;ヒント: X3D Scene Authoring Hints, urls https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#urls" name="url"/>
	<attribute tooltip="[loop &inputOutputLabel; &SFBoolLabel; &#34;false&#34;]&#10;Repeat indefinitely when loop=true, repeat only once when loop=false." name="loop"/>
	<attribute tooltip="[speed &inputOutputLabel; &SFFloatLabel; &#34;1.0&#34;]&#10;Factor for how fast the movie (or soundtrack) is played.&#10;ヒント: a negative speed value sets the movie to play in reverse." name="speed"/>
	<attribute tooltip="[startTime &inputOutputLabel; &SFTimeLabel; &#34;0&#34;]&#10;Absolute time: number of seconds since January 1, 1970, 00:00:00 GMT.&#10;ヒント: ROUTE a time value matching system clock to this field, such as output event from TouchSensor touchTime or TimeTrigger triggerTime." name="startTime"/>
	<attribute tooltip="[stopTime &inputOutputLabel; &SFTimeLabel; &#34;0&#34;]&#10;Absolute time: number of seconds since January 1, 1970, 00:00:00 GMT.&#10;ヒント: ROUTE a time value matching system clock to this field, such as output event from TouchSensor touchTime or TimeTrigger triggerTime.&#10;Warning: An active TimeSensor node ignores set_cycleInterval and set_startTime events.&#10;Warning:An active TimeSensor node ignores set_stopTime event values less than or equal to startTime." name="stopTime"/>
	<attribute tooltip="[repeatS &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether to horizontally repeat texture along S axis." name="repeatS"/>
	<attribute tooltip="[repeatT &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether to vertically repeat texture along T axis." name="repeatT"/>
	<attribute tooltip="[duration_changed &outputOnlyLabel; &SFTimeLabel; #FIXED &#34;&#34;] [0,+&#8734;) or -1.&#10;Length of time in seconds Length of time in seconds for one cycle of media stream.&#10;Warning: duration value of -1 implies that media data has not yet loaded or is unavailable for some reason.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events.&#10;Hint: duration_changed is an SFTime duration interval, normally nonnegative, and not an absolute clock time.&#10;Hint: changing the pitch field does not trigger a duration_changed event.  Playback interval may vary but duration of the original media data remains unmodified." name="duration_changed"/>
	<attribute tooltip="[isActive &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;isActive true/false events are sent when playback starts/stops.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isActive"/>
	<attribute tooltip="[isPaused &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;isPaused true/false events are sent when MovieTexture is paused/resumed.&#10;Warning: not supported in VRML97.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isPaused"/>
	<attribute tooltip="[pauseTime &inputOutputLabel; &SFTimeLabel; &#34;0&#34;]&#10;When time now &gt;= pauseTime, isPaused becomes true and MovieTexture becomes paused.&#10;Absolute time: number of seconds since January 1, 1970, 00:00:00 GMT.&#10;ヒント: ROUTE a time value matching system clock to this field, such as output event from TouchSensor touchTime or TimeTrigger triggerTime.&#10;Warning: not supported in VRML97." name="pauseTime"/>
	<attribute tooltip="[resumeTime &inputOutputLabel; &SFTimeLabel; &#34;0&#34;]&#10;When resumeTime becomes &lt;= time now, isPaused becomes false and MovieTexture becomes active.&#10;Absolute time: number of seconds since January 1, 1970, 00:00:00 GMT.&#10;ヒント: ROUTE a time value matching system clock to this field, such as output event from TouchSensor touchTime or TimeTrigger triggerTime.&#10;Warning: not supported in VRML97." name="resumeTime"/>
	<attribute tooltip="[elapsedTime &outputOnlyLabel; &SFTimeLabel; #FIXED &#34;&#34;] [0,+&#8734;)&#10;Current elapsed time since MovieTexture activated/running, cumulative in seconds, and not counting any paused time.&#10;Warning: not supported in VRML97.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events.&#10;Hint: elapsedTime is a nonnegative SFTime duration interval, not an absolute clock time." name="elapsedTime"/>
	<attribute tooltip="[containerField type NMTOKEN (texture | source | watchList | back | bottom | front | left | right | top | backTexture | bottomTexture | frontTexture | leftTexture | rightTexture | topTexture) &#34;texture&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Warning: MovieTexture has containerField='texture' when parent is an Appearance node, otherwise containerField='source' when parent is a Sound node.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/ImageTexture.gif" tooltip="MultiTexture applies several individual textures to a single geometry node, enabling a variety of visual effects that include light mapping and environment mapping. MultiTexture can contain zero or more ImageTexture, MovieTexture and PixelTexture nodes.&#10;Texture maps have a 2D coordinate system (s, t) horizontal and vertical, with (s, t) texture-coordinate values in range [0.0, 1.0] for opposite corners of the image.&#10;ヒント: insert Shape and Appearance nodes before adding texture.&#10;Hint: Texture mapping https://en.wikipedia.org/wiki/Texture_mapping&#10;Warning: the number of textures to be blended may have a significant impact on performance, depending on available graphics hardware capabilities.&#10;Hint: multitexturing is accomplished using MultiTexture, MultiTextureCoordinate and MultiTextureTransform nodes.&#10;Hint: X3D Texturing component Figure 18.2 Lightmap example, https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/texturing.html#f-Lightmapexample&#10;Hint: X3D Texturing component Table 18.2: Comparison of single texture and multitexture attributes, https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/texturing.html#t-SingleAndMultitextureAttrs&#10;Hint: X3D Architecture 17.2.2 Lighting model https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/lighting.html#Lightingmodel&#10;Hint: MultiTexture does not need to be included in LoadSensor watchList since any child ImageTexture and MovieTexture nodes of interest can be handled separately.&#10;Warning: MultiTexture may not contain another MultiTexture node." name="MultiTexture">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[alpha &inputOutputLabel; &SFFloatLabel; &#34;1.0&#34;] [0,1]&#10;The alpha field defines the alpha (1-transparency) base value for mode operations." name="alpha"/>
	<attribute tooltip="[color &inputOutputLabel; &SFColorLabel; &#34;1 1 1&#34;] [0,1]&#10;The color field defines the RGB base values for mode operations.&#10;Hint: X3D Scene Authoring Hints, Color https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Color" name="color"/>
	<attribute tooltip="[function &inputOutputLabel; &MFStringLabel; &MultiTextureFunctionValues; #IMPLIED]&#10;function operators COMPLEMENT or ALPHAREPLICATE can be applied after the mode blending operation. Empty string value &quot;&quot; indicates that no function operation is applied for that stage.&#10;ヒント: include the same number of function values as textures, otherwise the default of no function operation is applied for each remaining stage.&#10;ヒント: see Table 18.5 Values for the function field https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/texturing.html#t-ValuesForFunctionField for further details." name="function"/>
	<attribute tooltip="[mode &inputOutputLabel; &SFStringLabel; &MultiTextureModes; #IMPLIED]&#10;mode field indicates the type of blending operation, both for color and for alpha channel.&#10;ヒント: include the same number of mode values as textures, otherwise the default value MODULATE is added for each remaining stage.&#10;Warning: do not wrap extra quotation marks  around these SFString enumeration values, since &#34;quotation&#34; &#34;marks&#34; are only used for MFString values.&#10;ヒント: see Table 18.3 Multitexture modes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/texturing.html#t-MultitextureModes for further details." name="mode"/>
	<attribute tooltip="[source &inputOutputLabel; &MFStringLabel; &MultiTextureSourceValues; #IMPLIED]&#10;source field determines whether each image source is treated as DIFFUSE, SPECULAR or a multiplicative FACTOR. Empty string value &quot;&quot; indicates that no source modifier is applied for that stage.&#10;ヒント: include the same number of source values as textures, otherwise the default of no source interpretation is applied for each remaining stage.&#10;ヒント: see Table 18.4 Values for the source field https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/texturing.html#t-ValuesForSourceField for further details." name="source"/>
	<attribute tooltip="[containerField type NMTOKEN (texture | back | bottom | front | left | right | top | backTexture | bottomTexture | frontTexture | leftTexture | rightTexture | topTexture) &#34;texture&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/TextureCoordinate.gif" tooltip="MultiTextureCoordinate contains multiple TextureCoordinate or TextureCoordinateGenerator nodes, for use by a parent polygonal geometry node such as IndexedFaceSet or a Triangle* node. Each of the contained texture coordinate nodes correspond to the multiple texture nodes contained in a sibling Appearance/MultiTexture node.&#10;ヒント: add Shape and then polgyonal/planar geometry before adding MultiTextureCoordinate.&#10;Hint: Texture mapping https://en.wikipedia.org/wiki/Texture_mapping&#10;Warning: the number of textures to be blended may have a significant impact on performance, depending on available graphics hardware capabilities.&#10;Hint: multitexturing is accomplished using MultiTexture, MultiTextureCoordinate and MultiTextureTransform nodes.&#10;Hint: X3D Texturing component Figure 18.2 Lightmap example, https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/texturing.html#f-Lightmapexample&#10;Hint: X3D Texturing component Table 18.2: Comparison of single texture and multitexture attributes, https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/texturing.html#t-SingleAndMultitextureAttrs" name="MultiTextureCoordinate">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;texCoord&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/TextureTransform.gif" tooltip="MultiTextureTransform contains multiple TextureTransform nodes, each provided for use by corresponding ImageTexture MovieTexture or PixelTexture nodes within a sibling MultiTexture node.&#10;ヒント: insert Shape and Appearance nodes before adding TextureTransform.&#10;Hint: Texture mapping https://en.wikipedia.org/wiki/Texture_mapping&#10;Warning: the number of textures to be blended may have a significant impact on performance, depending on available graphics hardware capabilities.&#10;Hint: multitexturing is accomplished using MultiTexture, MultiTextureCoordinate and MultiTextureTransform nodes.&#10;Hint: X3D Texturing component Figure 18.2 Lightmap example, https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/texturing.html#f-Lightmapexample&#10;Hint: X3D Texturing component Table 18.2: Comparison of single texture and multitexture attributes, https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/texturing.html#t-SingleAndMultitextureAttrs" name="MultiTextureTransform">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;textureTransform&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/NavigationInfo.gif" tooltip="NavigationInfo describes the user&apos;s viewing model, user navigation-interaction modalities, and also dimensional characteristics of the user's (typically invisible) avatar.&#10;ヒント: for inspection of simple objects, usability often improves with type=&quot;EXAMINE&quot; &quot;ANY&quot;&#10;ヒント: Background, Fog, GeoViewpoint, NavigationInfo, OrthoViewpoint, TextureBackground and Viewpoint are bindable nodes, meaning that no more than one of each node type can be active at a given time.&#10;ヒント: NavigationInfo types &apos;&quot;WALK&quot; &quot;FLY&quot;&apos; support camera-to-object collision detection.&#10;Warning: results are undefined if a bindable node (Background, Fog, NavigationInfo, OrthoViewpoint, TextureBackground, Viewpoint) is a contained descendant node of either LOD or Switch.&#10;ヒント: X3D Scene Authoring Hints https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Viewpoints" name="NavigationInfo">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[type &inputOutputLabel; &MFStringLabel; &#34;EXAMINE&#34; &#34;ANY&#34;]&#10;Enter one or more quoted SFString values: &#34;EXAMINE&#34; &#34;WALK&#34; &#34;FLY&#34; &#34;LOOKAT&#34; &#34;EXPLORE&#34; &#34;ANY&#34; &#34;NONE&#34;.&#10;ヒント: for inspection of simple objects, usability often improves with type=&quot;EXAMINE&quot; &quot;ANY&quot;.&#10;ヒント: types WALK and FLY force strict camera-to-object collision detection.&#10;ヒント: see Collision node for further details on camera-to-object collision detection.&#10;ヒント: MFString arrays can have multiple values, so separate each individual string by quote marks &quot;https://www.web3d.org&quot; &quot;https://www.web3d.org/about&quot; &quot;etc.&quot; ]&#10;Interchange profile ヒント: this field may be ignored." name="type"/>
	<attribute tooltip="[speed &inputOutputLabel; &SFFloatLabel; &#34;1.0&#34;] [0,+&#8734;)&#10;Default rate at which viewer travels through scene, meters/second.&#10;Warning: default 1 m/s usually seems slow for ordinary navigation.&#10;Interchange profile ヒント: this field may be ignored." name="speed"/>
	<attribute tooltip="[headlight &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enable/disable directional light that always points in the direction the user is looking." name="headlight"/>
	<attribute tooltip="[avatarSize &inputOutputLabel; &MFFloatLabel; &#34;0.25 1.6 0.75&#34;]&#10;avatarSize triplet values define three separate parameters: (a) collisionDistance between user and geometry, i.e. near clipping plane of view frustrum, default 0.25m, (b) viewer height above terrain, default 1.6m, and (c) tallest height viewer can WALK over, default 0.75m.&#10;ヒント: important design thumbrule is to keep (visibilityLimit / avatarSize.CollisionDistance) &lt; 10,000 to avoid aliasing artifacts (i.e. polygon &quot;tearing&quot;).&#10;Hint: Aliasing https://en.wikipedia.org/wiki/Aliasing and Clipping  https://en.wikipedia.org/wiki/Clipping_(computer_graphics)&#10;Interchange profile ヒント: this field may be ignored.&#10;Hint: transformation hierarchy of currently bound Viewpoint node scales avatarSize, but translations and rotations have no effect." name="avatarSize"/>
	<attribute tooltip="[visibilityLimit &inputOutputLabel; &SFFloatLabel; &#34;0.0&#34;]&#10;Geometry beyond the visibilityLimit may not be rendered (far clipping plane of the view frustrum).&#10;Hint: visibilityLimit=0.0 indicates an infinite visibility limit (no far clipping plane).&#10;ヒント: set visibilityLimit to appropriate positive value in meters to define far culling plane of view frustum.&#10;ヒント: important design thumbrule is to keep (visibilityLimit / avatarSize.CollisionDistance) &lt; 10,000 to avoid aliasing artifacts (i.e. polygon &quot;tearing&quot;).&#10;Hint: Aliasing https://en.wikipedia.org/wiki/Aliasing and Clipping  https://en.wikipedia.org/wiki/Clipping_(computer_graphics)&#10;Interchange profile ヒント: this field may be ignored." name="visibilityLimit"/>
	<attribute tooltip="[transitionType &inputOutputLabel; &MFStringLabel; &#34;LINEAR&#34;]&#10;Camera transition between viewpoints. Enter one or more quoted SFString values: &#34;ANIMATE&#34; &#34;TELEPORT&#34; &#34;LINEAR&#34;.&#10;ヒント: &#34;ANIMATE&#34; behavior is browser-specific, &#34;TELEPORT&#34; is immediate, and &#34;LINEAR&#34; may proceed directly through intervening objects." name="transitionType"/>
	<attribute tooltip="(X3D version 3.1 or later) [transitionTime &inputOutputLabel; &MFFloatLabel; &#34;1.0&#34;]&#10;transitionTime defines the expected duration of viewpoint transition in seconds.&#10;ヒント: If transitionType is &#34;ANIMATE&#34;, transitionTime provides browser-dependent animation parameters.&#10;Interchange profile ヒント: this field may be ignored." name="transitionTime"/>
	<attribute tooltip="[transitionComplete &outputOnlyLabel; &MFFloatLabel; #FIXED &#34;&#34;]&#10;Event signaling viewpoint transition complete.&#10;Interchange profile ヒント: this field may be ignored." name="transitionComplete"/>
	<attribute tooltip="[set_bind &inputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;Receiving event set_bind=true activates and binds this node at the top of the binding stack. Receiving event set_bind=false deactivates and unbinds this node from the top of the binding stack. Thus setting set_bind to true/false will enable/disable the effect of this node.&#10;Hint: paired node operations can be established by connecting set_bind and isBound fields of corresponding bindable nodes.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_bind"/>
	<attribute tooltip="[bindTime &outputOnlyLabel; &SFTimeLabel; #FIXED &#34;&#34;]&#10;Event sent reporting timestamp when node becomes active/inactive.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="bindTime"/>
	<attribute tooltip="[isBound &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;Output event true gets sent when node becomes bound and activated, otherwise output event false gets sent when node becomes unbound and deactivated.&#10;Hint: paired node operations can be established by connecting set_bind and isBound fields of corresponding bindable nodes.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isBound"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Normal.gif" tooltip="Normal defines a set of 3D surface-normal vectors that apply either to a sibling Coordinate|CoordinateDouble node, or else to a parent ElevationGrid node.&#10;Normal values are perpendicular directions that are used per-polygon or per-vertex when computing lighting and shading. &#10;Hint: Normal values are typically only calculated or applied once, during initial loading of model geometry.&#10;Hint: custom Normal values can produce special effects.&#10;Hint: if no child Normal node is provided, the X3D browser shall automatically generate normals, using creaseAngle to determine smoothed shading across shared vertices.&#10;Hint: computation of normal values is performed quite quickly on modern 3D graphics hardware, often with no perceptible delay.&#10;Warning: adding normal values to a model might significantly increase file size. Testing can help determine proper tradeoffs between file size, network transmission delays and initial rendering speed." name="Normal">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[vector &inputOutputLabel; &MFVec3fLabel; #IMPLIED]&#10;set of unit-length normal vectors, corresponding to indexed polygons or vertices.&#10;Warning: unit length means a magnitude of 1.0, so normal values of (0,0,0) are invalid." name="vector"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;normal&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/NormalInterpolator.gif" tooltip="NormalInterpolator generates a series of normal (perpendicular) 3-tuple SFVec3f values. Each vector value has unit length, i.e. the set of allowed vectors describes the surface of a unit sphere. Authors can ROUTE value_changed output events to a Normal node's vector  field, or to another 3-tuple SFVec3f field.&#10;ヒント: typical input connection is ROUTE someTimeSensorDEF.fraction_changed TO someInterpolatorDEF.set_fraction&#10;ヒント: typical output connection is ROUTE someInterpolatorDEF.value_changed TO destinationNode.set_attribute." name="NormalInterpolator">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[key &inputOutputLabel; &MFFloatLabel; #IMPLIED]&#10;Definition values for linear-interpolation function input intervals, listed in non-decreasing order and corresponding to a value in the keyValue array.&#10;Warning: number of keys must match number of keyValues!&#10;Warning: values in key array shall be monotonically non-decreasing, meaning that each value is greater than or equal to the preceding value.&#10;Hint: typical interval for values in key array is within range of 0 to 1, but larger intervals can be defined with arbitrary bounds." name="key"/>
	<attribute tooltip="[keyValue &inputOutputLabel; &MFVec3fLabel; #IMPLIED]&#10;Output values for linear interpolation, each corresponding to an input-fraction value in the key array.&#10;Hint: identical adjacent entries in keyValue array have the effect of defining constant-value step functions. https://en.wikipedia.org/wiki/Step_function &#10;Warning: number of keys must match number of keyValues!" name="keyValue"/>
	<attribute tooltip="[set_fraction &inputOnlyLabel; &SFFloatLabel; #FIXED &#34;&#34;]&#10;set_fraction selects input key for corresponding keyValue output.&#10;Hint: set_fraction values are typically in same range interval as values in the key array. Response to an input set_fraction value less than minimum is equivalent to minimum key, and response to an input set_fraction value greater than maximum is equivalent to maximum key.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_fraction"/>
	<attribute tooltip="[value_changed &outputOnlyLabel; &MFVec3fLabel; #FIXED &#34;&#34;]&#10;Linearly interpolated output value determined by current key time and corresponding keyValue pair.&#10;Hint: X3D players might not send unchanging intermediate values, thus avoiding excessive superfluous events that have no effect.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="value_changed"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/OrientationInterpolator.gif" tooltip="OrientationInterpolator generates a series of 4-tuple axis-angle SFRotation values.&#10;Authors can ROUTE value_changed output events to a Transform node's rotation field or to another 4-tuple SFRotation field.&#10;ヒント: typical input connection is ROUTE someTimeSensorDEF.fraction_changed TO someInterpolatorDEF.set_fraction&#10;ヒント: typical output connection is ROUTE someInterpolatorDEF.value_changed TO destinationNode.set_attribute." name="OrientationInterpolator">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[key &inputOutputLabel; &MFFloatLabel; #IMPLIED]&#10;Definition values for linear-interpolation function input intervals, listed in non-decreasing order and corresponding to a value in the keyValue array.&#10;Warning: number of keys must match number of keyValues!&#10;Warning: values in key array shall be monotonically non-decreasing, meaning that each value is greater than or equal to the preceding value.&#10;Hint: typical interval for values in key array is within range of 0 to 1, but larger intervals can be defined with arbitrary bounds." name="key"/>
	<attribute tooltip="[keyValue &inputOutputLabel; &MFRotationLabel; #IMPLIED]&#10;Output values for linear interpolation, each corresponding to an input-fraction value in the key array.&#10;Hint: identical adjacent entries in keyValue array have the effect of defining constant-value step functions. https://en.wikipedia.org/wiki/Step_function &#10;Warning: number of keys must match number of keyValues!" name="keyValue"/>
	<attribute tooltip="[set_fraction &inputOnlyLabel; &SFFloatLabel; #FIXED &#34;&#34;]&#10;set_fraction selects input key for corresponding keyValue output.&#10;Hint: set_fraction values are typically in same range interval as values in the key array. Response to an input set_fraction value less than minimum is equivalent to minimum key, and response to an input set_fraction value greater than maximum is equivalent to maximum key.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_fraction"/>
	<attribute tooltip="[value_changed &outputOnlyLabel; &SFRotationLabel; #FIXED &#34;&#34;]&#10;Linearly interpolated output value determined by current key time and corresponding keyValue pair.&#10;Hint: X3D players might not send unchanging intermediate values, thus avoiding excessive superfluous events that have no effect.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="value_changed"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Viewpoint.gif" tooltip="OrthoViewpoint provides an orthographic perspective-free view of a scene from a specific location and direction.&#10;ヒント: Background, Fog, GeoViewpoint, NavigationInfo, OrthoViewpoint, TextureBackground and Viewpoint are bindable nodes, meaning that no more than one of each node type can be active at a given time.&#10;Hint: GeoViewpoint OrthoViewpoint and Viewpoint share the same binding stack, so no more than one of these nodes can be bound and active at a given time.&#10;Warning: do not include GeoViewpoint OrthoViewpoint or Viewpoint as a child of LOD or Switch, instead use ViewpointGroup as parent to constrain location proximity where the viewpoint is available to user.&#10;ヒント: X3D Scene Authoring Hints https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Viewpoints" name="OrthoViewpoint">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[description &initializeOnlyLabel; &SFStringLabel; #IMPLIED]&#10;Text description or navigation hint to describe the significance of this model Viewpoint.&#10;Hint: a sequence of good Viewpoints with understandable descriptions can provide a guided tour of a model.&#10;Hint: the currently bound NavigationInfo node has a major effect on how a user might change viewing position and orientation after reaching this Viewpoint.&#10;Hint: consider paired Viewpoint/NavigationInfo node combinations by defining ROUTE connections between corresponding isBound/set_bind fields.&#10;ヒント: use spaces, make descriptions clear and readable.&#10;Warning: without description, this OrthoViewpoint is unlikely to appear on browser Viewpoint menus.&#10;ヒント: many XML tools substitute XML character references automatically if needed (such as &amp;#38; for &#38; ampersand character, or &amp;#34; for &#34; quotation-mark character)." name="description"/>
	<attribute tooltip="[position &inputOutputLabel; &SFVec3fLabel; &#34;0 0 10&#34;]&#10;position (x, y, z in meters) relative to local coordinate system." name="position"/>
	<attribute tooltip="[orientation &inputOutputLabel; &SFRotationLabel; &#34;0 0 1 0&#34;]&#10;Rotation (axis, angle in radians) of Viewpoint, relative to default -Z axis direction in local coordinate system.&#10;ヒント: this is orientation _change_ from default direction (0 0 -1).&#10;ヒント: complex rotations can be accomplished axis-by-axis using parent Transforms." name="orientation"/>
	<attribute tooltip="[centerOfRotation &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;centerOfRotation specifies center point about which to rotate user's eyepoint when in EXAMINE or LOOKAT mode." name="centerOfRotation"/>
	<attribute tooltip="[fieldOfView &inputOutputLabel; &MFFloatLabel; &#34;-1 -1, 1 1&#34;]&#10;Minimum and maximum extents of view in units of local coordinate system.&#10;Small field of view roughly corresponds to a telephoto lens,&#10;large field of view roughly corresponds to a wide-angle lens.&#10;Warning: minimum corner must remain less than maximum corner.&#10;ヒント: rectangular display width/height = (maxX-minX) / (maxY-minY)" name="fieldOfView"/>
	<attribute tooltip="[jump &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Transition instantly by jumping, or smoothly adjust offsets in place when changing to this Viewpoint.&#10;ヒント: set jump=true for smooth camera motion when going to this viewpoint." name="jump"/>
	<attribute tooltip="[retainUserOffsets &inputOutputLabel; &SFBoolLabel; &#34;false&#34;]&#10;Retain (true) or reset to zero (false) any prior user navigation offsets from defined viewpoint position, orientation." name="retainUserOffsets"/>
	<attribute tooltip="[set_bind &inputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;Sending event set_bind=true makes this node active.&#10;Sending event set_bind=false makes this node inactive.&#10;Thus setting set_bind to true/false will pop/push (enable/disable) this Viewpoint.&#10;Hint: paired node operations can be established by connecting set_bind and isBound fields of corresponding bindable nodes.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_bind"/>
	<attribute tooltip="[bindTime &outputOnlyLabel; &SFTimeLabel; #FIXED &#34;&#34;]&#10;Event sent reporting timestamp when node becomes active/inactive.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="bindTime"/>
	<attribute tooltip="[isBound &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;Output event true gets sent when node becomes bound and activated, otherwise output event false gets sent when node becomes unbound and deactivated.&#10;Hint: paired node operations can be established by connecting set_bind and isBound fields of corresponding bindable nodes.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isBound"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/PixelTexture.gif" tooltip="PixelTexture creates a 2D-image texture map using a numeric array of pixel values.&#10;Texture maps have a 2D coordinate system (s, t) horizontal and vertical, with (s, t) texture-coordinate values in range [0.0, 1.0] for opposite corners of the image.&#10;ヒント: this is a good way to bundle image(s) into a single scene file, avoiding multiple downloads.&#10;Hint: X3D-Edit includes PixelTexture image-conversion import capabilities. https://www.web3d.org/x3d/tools/X3D-Edit/images/PixelTextureImportImage.png&#10;Warning: aggregate file size can grow dramatically.&#10;ヒント: insert Shape and Appearance nodes before adding texture.&#10;ヒント: X3D Scene Authoring Hints https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#SFImage&#10;Warning: see ComposedCubeMapTexture and TextureBackground for special containerField values.&#10;Hint: if a texture is opaque, omitting values in the alpha channel can help avoid rendering artifacts related to transparency.&#10;Hint: Texture mapping https://en.wikipedia.org/wiki/Texture_mapping&#10;Hint: X3D Architecture 17.2.2 Lighting model https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/lighting.html#Lightingmodel" name="PixelTexture">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[image &inputOutputLabel; &SFImageLabel; &#34;0 0 0&#34;]&#10;Defines image: width, height, number_of_components per each pixel value, and list of pixel_values. Note that width and height are pixel count, and allowed values for RGBA number_of_components in each pixel value are 1 (intensity), 2 (intensity alpha), 3 (red green blue), 4 (red green blue alpha-opacity).&#10;Warning: the order of initial values in PixelTexture and PixelTexture3D image arrays are different.&#10;Example: intensity [1 2 1 0xFF 0x00]&#10;Example: intensity-alpha [2 2 1 0 255 255 0]&#10;Example: red-green-blue [2 4 3 0xFF0000 0xFF00 0 0 0 0 0xFFFFFF 0xFFFF00]&#10;Example: red-green-blue-alpha [2 2 4 0xFFFFFFAA 0xFFFF00AA 0x11111111AA 0x787800AA]&#10;Hint: it is easier to understand hexadecimal values for each pixel, but integer values are also allowed.&#10;Hint: the array of pixel values has length = (width*height).&#10;Hint: the full list of integers in this field has length = (width*height + 3)." name="image"/>
	<attribute tooltip="[repeatS &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether to horizontally repeat texture along S axis." name="repeatS"/>
	<attribute tooltip="[repeatT &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether to vertically repeat texture along T axis." name="repeatT"/>
	<attribute tooltip="[containerField type NMTOKEN (texture | back | bottom | front | left | right | top | backTexture | bottomTexture | frontTexture | leftTexture | rightTexture | topTexture) &#34;texture&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/PlaneSensor.gif" tooltip="PlaneSensor converts pointing device motion into 2D translation parallel to the local Z=0 plane.&#10;ヒント: create a LineSensor by constraining one axis:&#10;(minPosition.x=maxPosition.x) or (minPosition.y=maxPosition.y).&#10;ヒント: TouchSensor detects pointing-device actions affecting peer nodes and their child geometry.&#10;ヒント: add semi-transparent surrounding geometry to see the effect of the sensor.&#10;Hint: X3D Architecture 20.2.1 Overview of pointing device sensors https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/pointingsensor.html#OverviewOfPointingDeviceSensors&#10;Hint: X3D Architecture 20.2.2 Drag sensors https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/pointingsensor.html#DragSensors&#10;Hint: X3D Architecture 20.2.3 Activating and manipulating pointing device sensors https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/pointingsensor.html#Activatingandmanipulating" name="PlaneSensor">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[description &inputOutputLabel; &SFStringLabel; #IMPLIED]&#10;Author-provided text tooltip that tells users the expected action of this node.&#10;ヒント: use spaces, make descriptions clear and readable.&#10;ヒント: many XML tools substitute XML character references automatically if needed (such as &amp;#38; for &#38; ampersand character, or &amp;#34; for &#34; quotation-mark character)." name="description"/>
	<attribute tooltip="[enabled &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enables/disables node operation." name="enabled"/>
	<attribute tooltip="[minPosition &inputOutputLabel; &SFVec2fLabel; &#34;0 0&#34;]&#10;minPosition and maxPosition clamp translations to a range of values measured from origin of Z=0 plane&#10;default maxPosition &lt; minPosition means no clamping.&#10;ヒント: create a LineSensor by constraining one axis&#10;(minPosition.x=maxPosition.x) or (minPosition.y=maxPosition.y)." name="minPosition"/>
	<attribute tooltip="[maxPosition &inputOutputLabel; &SFVec2fLabel; &#34;-1 -1&#34;]&#10;minPosition and maxPosition clamp translations to a range of values measured from origin of Z=0 plane&#10;default maxPosition &lt; minPosition means no clamping.&#10;ヒント: create a LineSensor by constraining one axis&#10;(minPosition.x=maxPosition.x) or (minPosition.y=maxPosition.y)." name="maxPosition"/>
	<attribute tooltip="[autoOffset &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Determines whether previous offset values are remembered/accumulated." name="autoOffset"/>
	<attribute tooltip="[offset &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Sends event and remembers last value sensed.&#10;Warning: ROUTE connecting translation_changed to set_offset creates a self-reinforcing positive feedback loop and results in unmanageable response." name="offset"/>
	<attribute tooltip="[trackPoint_changed &outputOnlyLabel; &SFVec3fLabel; #FIXED &#34;&#34;]&#10;trackPoint_changed events give intersection point of bearing with sensor's virtual geometry.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events.&#10;Warning: trackPoint_changed events represent unclamped intersection points on plane surface. Browsers can interpret drags off of the surface in various ways.  Note that translation_changed events are clamped by minPosition/maxPosition and thus may be preferable." name="trackPoint_changed"/>
	<attribute tooltip="[translation_changed &outputOnlyLabel; &SFVec3fLabel; #FIXED &#34;&#34;]&#10;translation_changed events equal sum of relative translation change plus offset value.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="translation_changed"/>
	<attribute tooltip="[isActive &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;Select geometry by activating the pointing device (e.g. clicking the mouse) to generate isActive events. Output event isActive=true is sent when geometry is selected (e.g. when primary mouse button is pressed), output event isActive=false is sent when geometry is deselected (e.g. when primary mouse button is released).&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isActive"/>
	<attribute tooltip="[isOver &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;Hover over geometry by aiming the mouse (or pointing device) to generate isOver events. Sensor sends output event isOver=true event when pointing device moves over sensor's geometry, and later sends output event isOver=false event when pointing device moves off.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isOver"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/PointLight.gif" tooltip="PointLight is a single light source that illuminates outwards in all directions.&#10;Lighting illuminates all geometry except lines and points.  By default, light scope only illuminates peer geometry and children nodes within the scene graph hierarchy.&#10;Lights have no visible shape themselves and lighting effects continue through any intermediate geometry.&#10;ヒント: The bound NavigationInfo controls whether headlight is enabled on/off. " name="PointLight">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[on &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enables/disables this light source." name="on"/>
	<attribute tooltip="[color &inputOutputLabel; &SFColorLabel; &#34;1 1 1&#34;] [0,1]&#10;color of light, applied to colors of objects.&#10;Hint: X3D Scene Authoring Hints, Color https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Color" name="color"/>
	<attribute tooltip="[location &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Position of light relative to local coordinate system." name="location"/>
	<attribute tooltip="[intensity &inputOutputLabel; &SFFloatLabel; &#34;1&#34;] [0,1]&#10;Brightness of direct emission from the light." name="intensity"/>
	<attribute tooltip="[ambientIntensity &inputOutputLabel; &SFFloatLabel; &#34;0&#34;] [0,1]&#10;Brightness of ambient (nondirectional background) emission from the light." name="ambientIntensity"/>
	<attribute tooltip="[radius &inputOutputLabel; &SFFloatLabel; &#34;100&#34;]&#10;Maximum effective distance of light relative to local light position,&#10;affected by ancestor scaling." name="radius"/>
	<attribute tooltip="[attenuation &inputOutputLabel; &SFVec3fLabel; &#34;1 0 0&#34;]&#10;Constant, linear-distance and squared-distance dropoff factors as radial distance increases from the source.&#10;Hint: attenuation = 1/max(attenuation[0] + attenuation[1] &#10799; r + attenuation[2] &#10799; r2 , 1)" name="attenuation"/>
	<attribute tooltip="(X3D version 3.1 or later) [global &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Global lights illuminate all objects within their volume of lighting influence.&#10;Scoped lights only illuminate objects within the same transformation hierarchy.&#10;Warning: DirectionalLight default global=false to limit scope and avoid inadvertently illuminating every object in a large scene. PointLight and SpotLight default global=true since their effects are each limited by maximum radius value." name="global"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/PointSet.gif" tooltip="PointSet is a node that contains a set of colored 3D points, represented by contained Color|ColorRGBA and Coordinate|CoordinateDouble nodes.&#10;Hint: Point (geometry) https://en.wikipedia.org/wiki/Point_(geometry)&#10;Hint: either values in a contained Color node, or else Material emissiveColor in corresponding Appearance node, are used for rendering lines and points.&#10;ヒント: use a different color (or Material emissiveColor) than the background color.&#10;ヒント: insert a Shape node before adding geometry or Appearance.&#10;ヒント: for advanced extensibility, authors can substitute a type-matched ProtoInstance node (with correct containerField value) for contained node content." name="PointSet">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;geometry&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
  </element>
    <element icon="icons/PositionInterpolator.gif" tooltip="PositionInterpolator generates a series of 3-tuple SFVec3f values. Authors can ROUTE value_changed output events to a Transform node's translation field or another SFVec3f field.&#10;ヒント: typical input connection is ROUTE someTimeSensorDEF.fraction_changed TO someInterpolatorDEF.set_fraction&#10;ヒント: typical output connection is ROUTE someInterpolatorDEF.value_changed TO destinationNode.set_attribute." name="PositionInterpolator">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[key &inputOutputLabel; &MFFloatLabel; #IMPLIED]&#10;Definition values for linear-interpolation function input intervals, listed in non-decreasing order and corresponding to a value in the keyValue array.&#10;Warning: number of keys must match number of keyValues!&#10;Warning: values in key array shall be monotonically non-decreasing, meaning that each value is greater than or equal to the preceding value.&#10;Hint: typical interval for values in key array is within range of 0 to 1, but larger intervals can be defined with arbitrary bounds." name="key"/>
	<attribute tooltip="[keyValue &inputOutputLabel; &MFVec3fLabel; #IMPLIED]&#10;Output values for linear interpolation, each corresponding to an input-fraction value in the key array.&#10;Hint: identical adjacent entries in keyValue array have the effect of defining constant-value step functions. https://en.wikipedia.org/wiki/Step_function &#10;Warning: number of keys must match number of keyValues!" name="keyValue"/>
	<attribute tooltip="[set_fraction &inputOnlyLabel; &SFFloatLabel; #FIXED &#34;&#34;]&#10;set_fraction selects input key for corresponding keyValue output.&#10;Hint: set_fraction values are typically in same range interval as values in the key array. Response to an input set_fraction value less than minimum is equivalent to minimum key, and response to an input set_fraction value greater than maximum is equivalent to maximum key.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_fraction"/>
	<attribute tooltip="[value_changed &outputOnlyLabel; &SFVec3fLabel; #FIXED &#34;&#34;]&#10;Linearly interpolated output value determined by current key time and corresponding keyValue pair.&#10;Hint: X3D players might not send unchanging intermediate values, thus avoiding excessive superfluous events that have no effect.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="value_changed"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/PositionInterpolator2D.gif" tooltip="PositionInterpolator2D generates a series of SFVec2f values. Authors can ROUTE value_changed output events to a SFVec2f attribute.&#10;ヒント: typical input connection is ROUTE someTimeSensorDEF.fraction_changed TO someInterpolatorDEF.set_fraction.&#10;ヒント: typical output connection is ROUTE someInterpolatorDEF.value_changed TO destinationNode.set_attribute.&#10;Warning: requires X3D profile='Full' or else include &lt;component name='Interpolation' level='3'/&gt;" name="PositionInterpolator2D">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[key &inputOutputLabel; &MFFloatLabel; #IMPLIED]&#10;Definition values for linear-interpolation function input intervals, listed in non-decreasing order and corresponding to a value in the keyValue array.&#10;ヒント: number of keyValues must be an integer multiple of the number of keys!&#10;ヒント: keyValue/key integer multiple defines how many coordinates are sent in&#10;value_changed outputOnlys.&#10;Warning: values in key array shall be monotonically non-decreasing, meaning that each value is greater than or equal to the preceding value.&#10;Hint: typical interval for values in key array is within range of 0 to 1, but larger intervals can be defined with arbitrary bounds." name="key"/>
	<attribute tooltip="[keyValue &inputOutputLabel; &MFVec2fLabel; #IMPLIED]&#10;Output values for linear interpolation, each corresponding to an input-fraction value in the key array.&#10;Hint: identical adjacent entries in keyValue array have the effect of defining constant-value step functions. https://en.wikipedia.org/wiki/Step_function &#10;ヒント: number of keyValues must be an integer multiple of the number of keys!&#10;ヒント: keyValue/key integer multiple defines how many coordinates are sent in&#10;value_changed outputOnlys." name="keyValue"/>
	<attribute tooltip="[set_fraction &inputOnlyLabel; &SFFloatLabel; #FIXED &#34;&#34;]&#10;set_fraction selects input key for corresponding keyValue output.&#10;Hint: set_fraction values are typically in same range interval as values in the key array. Response to an input set_fraction value less than minimum is equivalent to minimum key, and response to an input set_fraction value greater than maximum is equivalent to maximum key.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_fraction"/>
	<attribute tooltip="[value_changed &outputOnlyLabel; &SFVec2fLabel; #FIXED &#34;&#34;]&#10;Linearly interpolated output value determined by current key time and corresponding keyValue pair.&#10;Hint: X3D players might not send unchanging intermediate values, thus avoiding excessive superfluous events that have no effect.&#10;ヒント: keyValue/key integer multiple defines how many coordinates are sent in value_changed outputOnlys.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="value_changed"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/ProtoDeclare.gif" tooltip="ProtoDeclare is a Prototype Declaration, defining a new node made up of other node(s). ProtoDeclare contains ProtoInterface and ProtoBody statements.&#10;ヒント: ProtoInterface contains field interfaces using the &lt;field&gt; tag, then ProtoBody contains the X3D nodes making up this prototype.&#10;ヒント: initial scene node in a ProtoDeclare body determines this prototype&apos;s node type.&#10;ヒント: X3D Scene Authoring Hints https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#InlinesPrototypes&#10;Hint: X3D Architecture 7.2.5.8 PROTO statement https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/core.html#PROTOStatement&#10;Hint: X3D Architecture 4.4.4 Prototype semantics, https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/concepts.html#PROTOdefinitionsemantics&#10;Examples: X3D Example Archives, X3D for Web Authors, Chapter 14 Prototypes https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter14Prototypes" name="ProtoDeclare">
	<!-- TODO fix name entry -->
        <attribute tooltip="[name type NMTOKEN #REQUIRED]&#10;name of this prototype being declared.&#10;Hint: well-defined names can simplify design and debugging through improved author understanding.&#10;Hint: X3D Scene Authoring Hints, Naming Conventions https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="name"/>
	<attribute tooltip="[appinfo &SFStringLabel; #IMPLIED]&#10;Application information to provide simple description usable as a tooltip,&#10;similar to XML Schema appinfo tag." name="appinfo"/>
	<attribute tooltip="[documentation &SFStringLabel; #IMPLIED]&#10;Documentation url for further information,&#10;similar to XML Schema documentation tag." name="documentation"/>
    </element>
    <element icon="icons/ProtoDeclare.gif" tooltip="ProtoInterface is the first statement inside a ProtoDeclare statement and holds field declarations. ProtoInterface is followed by a corresponding ProtoBody statement.&#10;Hint: X3D Architecture 4.4.4 Prototype semantics, https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/concepts.html#PROTOdefinitionsemantics&#10;Examples: X3D Example Archives, X3D for Web Authors, Chapter 14 Prototypes https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter14Prototypes" name="ProtoInterface"/>
    <element icon="icons/ProtoDeclare.gif" tooltip="ProtoBody statement follows the ProtoInterface statement in a ProtoDeclare statement, providing the scene-subgraph node definitions.&#10;Hint:  initial scene node in a ProtoDeclare/ProtoBody statement determines this prototype's node type.&#10;Warning: only the first top-level node and its children are rendered, subsequent nodes (such as Scripts and ROUTEs)&#10;are active but are not drawn." name="ProtoBody"/>
    <element icon="icons/ProtoInstance.gif" tooltip="ProtoInstance creates an instance node of a locally or externally declared prototype definition. ProtoDeclare/ExternProtoDeclare definitions are abstract, corresponding ProtoInstance nodes are concrete. ProtoInstance nodes typically contain fieldValue statements to override default field values defined in the original ProtoDeclare statement.&#10;Hint: the node type of a ProtoInstance exactly matches the first node in the corresponding ProtoDeclare/ProtoBody declaration.&#10;Warning: be sure to correctly set the containerField value to match the intended field in the parent node.&#10;Warning: do not mismatch node types when placing a ProtoInstance in a scene graph. Most validation tools will not catch this error.&#10;Hint: Nested ProtoInstance and ProtoDeclare statements are allowed within a ProtoDeclare/ProtoBody.&#10;Hint: if contained within a ProtoDeclare, then a ProtoInstance node can also contain IS/connect statements for other defined fields.&#10;Warning: a ProtoInstance node may not be instantiated inside its own ProtoDeclare or ExternProtoDeclare declaration (i.e. recursive prototypes are illegal).  &#10;ヒント: override default initializations of field values using contained &lt;fieldValue&gt; elements.&#10;Warning: the local context of each ProtoInstance node must match the node type of the first node in the original ProtoDeclare declaration. &#10;ヒント: X3D Scene Authoring Hints https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#InlinesPrototypes&#10;Warning: ProtoInstance substitution for a Metadata* node might not validate. Workaround: put metadata-typed ProtoInstance nodes as contained values within a parent MetadataSet node.&#10;Hint: X3D Architecture 4.4.4 Prototype semantics, https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/concepts.html#PROTOdefinitionsemantics&#10;Examples: X3D Example Archives, X3D for Web Authors, Chapter 14 Prototypes https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter14Prototypes" name="ProtoInstance">
	<attribute tooltip="[name type NMTOKEN #IMPLIED]&#10;name of the prototype node being instanced.&#10;ヒント: must match name of corresponding ProtoDeclare or ExternProtoDeclare in this scene.&#10;Hint: well-defined names can simplify design and debugging through improved author understanding.&#10;Hint: X3D Scene Authoring Hints, Naming Conventions https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="name"/>
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/ProximitySensor.gif" tooltip="ProximitySensor generates events when the viewer enters,&#10;exits and moves within a region of space (defined by a box).&#10;ヒント: multiple USEd instances are cumulative, but avoid overlaps.&#10;ヒント: can first use Transform to relocate/reorient box.&#10;ヒント: surround entire world to start behaviors once scene is loaded." name="ProximitySensor">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[enabled &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enables/disables node operation." name="enabled"/>
	<attribute tooltip="[center &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Position offset from origin of local coordinate system." name="center"/>
	<attribute tooltip="[size &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;] [0,+&#8734;)&#10;size of Proximity box.&#10;ヒント: size 0 0 0 is same as enabled false." name="size"/>
	<attribute tooltip="[isActive &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;isActive true/false events are sent as viewer enters/exits Proximity box.&#10;isActive=true when viewer enters Proximity box, isActive=false when viewer exits Proximity box.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isActive"/>
	<attribute tooltip="[position_changed &outputOnlyLabel; &SFVec3fLabel; #FIXED &#34;&#34;]&#10;Sends translation event relative to center.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="position_changed"/>
	<attribute tooltip="[orientation_changed &outputOnlyLabel; &SFRotationLabel; #FIXED &#34;&#34;]&#10;Sends rotation event relative to center.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="orientation_changed"/>
	<attribute tooltip="[centerOfRotation_changed &outputOnlyLabel; &SFRotationLabel; #FIXED &#34;&#34;]&#10;Sends changed centerOfRotation values, likely caused by user interaction.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="centerOfRotation_changed"/>
	<attribute tooltip="[enterTime &outputOnlyLabel; &SFTimeLabel; #FIXED &#34;&#34;]&#10;Time event generated when user's camera enters the box.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="enterTime"/>
	<attribute tooltip="[exitTime &outputOnlyLabel; &SFTimeLabel; #FIXED &#34;&#34;]&#10;Time event generated when user's camera exits the box.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="exitTime"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/ROUTE.gif" tooltip="ROUTE connects fields between nodes to enable event passing.&#10;Warning: each ROUTE must follow the DEF definition of both event-source and event-target nodes.&#10;Warning: strongly typed event checking means that data type  (SFInt32, MFVec3f, etc.) must match identically for both event-source and event-target fields.&#10;Warning: event-source fields can have accessType outputOnly or inputOutput, while event-target nodes can have accessType inputOnly or inputOutput.&#10;Hint: event tracing supports animation debugging https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter07-EventAnimationInterpolation/Chapter07-EventAnimationInterpolation-EventTracing.pdf&#10;Hint: X3D Architecture 7.2.5.7 ROUTE statement https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/core.html#ROUTEStatement" name="ROUTE">
	<attribute tooltip="[fromNode type IDREF #REQUIRED]&#10;fromNode is the DEF name of the node originating an event." name="fromNode"/>
	<attribute tooltip="[fromField type NMTOKEN #REQUIRED]&#10;fromField is the field name in the source node which is originating an event.&#10;ヒント: when field has accessType inputOutput, author has option to append &quot;_changed&quot; to field name." name="fromField"/>
	<attribute tooltip="[toNode type IDREF #REQUIRED]&#10;toNode is the DEF name of the destination node receiving an event." name="toNode"/>
	<attribute tooltip="[toField type NMTOKEN #REQUIRED]&#10;toField is the field name in the destination node which is receiving an event.&#10;ヒント: when field has accessType inputOutput, author has option to prepend &quot;set_&quot; to field name." name="toField"/>
    </element>
    <element icon="icons/ScalarInterpolator.gif" tooltip="ScalarInterpolator generates piecewise-linear SFFloat values. Authors can ROUTE value_changed output events to other SFFloat fields.&#10;ヒント: typical input connection is ROUTE someTimeSensorDEF.fraction_changed TO someInterpolatorDEF.set_fraction&#10;ヒント: typical output connection is ROUTE someInterpolatorDEF.value_changed TO destinationNode.set_attribute." name="ScalarInterpolator">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[key &inputOutputLabel; &MFFloatLabel; #IMPLIED]&#10;Definition values for linear-interpolation function input intervals, listed in non-decreasing order and corresponding to a value in the keyValue array.&#10;Warning: number of keys must match number of keyValues!&#10;Warning: values in key array shall be monotonically non-decreasing, meaning that each value is greater than or equal to the preceding value.&#10;Hint: typical interval for values in key array is within range of 0 to 1, but larger intervals can be defined with arbitrary bounds." name="key"/>
	<attribute tooltip="[keyValue &inputOutputLabel; &MFFloatLabel; #IMPLIED]&#10;Output values for linear interpolation, each corresponding to an input-fraction value in the key array.&#10;Hint: identical adjacent entries in keyValue array have the effect of defining constant-value step functions. https://en.wikipedia.org/wiki/Step_function &#10;Warning: number of keys must match number of keyValues!" name="keyValue"/>
	<attribute tooltip="[set_fraction &inputOnlyLabel; &SFFloatLabel; #FIXED &#34;&#34;]&#10;set_fraction selects input key for corresponding keyValue output.&#10;Hint: set_fraction values are typically in same range interval as values in the key array. Response to an input set_fraction value less than minimum is equivalent to minimum key, and response to an input set_fraction value greater than maximum is equivalent to maximum key.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_fraction"/>
	<attribute tooltip="[value_changed &outputOnlyLabel; &SFFloatLabel; #FIXED &#34;&#34;]&#10;Linearly interpolated output value determined by current key time and corresponding keyValue pair.&#10;Hint: X3D players might not send unchanging intermediate values, thus avoiding excessive superfluous events that have no effect.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="value_changed"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Scene.gif" tooltip="Scene is the root element that contains an X3D scene graph. Add nodes and children to build an X3D model. Only one Scene root element is allowed per X3D file.&#10;ヒント: Scene fields expose the functionality of the Script node's Browser class.&#10;Hint: Scene can contain regular children nodes, Metadata* nodes and LayerSet as top-level root nodes.&#10;Hint: Scene is implicit, and not explicitly defined, in VRML97 and ClassicVRML encodings.&#10;Hint: the Scene statement cannot have a DEF since it is not a node, cannot be re-USEd, and cannot receive or send events.&#10;&#10;Hint: Scene nodes for Inline models report identical values as top-most root of the contained model.&#10;Warning: player support for attribute fields in this node is not defined.&#10;Warning: Scene is a child of X3D statement, and must follow the (optional) head statement." name="Scene">
    </element>
    <element icon="icons/Script2.gif" tooltip="Script contains author-programmed event behaviors for a scene.&#10;Define the script input-output event interface by including &lt;field/&gt; elements.&#10;Scripting code is embedded in a child CDATA node or (deprecated) in the url field.&#10;Optionally supported programming languages are ECMAScript (JavaScript) and Java (via url to a myNode.class file).&#10;Hint: insert a CDATA block to contain source code embedded within an X3D scene.&#10;Hint: a contained CDATA block for source code  protects whitespace, line breaks, and literal characters (such as &amp; &lt; and &gt;) from unintended escape-character modifications by XML parsers.&#10;Warning: strict order is required for contained constructs: first field declarations (if any), then IS/connect statements (if any), and finally CDATA source-code block.&#10;ヒント: X3D Scene Authoring Hints https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Scripts&#10;Hint: apply containerField='watchList' when parent node is LoadSensor." name="Script">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: DEF name is needed or else ROUTEs cannot connect Script node interfaces.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[url &inputOutputLabel; &MFStringLabel; #IMPLIED]&#10;List of address links for runnable script files.&#10;Hint: browsers are not required to support any particular scripting language, but ECMAScript (JavaScript)  is widely supported.&#10;Hint: equivalent script code written in multiple programming languages can be provided for portability, the first runnable version is chosen at run time.&#10;Hint: X3D Scene Authoring Hints, Scripts https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Scripts&#10;Warning: source code can be placed in url attribute but may be unparsable due to escaping of special characters and elimination of line breaks (causing comments to nullify follow-on code). Use contained CDATA section instead for embedding source code.&#10;Hint: if both url field and CDATA section are provided simultaneously, the url field is processed first. This approach allows utilization of update modifications or live queries in external scripts, while still providing reliable script source as a fallback alternative within the model itself.&#10;Hint: X3D XML Encoding, 4.3.13 Encapsulating Script node code https://www.web3d.org/documents/specifications/19776-1/V3.3/Part01/concepts.html#EncapsulatingScriptNodeCode&#10;Hint: MFString arrays can have multiple values, so separate each individual string by quote marks &quot;https://www.web3d.org&quot; &quot;https://www.web3d.org/about&quot; &quot;etc.&quot;&#10;Hint: alternative XML encoding for quotation mark &quot; is &#38;quot; (which is an example of a character entity).&#10;Warning: strictly match directory and filename capitalization for http links! This is important for portability. Some operating systems are forgiving of capitalization mismatches, but http/https url addresses and paths in Unix-based operating systems are all case sensitive and intolerant of uppercase/lowercase mismatches.&#10;Hint: can replace embedded blank(s) in url queries with %20 for each blank character.&#10;Hint: X3D Scene Authoring Hints, urls https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#urls" name="url"/>
	<attribute tooltip="[directOutput &initializeOnlyLabel; &SFBoolLabel; &#34;false&#34;]&#10;Set directOutput true if Script has field reference(s) of type SFNode/MFNode, and&#10;also uses direct access to modify attributes of a referenced node in the Scene.&#10;ヒント: set directOutput true if Script dynamically establishes or breaks ROUTEs.&#10;ヒント: directOutput is a browser hint to avoid overoptimizing referenced nodes,&#10;since a Script might directly change attribute values in referenced SFNode/MFNode fields, without a ROUTE connecting output events.&#10;ヒント: directOutput false means Script cannot modify referenced nodes or change ROUTEs." name="directOutput"/>
	<attribute tooltip="[mustEvaluate &initializeOnlyLabel; &SFBoolLabel; &#34;false&#34;]&#10;If mustEvaluate false, then the X3D player may delay sending input events to Script until output events are needed.&#10;If mustEvaluate true, then Script must receive input events immediately without any event-aggregation delays.&#10;ヒント: set mustEvaluate true when sending/receiving values via the network." name="mustEvaluate"/>
	<attribute tooltip="[containerField type NMTOKEN (children | watchList) &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/SHAPE32.png" tooltip="Shape can appear under any grouping node.&#10;Shape can contain an Appearance node and a geometry node (for example one of the primitives Box Cone Cylinder Sphere Text, one of ElevationGrid Extrusion IndexedFaceSet IndexedLineSet LineSet PointSet, or one of the other geometry nodes).&#10;Hint: Shape https://en.wikipedia.org/wiki/Shape&#10;Hint: the Shape design pattern to collect appearance and geometry together is fundamentally the same for many types of 3D graphics software and hardware.&#10;ヒント: for advanced extensibility, authors can substitute a type-matched ProtoInstance node (with correct containerField value) for contained node content.&#10;Hint: X3D Architecture 12.2.1 Shape nodes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/shape.html#Shapenodes&#10;Hint: X3D Architecture 17.2.2 Lighting model https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/lighting.html#Lightingmodel&#10;Hint: apply containerField='shape' if parent node is CADFace." name="Shape">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[bboxCenter &initializeOnlyLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxCenter"/>
	<attribute tooltip="[bboxSize &initializeOnlyLabel; &SFVec3fLabel; &#34;-1 -1 -1&#34;]&#10;Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint.&#10;Hint: can be useful for collision computations or inverse-kinematics (IK) engines.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxSize"/>
	<attribute tooltip="[containerField type NMTOKEN (children | proxy |shape) &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Sound.gif" tooltip="The Sound node controls the 3D spatialization of sound playback by a child AudioClip or MovieTexture node. Sound intensity includes stereo support, varying according to user location and view direction in the scene.&#10;ヒント: if the audio source is stereo or multi-channel, channel separation is retained during playback.&#10;Warning: while providing sounds on the ground plane, ensure that the audible auralization ellipse is sufficiently elevated to match avatar height.&#10;ヒント: X3D Scene Authoring Hints:Audio https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Audio" name="Sound">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[location &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Position of sound ellipsoid center, relative to local coordinate system.&#10;Hint: improve audibility by setting location='0 1.6 0' so that center height of sound ellipsoid matches typical NavigationInfo avatarSize height." name="location"/>
	<attribute tooltip="[direction &inputOutputLabel; &SFVec3fLabel; &#34;0 0 1&#34;]&#10;direction of sound axis, relative to local coordinate system." name="direction"/>
	<attribute tooltip="[intensity &inputOutputLabel; &SFFloatLabel; &#34;1&#34;]&#10;Factor [0,1] adjusting loudness (decibels) of emitted sound." name="intensity"/>
	<attribute tooltip="[minFront &inputOutputLabel; &SFFloatLabel; &#34;1&#34;]&#10;Inner (full loudness) ellipsoid distance along front direction.&#10;Warning: ensure minFront &lt;= maxFront." name="minFront"/>
	<attribute tooltip="[minBack &inputOutputLabel; &SFFloatLabel; &#34;1&#34;]&#10;Inner (full loudness) ellipsoid distance along back direction.&#10;Warning: ensure minBack &lt;= maxBack." name="minBack"/>
	<attribute tooltip="[maxFront &inputOutputLabel; &SFFloatLabel; &#34;10&#34;]&#10;Outer (zero loudness)ellipsoid distance along front direction.&#10;Warning: ensure minFront &lt;= maxFront." name="maxFront"/>
	<attribute tooltip="[maxBack &inputOutputLabel; &SFFloatLabel; &#34;10&#34;]&#10;Outer (zero loudness)ellipsoid distance along back direction.&#10;Warning: ensure minBack &lt;= maxBack." name="maxBack"/>
	<attribute tooltip="[priority &inputOutputLabel; &SFFloatLabel; &#34;0&#34;]&#10;Player hint [0,1] if needed to choose which sounds to play." name="priority"/>
	<attribute tooltip="[spatialize &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether to spatialize sound playback relative to viewer.&#10;ヒント: only effective between minimum and maximum ellipsoids." name="spatialize"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Sphere.gif" tooltip="Sphere is a geometry node, representing a perfectly round geometrical object that is the surface of a completely round ball.&#10;Hint: Sphere https://en.wikipedia.org/wiki/Sphere&#10;ヒント: insert a Shape node before adding geometry or Appearance." name="Sphere">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[radius &initializeOnlyLabel; &SFFloatLabel; &#34;1&#34;] (0,+&#8734;)&#10;Size in meters.&#10;Warning: simple-geometry dimensions are initializeOnly and cannot be changed after initial creation, for size animation use an ancestor Transform scale instead." name="radius"/>
	<attribute tooltip="[solid &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Setting solid true means draw only one side of polygons (backface culling on),&#10;setting solid false means draw both sides of polygons (backface culling off).&#10;Warning: default value true can completely hide geometry if viewed from wrong side!&#10;ヒント: if in doubt, use solid='false' for maximum visibility.&#10;Warning: solid false not supported in VRML97." name="solid"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;geometry&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/SphereSensor.gif" tooltip="SphereSensor converts pointing device motion into a spherical rotation&#10;about the origin of the local coordinate system.&#10;ヒント: TouchSensor detects pointing-device actions affecting peer nodes and their child geometry.&#10;ヒント: add semi-transparent surrounding geometry to see the effect of the sensor.&#10;Hint: X3D Architecture 20.2.1 Overview of pointing device sensors https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/pointingsensor.html#OverviewOfPointingDeviceSensors&#10;Hint: X3D Architecture 20.2.2 Drag sensors https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/pointingsensor.html#DragSensors&#10;Hint: X3D Architecture 20.2.3 Activating and manipulating pointing device sensors https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/pointingsensor.html#Activatingandmanipulating" name="SphereSensor">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[description &inputOutputLabel; &SFStringLabel; #IMPLIED]&#10;Author-provided text tooltip that tells users the expected action of this node.&#10;ヒント: use spaces, make descriptions clear and readable.&#10;ヒント: many XML tools substitute XML character references automatically if needed (such as &amp;#38; for &#38; ampersand character, or &amp;#34; for &#34; quotation-mark character)." name="description"/>
	<attribute tooltip="[enabled &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enables/disables node operation." name="enabled"/>
	<attribute tooltip="[autoOffset &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Determines whether previous offset values are remembered/accumulated." name="autoOffset"/>
	<attribute tooltip="[offset &inputOutputLabel; &SFRotationLabel; &#34;0 1 0 0&#34;]&#10;Sends event and remembers last value sensed.&#10;Warning: ROUTE connecting rotation_changed to set_offset creates a self-reinforcing positive feedback loop and results in unmanageable response." name="offset"/>
	<attribute tooltip="[isActive &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;Select geometry by activating the pointing device (e.g. clicking the mouse) to generate isActive events. Output event isActive=true is sent when geometry is selected (e.g. when primary mouse button is pressed), output event isActive=false is sent when geometry is deselected (e.g. when primary mouse button is released).&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isActive"/>
	<attribute tooltip="[isOver &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;Hover over geometry by aiming the mouse (or pointing device) to generate isOver events. Sensor sends output event isOver=true event when pointing device moves over sensor's geometry, and later sends output event isOver=false event when pointing device moves off.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isOver"/>
	<attribute tooltip="[rotation_changed &outputOnlyLabel; &SFRotationLabel; #FIXED &#34;&#34;]&#10;rotation_changed events equal sum of relative bearing changes plus offset value.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="rotation_changed"/>
	<attribute tooltip="[trackPoint_changed &outputOnlyLabel; &SFVec3fLabel; #FIXED &#34;&#34;]&#10;trackPoint_changed events give intersection point of bearing with sensor's virtual geometry.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events.&#10;Warning: trackPoint_changed events represent unclamped intersection points on plane surface. Browsers can interpret drags off of the surface in various ways.  Note that translation_changed events are clamped by minPosition/maxPosition and thus may be preferable." name="trackPoint_changed"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/SpotLight.gif" tooltip="SpotLight is a light source that illuminates geometry within a conical beam.&#10;Lighting illuminates all geometry except lines and points.  By default, light scope only illuminates peer geometry and children nodes within the scene graph hierarchy.&#10;Lights have no visible shape themselves and lighting effects continue through any intermediate geometry.&#10;ヒント: The bound NavigationInfo controls whether headlight is enabled on/off. " name="SpotLight">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[on &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enables/disables this light source." name="on"/>
	<attribute tooltip="[color &inputOutputLabel; &SFColorLabel; &#34;1 1 1&#34;] [0,1]&#10;color of light, applied to colors of objects.&#10;Hint: X3D Scene Authoring Hints, Color https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Color" name="color"/>
	<attribute tooltip="[location &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Position of light relative to local coordinate system." name="location"/>
	<attribute tooltip="[direction &inputOutputLabel; &SFVec3fLabel; &#34;0 0 -1&#34;]&#10;Orientation vector of light relative to local coordinate system." name="direction"/>
	<attribute tooltip="[intensity &inputOutputLabel; &SFFloatLabel; &#34;1&#34;] [0,1]&#10;Brightness of direct emission from the light." name="intensity"/>
	<attribute tooltip="[ambientIntensity &inputOutputLabel; &SFFloatLabel; &#34;0&#34;] [0,1]&#10;Brightness of ambient (nondirectional background) emission from the light." name="ambientIntensity"/>
	<attribute tooltip="[attenuation &inputOutputLabel; &SFVec3fLabel; &#34;1 0 0&#34;]&#10;Constant, linear-distance and squared-distance dropoff factors as radial distance increases from the source.&#10;Hint: attenuation = 1/max(attenuation[0] + attenuation[1] &#10799; r + attenuation[2] &#10799; r2 , 1)" name="attenuation"/>
	<attribute tooltip="[radius &inputOutputLabel; &SFFloatLabel; &#34;100&#34;]&#10;Maximum effective distance of light relative to local light position,&#10;affected by ancestor scaling." name="radius"/>
	<attribute tooltip="[beamWidth &inputOutputLabel; &SFFloatLabel; &#34;0.7854&#34;] [0,1.570796]&#10;Inner conical solid angle (in radians) where light source has uniform full intensity.&#10;ヒント: beamWidth is inner angle of full intensity, cutOffAngle is outer angle of zero intensity. Therefore set beamWidth &lt;= cutOffAngle.&#10;Warning: if beamWidth &gt; cutOffAngle, then beamWidth reset to equal cutOffAngle.&#10;Hint: https://en.wikipedia.org/wiki/Radian" name="beamWidth"/>
	<attribute tooltip="[cutOffAngle &inputOutputLabel; &SFFloatLabel; &#34;1.570796&#34;] [0,1.570796]&#10;Outer conical solid angle (in radians) where light source intensity becomes zero.&#10;ヒント: beamWidth is inner angle of full intensity, cutOffAngle is outer angle of zero intensity. Therefore set beamWidth &lt;= cutOffAngle.&#10;Warning: if beamWidth &gt; cutOffAngle, then beamWidth reset to equal cutOffAngle.&#10;Hint: https://en.wikipedia.org/wiki/Radian" name="cutOffAngle"/>
	<attribute tooltip="(X3D version 3.1 or later) [global &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Global lights illuminate all objects within their volume of lighting influence.&#10;Scoped lights only illuminate objects within the same transformation hierarchy.&#10;Warning: DirectionalLight default global=false to limit scope and avoid inadvertently illuminating every object in a large scene. PointLight and SpotLight default global=true since their effects are each limited by maximum radius value." name="global"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Group.gif" tooltip="StaticGroup is a Grouping node that can contain most nodes. StaticGroup children are guaranteed to not change, send events,&#10;receive events, or include re-USE-able content.&#10;This allows browser optimizations of contained-node content.&#10;ヒント: insert a Shape node before adding geometry or Appearance. &#10;ヒント: include &lt;component name='Grouping' level='3'/&gt;" name="StaticGroup">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[children &inputOutputLabel; &MFNodeLabel;, empty list] [X3DChildNode]&#10;Grouping nodes contain an ordered list of children nodes.&#10;ヒント: Each grouping node defines a coordinate space for its children, relative to the coordinate space of its parent node. Thus transformations accumulate down the scene graph hierarchy.&#10;Hint: inputOnly MFNode addChildren field can append new X3DChildNode nodes via a ROUTE connection, duplicate input nodes (i.e. matching DEF, USE values) are ignored.&#10;Hint: inputOnly MFNode removeChildren field can remove nodes from the children list, unrecognized input nodes (i.e. nonmatching DEF, USE values) are ignored.&#10;Hint: X3D Architecture 10.2.1 Grouping and children node types, https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#GroupingAndChildrenNodes" name="children"/>
	<attribute tooltip="[bboxCenter &initializeOnlyLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxCenter"/>
	<attribute tooltip="[bboxSize &initializeOnlyLabel; &SFVec3fLabel; &#34;-1 -1 -1&#34;]&#10;Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint.&#10;Hint: can be useful for collision computations or inverse-kinematics (IK) engines.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxSize"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/StringSensor.gif" tooltip="StringSensor generates events as the user presses keys on the keyboard. Browser support includes the notion of &quot;keyboard focus&quot;." name="StringSensor">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[enabled &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enables/disables node operation." name="enabled"/>
	<attribute tooltip="[deletionAllowed &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;If deletionAllowed is true, then previously entered character in enteredText can be removed.&#10;If deletionAllowed is false, then characters may only be added to the string.&#10;ヒント: deletion key is typically defined by local system." name="deletionAllowed"/>
	<attribute tooltip="[isActive &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;Select geometry by activating the pointing device (e.g. clicking the mouse) to generate isActive events. Output event isActive=true is sent when geometry is selected (e.g. when primary mouse button is pressed), output event isActive=false is sent when geometry is deselected (e.g. when primary mouse button is released).&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isActive"/>
	<attribute tooltip="[enteredText &outputOnlyLabel; &SFStringLabel; #FIXED &#34;&#34;]&#10;Events generated as character-producing keys are pressed on keyboard.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="enteredText"/>
	<attribute tooltip="[finalText &outputOnlyLabel; &SFStringLabel; #FIXED &#34;&#34;]&#10;Events generated when sequence of keystrokes matches keys in terminationText string&#10;when this condition occurs, enteredText is moved to finalText and enteredText is set to empty string.&#10;ヒント: termination key is typically defined by local system.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="finalText"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Switch.gif" tooltip="Switch is a Grouping node that only renders one (or zero) child at a time.&#10;Switch can contain most nodes.&#10;(Contained nodes are now called 'children' rather than 'choice',&#10;for consistent naming among all GroupingNodeType nodes.)&#10;All child choices continue to receive and send events regardless of whichChoice is active.&#10;ヒント: insert a Shape node before adding geometry or Appearance.&#10;ヒント: authors can temporarily hide test geometry under an unselected child of a Switch.&#10;This is a good alternative to &quot;commenting out&quot; nodes.&#10;Hint: GeoViewpoint OrthoViewpoint and Viewpoint share the same binding stack, so no more than one of these nodes can be bound and active at a given time.&#10;Warning: do not include GeoViewpoint OrthoViewpoint or Viewpoint as a child of LOD or Switch, instead use ViewpointGroup as parent to constrain location proximity where the viewpoint is available to user.&#10;Warning: results are undefined if a bindable node (Background, Fog, NavigationInfo, OrthoViewpoint, TextureBackground, Viewpoint) is a contained descendant node of either LOD or Switch.&#10;Hint: contained nodes must have type X3DChildNode, such as Group or Transform or Shape.&#10;Warning: Switch is not allowed as parent of Appearance, Material, Color, Coordinate, Normal or Texture nodes." name="Switch">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[children &inputOutputLabel; &MFNodeLabel;, empty list] [X3DChildNode]&#10;Grouping nodes contain an ordered list of children nodes.&#10;ヒント: Each grouping node defines a coordinate space for its children, relative to the coordinate space of its parent node. Thus transformations accumulate down the scene graph hierarchy.&#10;Hint: inputOnly MFNode addChildren field can append new X3DChildNode nodes via a ROUTE connection, duplicate input nodes (i.e. matching DEF, USE values) are ignored.&#10;Hint: inputOnly MFNode removeChildren field can remove nodes from the children list, unrecognized input nodes (i.e. nonmatching DEF, USE values) are ignored.&#10;Hint: X3D Architecture 10.2.1 Grouping and children node types, https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#GroupingAndChildrenNodes" name="children"/>
	<attribute tooltip="[whichChoice &inputOutputLabel; &SFInt32Label; &#34;-1&#34;] [-1,+&#8734;)&#10;Index of active child choice, counting from 0.&#10;Warning: default value whichChoice= -1 means no selection (and no rendering), whichChoice=0 means initial child, whichChoice=1 means second child, etc." name="whichChoice"/>
	<attribute tooltip="[bboxCenter &initializeOnlyLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxCenter"/>
	<attribute tooltip="[bboxSize &initializeOnlyLabel; &SFVec3fLabel; &#34;-1 -1 -1&#34;]&#10;Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint.&#10;Hint: can be useful for collision computations or inverse-kinematics (IK) engines.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxSize"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Text.gif" tooltip="Text is a 2D (flat) geometry node that can contain multiple lines of string values. Layout and styling is controlled by a contained FontStyle node.&#10;Hint: String (computer science) https://en.wikipedia.org/wiki/String_(computer_science)&#10;Hint: full internationalization (i18n) and localization (l10n) features are available for any written language.&#10;Hint: relates to Internationalization (i18n) http://www.w3.org/standards/webdesign/i18n&#10;ヒント: insert a Shape node before adding geometry or Appearance.&#10;ヒント: for advanced extensibility, authors can substitute a type-matched ProtoInstance node (with correct containerField value) for contained node content." name="Text">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[string &inputOutputLabel; &MFStringLabel; #IMPLIED]&#10;Single or multiple string values to present as Text. Each value in the string array (including empty strings) gets displayed on a separate line.&#10;ヒント: MFString arrays can have multiple values, so separate each individual string by quote marks&#10;ヒント: Strings can contain quote marks by first escaping them with a backslash&#10; example: &quot;say \&quot;hello\&quot; please&quot;&#10;ヒント: many XML tools substitute XML character references automatically if needed (such as &amp;#38; for &#38; ampersand character, or &amp;#34; for &#34; quotation-mark character).&#10;Hint: relates to Internationalization (i18n) http://www.w3.org/standards/webdesign/i18n&#10;Example: https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter02-GeometryPrimitives/TextIndex.html&#10;Example: https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter02-GeometryPrimitives/TextSpecialCharactersIndex.html" name="string"/>
	<attribute tooltip="[length &inputOutputLabel; &MFFloatLabel; #IMPLIED]&#10;Array of length values for each text string in the local coordinate system.&#10;Each string is stretched or compressed to fit." name="length"/>
	<attribute tooltip="[maxExtent &inputOutputLabel; &SFFloatLabel; &#34;0.0&#34;]&#10;Limits/compresses all text strings if max string length is longer than maxExtent,&#10;as measured in local coordinate system." name="maxExtent"/>
	<attribute tooltip="[solid &initializeOnlyLabel; &SFBoolLabel; &#34;false&#34;]&#10;Setting solid true means draw only one side of polygons (backface culling on),&#10;setting solid false means draw both sides of polygons (backface culling off).&#10;Warning: default value true can completely hide geometry if viewed from wrong side!&#10;ヒント: if in doubt, use solid='false' for maximum visibility.&#10;Warning: solid false not supported in VRML97." name="solid"/>
	<attribute tooltip="[lineBounds &outputOnlyLabel; &MFVec2fLabel; #IMPLIED]&#10;Array of 2D bounding box values for each line of text in the local coordinate system.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="lineBounds"/>
	<attribute tooltip="[origin &outputOnlyLabel; &SFVec3fLabel; #IMPLIED]&#10;origin of the text local coordinate system, in units of the coordinate system in which the Text node is embedded. The value of the origin field represents the upper left corner of the textBounds.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="origin"/>
	<attribute tooltip="[textBounds &outputOnlyLabel; &SFVec2fLabel; #IMPLIED]&#10;2D bounding box value for all lines of text in the local coordinate system.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="textBounds"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;geometry&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Background.gif" tooltip="TextureBackground simulates ground and sky, using vertical arrays of wraparound color values,&#10;TextureBackground can also provide backdrop texture images on all six sides.&#10;ヒント: Background, Fog, GeoViewpoint, NavigationInfo, OrthoViewpoint, TextureBackground and Viewpoint are bindable nodes, meaning that no more than one of each node type can be active at a given time.&#10;Warning: results are undefined if a bindable node (Background, Fog, NavigationInfo, OrthoViewpoint, TextureBackground, Viewpoint) is a contained descendant node of either LOD or Switch.&#10;Warning: each of the child ImageTexture or PixelTexture nodes must have unique containerField values for backTexture, bottomTexture, frontTexture, leftTexture, rightTexture, or topTexture.&#10;Hint: authors can have LoadSensor nodes receive notifications and send reporting events when background texture node(s) are loaded." name="TextureBackground">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[skyColor &inputOutputLabel; &MFColorLabel; &#34;0 0 0&#34;]&#10;Color of the sky at various angles on the sky sphere.&#10;First value is color of sky at 0.0 radians representing the zenith (straight up).&#10;Hint: setting the same color at two consecutive angles produces a solid color band.&#10;Warning: you must have one more skyColor value than skyAngle values.&#10;Interchange profile ヒント: only one color might be rendered, others can be ignored.&#10;Hint: X3D Scene Authoring Hints, Color https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Color" name="skyColor"/>
	<attribute tooltip="[skyAngle &inputOutputLabel; &MFFloatLabel; #IMPLIED] [0,&#960;]&#10;The angle array values increase from 0.0 zenith (straight up) to &#960;/2=1.570796 (horizon) to &#960;=3.14159 (nadir).&#10;Warning: you must have one more skyColor value than skyAngle values.&#10;Warning: colors at skyAngle=0 are ignored.&#10;Interchange profile ヒント: this field may be ignored.&#10;Hint: https://en.wikipedia.org/wiki/Radian" name="skyAngle"/>
	<attribute tooltip="[groundColor &inputOutputLabel; &MFColorLabel; #IMPLIED]&#10;Color of the ground at the various angles on the ground partial sphere.&#10;First value is color of ground at 0.0 radians representing the nadir (straight down).&#10;Hint: setting the same color at two consecutive angles produces a solid color band.&#10;Warning: you must have one more groundColor value than groundAngle values.&#10;Interchange profile ヒント: this field may be ignored.&#10;Hint: X3D Scene Authoring Hints, Color https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Color" name="groundColor"/>
	<attribute tooltip="[groundAngle &inputOutputLabel; &MFFloatLabel; #IMPLIED] [0,&#960;/2]&#10;The angle array values increase from 0.0 nadir (straight down) to &#960;/2=1.570796 (horizon).&#10;Warning: you must have one more groundColor value than groundAngle values.&#10;Warning: colors at groundAngle=0 are ignored.&#10;Interchange profile ヒント: this field may be ignored.&#10;Hint: https://en.wikipedia.org/wiki/Radian" name="groundAngle"/>
	<attribute tooltip="[transparency &inputOutputLabel; &MFFloatLabel; &#34;0&#34;]&#10;transparency applied to texture images, enabling an X3D scene to overlay an HTML page or desktop." name="transparency"/>
	<attribute tooltip="[set_bind &inputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;Input event set_bind=true makes this node active,&#10;input event set_bind=false makes this node inactive.&#10;Thus setting set_bind true/false will pop/push (enable/disable) this node.&#10;Hint: paired node operations can be established by connecting set_bind and isBound fields of corresponding bindable nodes.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_bind"/>
	<attribute tooltip="[bindTime &outputOnlyLabel; &SFTimeLabel; #FIXED &#34;&#34;]&#10;event sent when node becomes active/inactive.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="bindTime"/>
	<attribute tooltip="[isBound &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;event true sent when node becomes active, event false sent when unbound by another node.&#10;Hint: paired node operations can be established by connecting set_bind and isBound fields of corresponding bindable nodes.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isBound"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/TextureCoordinate.gif" tooltip="TextureCoordinate specifies 2D (s,t) texture-coordinate points, used by vertex-based geometry nodes (such as IndexedFaceSet or ElevationGrid) to map textures to vertices (and patches to NURBS surfaces).&#10;ヒント: add Shape and then polgyonal/planar geometry before adding TextureCoordinate.&#10;Hint: Texture mapping https://en.wikipedia.org/wiki/Texture_mapping&#10;Hint: X3D Texturing component Figure 18.1, Texture map coordinate system https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/texturing.html#f-TextureMapCoordSystem" name="TextureCoordinate">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[point &inputOutputLabel; &MFVec2fLabel; #IMPLIED]&#10;pairs of 2D (s,t) texture coordinates, either in range [0,1] or higher if repeating." name="point"/>
	<attribute tooltip="[containerField type NMTOKEN (texCoord | texCoordRamp) &#34;texCoord&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/TextureCoordinate.gif" tooltip="TextureCoordinateGenerator computes 2D (s,t) texture-coordinate points, used by vertex-based geometry nodes (such as IndexedFaceSet or ElevationGrid) to map textures to vertices (and patches to NURBS surfaces).&#10;ヒント: add Shape and then polgyonal/planar geometry before adding TextureCoordinateGenerator.&#10;Hint: Texture mapping https://en.wikipedia.org/wiki/Texture_mapping&#10;Hint: X3D Texturing component Figure 18.1, Texture map coordinate system https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/texturing.html#f-TextureMapCoordSystem" name="TextureCoordinateGenerator">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[mode &inputOutputLabel; &SFStringLabel; &TextureCoordinateGeneratorModes; SPHERE]&#10;parameter field defines the algorithm used to compute texture coordinates.&#10;Warning: do not wrap extra quotation marks  around these SFString enumeration values, since &#34;quotation&#34; &#34;marks&#34; are only used for MFString values.&#10;ヒント: see Table 18.6 Texture coordinate generation modes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/texturing.html#t-Texturecoordgeneration for further details." name="mode"/>
	<attribute tooltip="[parameter &inputOutputLabel; &MFVec2fLabel; #IMPLIED]&#10;parameter array contains scale and translation (x y z) values for Perlin NOISE mode, parameter[0] contains index of refraction for SPHERE-REFLECT mode, parameter[0] contains index of refraction and parameter[1 to 3] contains the eye point in local coordinates for SPHERE-REFLECT-LOCAL mode." name="parameter"/>
	<attribute tooltip="[containerField type NMTOKEN (texCoord | texCoordRamp) &#34;texCoord&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/TextureTransform.gif" tooltip="TextureTransform shifts 2D texture coordinates for positioning, orienting and scaling image textures on geometry.&#10;Warning: resulting visible effects appear reversed because image changes occur before mapping to geometry.&#10;ヒント: order of operations is translation, rotation about center, non-uniform scale about center.&#10;ヒント: insert Shape and Appearance nodes before adding TextureTransform.&#10;Hint: Texture mapping https://en.wikipedia.org/wiki/Texture_mapping" name="TextureTransform">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[translation &inputOutputLabel; &SFVec2fLabel; &#34;0 0&#34;]&#10;Lateral/vertical shift in 2D (s,t) texture coordinates (opposite effect appears on geometry)." name="translation"/>
	<attribute tooltip="[center &inputOutputLabel; &SFVec2fLabel; &#34;0 0&#34;]&#10;center point in 2D (s,t) texture coordinates for rotation and scaling." name="center"/>
	<attribute tooltip="[rotation &inputOutputLabel; &SFFloatLabel; &#34;0&#34;]&#10;single rotation angle of texture about center (opposite effect appears on geometry).&#10;Warning: use a single radian angle value, not a 4-tuple Rotation." name="rotation"/>
	<attribute tooltip="[scale &inputOutputLabel; &SFVec2fLabel; &#34;1 1&#34;]&#10;Non-uniform planar scaling of texture about center (opposite effect appears on geometry)." name="scale"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;textureTransform&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/TimeSensor.gif" tooltip="TimeSensor continuously generates events as time passes.&#10;Typical use: ROUTE thisTimeSensorDEF.fraction_changed TO someInterpolatorDEF.set_fraction.&#10;Interchange profile ヒント: TimeSensor may be ignored if cycleInterval &lt; 0.01 second.&#10;ヒント: event timing details are explained in X3D Specification 4.4.8.3 Execution model https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/concepts.html#ExecutionModel&#10;Hint: X3D Architecture 8 Time component https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/time.html" name="TimeSensor">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[enabled &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enables/disables node operation." name="enabled"/>
	<attribute tooltip="[cycleInterval &inputOutputLabel; &SFTimeLabel; &#34;1.0&#34;] [0,+&#8734;)&#10;cycleInterval is loop duration in seconds.&#10;Interchange profile ヒント: TimeSensor may be ignored if&#10;cycleInterval &lt; 0.01 second.&#10;Warning: An active TimeSensor node ignores set_cycleInterval and set_startTime events.&#10;Hint: cycleInterval is a nonnegative SFTime duration interval, not an absolute clock time." name="cycleInterval"/>
	<attribute tooltip="[loop &inputOutputLabel; &SFBoolLabel; &#34;false&#34;]&#10;Repeat indefinitely when loop=true, repeat only once when loop=false." name="loop"/>
	<attribute tooltip="[startTime &inputOutputLabel; &SFTimeLabel; &#34;0&#34;]&#10;When time now &gt;= startTime, isActive becomes true and TimeSensor becomes active.&#10;Absolute time: number of seconds since January 1, 1970, 00:00:00 GMT.&#10;ヒント: ROUTE a time value matching system clock to this field, such as output event from TouchSensor touchTime or TimeTrigger triggerTime." name="startTime"/>
	<attribute tooltip="[stopTime &inputOutputLabel; &SFTimeLabel; &#34;0&#34;]&#10;When stopTime becomes &lt;= time now, isActive becomes false and TimeSensor becomes inactive.&#10;Absolute time: number of seconds since January 1, 1970, 00:00:00 GMT.&#10;ヒント: ROUTE a time value matching system clock to this field, such as output event from TouchSensor touchTime or TimeTrigger triggerTime.&#10;Warning: An active TimeSensor node ignores set_cycleInterval and set_startTime events.&#10;Warning:An active TimeSensor node ignores set_stopTime event values less than or equal to startTime." name="stopTime"/>
	<attribute tooltip="[cycleTime &outputOnlyLabel; &SFTimeLabel; #FIXED &#34;&#34;]&#10;cycleTime sends a time outputOnly at startTime, and also at the beginning of each new cycle (useful for synchronization with other time-based objects).&#10;Hint: the first cycleTime event for a TimeSensor node can be used as an alarm (single pulse at a specified time).&#10;Hint: cycleTime is a nonnegative SFTime duration interval, not an absolute clock time.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="cycleTime"/>
	<attribute tooltip="[isActive &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;isActive true/false events are sent when TimeSensor starts/stops running.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isActive"/>
	<attribute tooltip="[isPaused &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;isPaused true/false events are sent when TimeSensor is paused/resumed.&#10;Warning: not supported in VRML97.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isPaused"/>
	<attribute tooltip="[pauseTime &inputOutputLabel; &SFTimeLabel; &#34;0&#34;]&#10;When time now &gt;= pauseTime, isPaused becomes true and TimeSensor becomes paused.&#10;Absolute time: number of seconds since January 1, 1970, 00:00:00 GMT.&#10;ヒント: ROUTE a time value matching system clock to this field, such as output event from TouchSensor touchTime or TimeTrigger triggerTime.&#10;Warning: not supported in VRML97." name="pauseTime"/>
	<attribute tooltip="[resumeTime &inputOutputLabel; &SFTimeLabel; &#34;0&#34;]&#10;When resumeTime becomes &lt;= time now, isPaused becomes false and TimeSensor becomes inactive.&#10;Absolute time: number of seconds since January 1, 1970, 00:00:00 GMT.&#10;ヒント: ROUTE a time value matching system clock to this field, such as output event from TouchSensor touchTime or TimeTrigger triggerTime.&#10;Warning: not supported in VRML97." name="resumeTime"/>
	<attribute tooltip="[elapsedTime &outputOnlyLabel; &SFTimeLabel; #FIXED &#34;&#34;] [0,+&#8734;)&#10;Current elapsed time since TimeSensor activated/running, cumulative in seconds, and not counting any paused time.&#10;Warning: not supported in VRML97.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events.&#10;Hint: elapsedTime is a nonnegative SFTime duration interval, not an absolute clock time." name="elapsedTime"/>
	<attribute tooltip="[fraction_changed &outputOnlyLabel; &SFFloatLabel; #FIXED &#34;&#34;]&#10;fraction_changed continuously sends value in range [0,1] showing time progress in the current cycle.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="fraction_changed"/>
	<attribute tooltip="[time &outputOnlyLabel; &SFTimeLabel; #FIXED &#34;&#34;] [0,+&#8734;)&#10;Time continuously sends the absolute time (value 0.0 matches 1 January 1970) in seconds for a given simulation tick.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="time"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/TimeSensor.gif" tooltip="TimeTrigger converts boolean true events to time events.&#10;Hint: example scenes and authoring assets at https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter09-EventUtilitiesScripting&#10;Hint: X3D Event-Utility Node Diagrams https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter09-EventUtilitiesScripting/X3dEventUtilityNodeEventDiagrams.pdf" name="TimeTrigger">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[set_boolean &inputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;If input event set_boolean is true, send output triggerTime event. Hint: for logical consistency, input event set_boolean false has no effect (under review as part of Mantis issue 519).&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_boolean"/>
	<attribute tooltip="[triggerTime &outputOnlyLabel; &SFTimeLabel; #FIXED &#34;&#34;]&#10;triggerTime is output time event, sent when input event set_boolean is true.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="triggerTime"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/TouchSensor.gif" tooltip="TouchSensor tracks location and state of the pointing device,&#10;detecting when a user points at or selects (activates) geometry.&#10;ヒント: TouchSensor detects pointing-device actions affecting peer nodes and their child geometry.&#10;Hint: X3D Architecture 20.2.1 Overview of pointing device sensors https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/pointingsensor.html#OverviewOfPointingDeviceSensors&#10;Hint: X3D Architecture 20.2.3 Activating and manipulating pointing device sensors https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/pointingsensor.html#Activatingandmanipulating" name="TouchSensor">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[description &inputOutputLabel; &SFStringLabel; #IMPLIED]&#10;Author-provided text tooltip that tells users the expected action of this node.&#10;ヒント: use spaces, make descriptions clear and readable.&#10;ヒント: many XML tools substitute XML character references automatically if needed (such as &amp;#38; for &#38; ampersand character, or &amp;#34; for &#34; quotation-mark character)." name="description"/>
	<attribute tooltip="[enabled &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enables/disables node operation." name="enabled"/>
	<attribute tooltip="[isActive &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;Select geometry by activating the pointing device (e.g. clicking the mouse) to generate isActive events.&#10;Output event isActive=true is sent when pointing device selection is activated, output event isActive=false is sent when pointing device is deselected.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isActive"/>
	<attribute tooltip="[isOver &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;Hover over geometry by aiming the mouse (or pointing device) to generate isOver events. Sensor sends output event isOver=true event when pointing device moves over sensor's geometry, and later sends output event isOver=false event when pointing device moves off.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isOver"/>
	<attribute tooltip="[hitPoint_changed &outputOnlyLabel; &SFVec3fLabel; #FIXED &#34;&#34;]&#10;When pointing device selects geometry, send event containing 3D point on surface of underlying geometry, as measured in reference frame for TouchSensor&apos;s local coordinate system.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="hitPoint_changed"/>
	<attribute tooltip="[hitNormal_changed &outputOnlyLabel; &SFVec3fLabel; #FIXED &#34;&#34;]&#10;When pointing device selects geometry, send event containing surface normal vector at the hitPoint.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="hitNormal_changed"/>
	<attribute tooltip="[hitTexCoord_changed &outputOnlyLabel; &SFVec2fLabel; #FIXED &#34;&#34;]&#10;When pointing device selects geometry, send event containing texture coordinates of surface at the hitPoint.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="hitTexCoord_changed"/>
	<attribute tooltip="[touchTime &outputOnlyLabel; &SFTimeLabel; &#34;0&#34;]&#10;Time event generated when sensor is touched by pointing device, and then deselected by the user.&#10;Hint: touchTime event is generated when following three conditions are all met: (a) pointing device was pointing towards geometry when initially activated (isActive=true), (b) pointing device is currently pointing towards the geometry (isOver=true), and (c) pointing device selection is deactivated/deselected by user (isActive=false event is also generated).&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="touchTime"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Transform.gif" tooltip="Transform is a Grouping node that can contain most nodes. Transform translates, orients and scales child geometry within the local world coordinate system.&#10;Hint: each transformation creates a new coordinate system relative to the parent coordinate system.&#10;ヒント: +Y axis is the up direction. (Similarly some scenes may consider +X is North and +Z is East.)&#10;ヒント: best authoring approach is to keep +Y axis pointing towards local up direction, supporting scene composability and effective navigation response (which is based on gravity direction).&#10;ヒント: insert a Shape node before adding geometry or Appearance.&#10;ヒント: translation/rotation/scaling field attributes can be defined in any order in the scene. The applied order of translation/rotation/scaling transformation-matrix operations remains consistent.&#10;Hint: authors can modify order of translation/rotation/scaling operations by splitting them into separate nested parent/child Transform nodes.&#10;Warning: Transform contained by CADFace can only hold a single LOD or Shape node.&#10;ヒント: X3D Scene Authoring Hints https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#CoordinateSystems&#10;ヒント: X3D Scene Authoring Hints https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Scale&#10;Hint: apply containerField='shape' if parent node is CADFace." name="Transform">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[children &inputOutputLabel; &MFNodeLabel;, empty list] [X3DChildNode]&#10;Grouping nodes contain an ordered list of children nodes.&#10;ヒント: Each grouping node defines a coordinate space for its children, relative to the coordinate space of its parent node. Thus transformations accumulate down the scene graph hierarchy.&#10;Hint: inputOnly MFNode addChildren field can append new X3DChildNode nodes via a ROUTE connection, duplicate input nodes (i.e. matching DEF, USE values) are ignored.&#10;Hint: inputOnly MFNode removeChildren field can remove nodes from the children list, unrecognized input nodes (i.e. nonmatching DEF, USE values) are ignored.&#10;Hint: X3D Architecture 10.2.1 Grouping and children node types, https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#GroupingAndChildrenNodes" name="children"/>
	<attribute tooltip="[translation &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Position (x, y, z in meters) of children relative to local coordinate system.&#10;ヒント: The order of operation is first apply the center offset, then scaleOrientation and scale, then rotation, then restore the center offset, then translation." name="translation"/>
	<attribute tooltip="[rotation &inputOutputLabel; &SFRotationLabel; &#34;0 0 1 0&#34;]&#10;Orientation (axis, angle in radians) of children relative to local coordinate system.&#10;ヒント: The order of operation is first apply the center offset, then scaleOrientation and scale, then rotation, then restore the center offset, then translation." name="rotation"/>
	<attribute tooltip="[center &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Translation offset from origin of local coordinate system, applied prior to rotation or scaling.&#10;ヒント: The order of operation is first apply the center offset, then scaleOrientation and scale, then rotation, then restore the center offset, then translation." name="center"/>
	<attribute tooltip="[scale &inputOutputLabel; &SFVec3fLabel; &#34;1 1 1&#34;]&#10;Non-uniform x-y-z scale of child coordinate system, adjusted by center and scaleOrientation.&#10;ヒント: The order of operation is first apply the center offset, then scaleOrientation and scale, then rotation, then restore the center offset, then translation." name="scale"/>
	<attribute tooltip="[scaleOrientation &inputOutputLabel; &SFRotationLabel; &#34;0 0 1 0&#34;]&#10;Preliminary rotation of coordinate system before scaling (to allow scaling around arbitrary orientations).&#10;ヒント: The order of operation is first apply the center offset, then scaleOrientation and scale, then rotation, then restore the center offset, then translation." name="scaleOrientation"/>
	<attribute tooltip="[bboxCenter &initializeOnlyLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxCenter"/>
	<attribute tooltip="[bboxSize &initializeOnlyLabel; &SFVec3fLabel; &#34;-1 -1 -1&#34;]&#10;Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint.&#10;Hint: can be useful for collision computations or inverse-kinematics (IK) engines.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxSize"/>
	<attribute tooltip="[containerField type NMTOKEN (children | proxy |shape) &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Triangle.gif" tooltip="IndexedTriangleFanSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.&#10;Hint: color, normal and texCoord values are applied in the same order as coord values.&#10;ヒント: insert a Shape node before adding geometry or Appearance.&#10;ヒント: for advanced extensibility, authors can substitute a type-matched ProtoInstance node (with correct containerField value) for contained node content." name="IndexedTriangleFanSet">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[index &initializeOnlyLabel; &MFInt32Label; #IMPLIED] (0,+&#8734;)&#10;index list specifies triangles by connecting Coordinate vertices,&#10;each individual fan separated by -1 sentinel value.&#10;ヒント: first indexed coordinate is fan center." name="index"/>
	<attribute tooltip="[ccw &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;ccw = counterclockwise: ordering of vertex coordinates orientation, according to Right-Hand Rule (RHR).&#10;ヒント: ccw false can reverse solid (backface culling) and normal-vector orientation. Note that consistency of left-handed or right-handed point sequences is important throughout." name="ccw"/>
	<attribute tooltip="[colorPerVertex &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether Color|ColorRGBA values are applied to each point vertex (true) or to each polygon face (false).&#10;Warning: if child Color|ColorRGBA node is not provided, then geometry is rendered using corresponding Appearance and material/texture values.&#10;Hint: X3D Scene Authoring Hints, Color https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Color" name="colorPerVertex"/>
	<attribute tooltip="[normalPerVertex &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether Normal node vector values are applied to each point vertex (true) or to each polygon face (false).&#10;Hint: if no child Normal node is provided, the X3D browser shall automatically generate normals, using creaseAngle to determine smoothed shading across shared vertices." name="normalPerVertex"/>
	<attribute tooltip="[solid &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Setting solid true means draw only one side of polygons (backface culling on),&#10;setting solid false means draw both sides of polygons (backface culling off).&#10;Warning: default value true can completely hide geometry if viewed from wrong side!&#10;ヒント: if in doubt, use solid='false' for maximum visibility." name="solid"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;geometry&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Triangle.gif" tooltip="IndexedTriangleSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.&#10;Hint: color, normal and texCoord values are applied in the same order as coord values.&#10;ヒント: insert a Shape node before adding geometry or Appearance.&#10;ヒント: for advanced extensibility, authors can substitute a type-matched ProtoInstance node (with correct containerField value) for contained node content." name="IndexedTriangleSet">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[index &initializeOnlyLabel; &MFInt32Label; #IMPLIED] (0,+&#8734;)&#10;index list specifies triangles by connecting Coordinate vertices,&#10;noﾂ-1 sentinel values are needed." name="index"/>
	<attribute tooltip="[ccw &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;ccw = counterclockwise: ordering of vertex coordinates orientation, according to Right-Hand Rule (RHR).&#10;ヒント: ccw false can reverse solid (backface culling) and normal-vector orientation. Note that consistency of left-handed or right-handed point sequences is important throughout." name="ccw"/>
	<attribute tooltip="[colorPerVertex &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether Color|ColorRGBA values are applied to each point vertex (true) or to each polygon face (false).&#10;Warning: if child Color|ColorRGBA node is not provided, then geometry is rendered using corresponding Appearance and material/texture values.&#10;Hint: X3D Scene Authoring Hints, Color https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Color" name="colorPerVertex"/>
	<attribute tooltip="[normalPerVertex &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether Normal node vector values are applied to each point vertex (true) or to each polygon face (false).&#10;Hint: if no child Normal node is provided, the X3D browser shall automatically generate normals, using creaseAngle to determine smoothed shading across shared vertices." name="normalPerVertex"/>
	<attribute tooltip="[solid &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Setting solid true means draw only one side of polygons (backface culling on),&#10;setting solid false means draw both sides of polygons (backface culling off).&#10;Warning: default value true can completely hide geometry if viewed from wrong side!&#10;ヒント: if in doubt, use solid='false' for maximum visibility." name="solid"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;geometry&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Triangle.gif" tooltip="IndexedTriangleStripSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.&#10;Hint: color, normal and texCoord values are applied in the same order as coord values.&#10;ヒント: insert a Shape node before adding geometry or Appearance.&#10;ヒント: for advanced extensibility, authors can substitute a type-matched ProtoInstance node (with correct containerField value) for contained node content." name="IndexedTriangleStripSet">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[index &initializeOnlyLabel; &MFInt32Label; #IMPLIED] [-1,+&#8734;)&#10;index list specifies triangles by connecting Coordinate vertices for each individual strip, separated by -1 sentinel values.&#10;" name="index"/>
	<attribute tooltip="[ccw &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;ccw = counterclockwise: ordering of vertex coordinates orientation, according to Right-Hand Rule (RHR).&#10;ヒント: ccw false can reverse solid (backface culling) and normal-vector orientation. Note that consistency of left-handed or right-handed point sequences is important throughout." name="ccw"/>
	<attribute tooltip="[colorPerVertex &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether Color|ColorRGBA values are applied to each point vertex (true) or to each polygon face (false).&#10;Warning: if child Color|ColorRGBA node is not provided, then geometry is rendered using corresponding Appearance and material/texture values.&#10;Hint: X3D Scene Authoring Hints, Color https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Color" name="colorPerVertex"/>
	<attribute tooltip="[normalPerVertex &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether Normal node vector values are applied to each point vertex (true) or to each polygon face (false).&#10;Hint: if no child Normal node is provided, the X3D browser shall automatically generate normals, using creaseAngle to determine smoothed shading across shared vertices." name="normalPerVertex"/>
	<attribute tooltip="[solid &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Setting solid true means draw only one side of polygons (backface culling on),&#10;setting solid false means draw both sides of polygons (backface culling off).&#10;Warning: default value true can completely hide geometry if viewed from wrong side!&#10;ヒント: if in doubt, use solid='false' for maximum visibility." name="solid"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;geometry&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Triangle.gif" tooltip="TriangleFanSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.&#10;Hint: color, normal and texCoord values are applied in the same order as coord values.&#10;ヒント: insert a Shape node before adding geometry or Appearance.&#10;ヒント: for advanced extensibility, authors can substitute a type-matched ProtoInstance node (with correct containerField value) for contained node content." name="TriangleFanSet">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[fanCount &initializeOnlyLabel; &MFInt32Label; #IMPLIED] (3,+&#8734;)&#10;fanCount array provides number of vertices in each fan." name="fanCount"/>
	<attribute tooltip="[ccw &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;ccw = counterclockwise: ordering of vertex coordinates orientation, according to Right-Hand Rule (RHR).&#10;ヒント: ccw false can reverse solid (backface culling) and normal-vector orientation. Note that consistency of left-handed or right-handed point sequences is important throughout." name="ccw"/>
	<attribute tooltip="[colorPerVertex &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether Color|ColorRGBA values are applied to each point vertex (true) or to each polygon face (false).&#10;Warning: if child Color|ColorRGBA node is not provided, then geometry is rendered using corresponding Appearance and material/texture values.&#10;Hint: X3D Scene Authoring Hints, Color https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Color" name="colorPerVertex"/>
	<attribute tooltip="[normalPerVertex &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether Normal node vector values are applied to each point vertex (true) or to each polygon face (false).&#10;Hint: if no child Normal node is provided, the X3D browser shall automatically generate normals, using creaseAngle to determine smoothed shading across shared vertices." name="normalPerVertex"/>
	<attribute tooltip="[solid &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Setting solid true means draw only one side of polygons (backface culling on),&#10;setting solid false means draw both sides of polygons (backface culling off).&#10;Warning: default value true can completely hide geometry if viewed from wrong side!&#10;ヒント: if in doubt, use solid='false' for maximum visibility." name="solid"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;geometry&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Triangle.gif" tooltip="TriangleSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.&#10;Hint: color, normal and texCoord values are applied in the same order as coord values.&#10;ヒント: insert a Shape node before adding geometry or Appearance.&#10;ヒント: for advanced extensibility, authors can substitute a type-matched ProtoInstance node (with correct containerField value) for contained node content." name="TriangleSet">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[ccw &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;ccw = counterclockwise: ordering of vertex coordinates orientation, according to Right-Hand Rule (RHR).&#10;ヒント: ccw false can reverse solid (backface culling) and normal-vector orientation. Note that consistency of left-handed or right-handed point sequences is important throughout." name="ccw"/>
	<attribute tooltip="[colorPerVertex &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether Color|ColorRGBA values are applied to each point vertex (true) or to each polygon face (false).&#10;Warning: if child Color|ColorRGBA node is not provided, then geometry is rendered using corresponding Appearance and material/texture values.&#10;Hint: X3D Scene Authoring Hints, Color https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Color" name="colorPerVertex"/>
	<attribute tooltip="[normalPerVertex &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether Normal node vector values are applied to each point vertex (true) or to each polygon face (false).&#10;Hint: if no child Normal node is provided, the X3D browser shall automatically generate normals, using creaseAngle to determine smoothed shading across shared vertices." name="normalPerVertex"/>
	<attribute tooltip="[solid &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Setting solid true means draw only one side of polygons (backface culling on),&#10;setting solid false means draw both sides of polygons (backface culling off).&#10;Warning: default value true can completely hide geometry if viewed from wrong side!&#10;ヒント: if in doubt, use solid='false' for maximum visibility." name="solid"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;geometry&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Triangle.gif" tooltip="TriangleStripSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.&#10;Hint: color, normal and texCoord values are applied in the same order as coord values.&#10;ヒント: insert a Shape node before adding geometry or Appearance.&#10;ヒント: for advanced extensibility, authors can substitute a type-matched ProtoInstance node (with correct containerField value) for contained node content." name="TriangleStripSet">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[stripCount &initializeOnlyLabel; &MFInt32Label; #IMPLIED] (3,+&#8734;)&#10;stripCount array provides number of vertices in each strip.&#10;Warning: do not exceed number of points in contained Coordinate|CoordinateDouble node." name="stripCount"/>
	<attribute tooltip="[ccw &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;ccw = counterclockwise: ordering of vertex coordinates orientation, according to Right-Hand Rule (RHR).&#10;ヒント: ccw false can reverse solid (backface culling) and normal-vector orientation. Note that consistency of left-handed or right-handed point sequences is important throughout." name="ccw"/>
	<attribute tooltip="[colorPerVertex &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether Color|ColorRGBA values are applied to each point vertex (true) or to each polygon face (false).&#10;Warning: if child Color|ColorRGBA node is not provided, then geometry is rendered using corresponding Appearance and material/texture values.&#10;Hint: X3D Scene Authoring Hints, Color https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Color" name="colorPerVertex"/>
	<attribute tooltip="[normalPerVertex &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether Normal node vector values are applied to each point vertex (true) or to each polygon face (false).&#10;Hint: if no child Normal node is provided, the X3D browser shall automatically generate normals, using creaseAngle to determine smoothed shading across shared vertices." name="normalPerVertex"/>
	<attribute tooltip="[solid &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Setting solid true means draw only one side of polygons (backface culling on),&#10;setting solid false means draw both sides of polygons (backface culling off).&#10;Warning: default value true can completely hide geometry if viewed from wrong side!&#10;ヒント: if in doubt, use solid='false' for maximum visibility." name="solid"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;geometry&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Material.gif" tooltip="(X3D version 3.2 or later) TwoSidedMaterial specifies surface rendering properties for associated geometry nodes, for outer (front) and inner (back) sides of polygons.&#10;Material attributes are used by the X3D lighting equations during rendering.&#10;ヒント: include &lt;component name='Shape' level='4'/&gt;&#10;ヒント: insert Shape and Appearance nodes before adding material.&#10;Hint: X3D Scene Authoring Hints, Color https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Color&#10;Warning: corresponding geometry within the parent Shape must have solid='false' for two-sided rendering, otherwise no reverse-side back geometry is displayed.&#10;Hint: X3D Architecture 12.2.3 Two-sided materials https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/shape.html#TwoSidedMaterials&#10;Hint: X3D Architecture 17.2.2 Lighting model https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/lighting.html#Lightingmodel" name="TwoSidedMaterial">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
    <attribute tooltip="[separateBackColor &inputOutputLabel; &SFBoolLabel; &#34;false&#34;]&#10;separateBackColor determines whether separate Material values are used for back faces.&#10;Warning: backface Material values are ignored unless you set separateBackColor='true'" name="separateBackColor"/>
	<attribute tooltip="[backDiffuseColor &inputOutputLabel; &SFColorLabel; &#34;0.8 0.8 0.8&#34;] [0,1]&#10;how much direct, angle-dependent light is reflected from all light sources.&#10;ヒント: only emissiveColor affects IndexedLineSet, LineSet and PointSet." name="backDiffuseColor"/>
	<attribute tooltip="[backEmissiveColor &inputOutputLabel; &SFColorLabel; &#34;0 0 0&#34;] [0,1]&#10;how much glowing light is emitted from this object.&#10;ヒント: emissiveColors glow even when all lights are off.&#10;ヒント: reset diffuseColor from default (.8 .8 .8) to (0 0 0) to avoid washout.&#10;ヒント: only emissiveColor affects IndexedLineSet, LineSet and PointSet.&#10;Warning: bright emissiveColor values can wash out other colors and some textures." name="backEmissiveColor"/>
	<attribute tooltip="[backSpecularColor &inputOutputLabel; &SFColorLabel; &#34;0 0 0&#34;] [0,1]&#10;specular highlights are brightness reflections (example: shiny spots on an apple).&#10;Interchange profile ヒント: this field may be ignored." name="backSpecularColor"/>
	<attribute tooltip="[backShininess &inputOutputLabel; &SFFloatLabel; &#34;0.2&#34;] [0,1]&#10;Lower shininess values provide soft specular glows, while higher values result in sharper, smaller highlights.&#10;Interchange profile ヒント: this field may be ignored." name="backShininess"/>
	<attribute tooltip="[backAmbientIntensity &inputOutputLabel; &SFFloatLabel; &#34;0.2&#34;] [0,1]&#10;how much ambient omnidirectional light is reflected from all light sources.&#10;Interchange profile ヒント: this field may be ignored." name="backAmbientIntensity"/>
	<attribute tooltip="[backTransparency &inputOutputLabel; &SFFloatLabel; &#34;0&#34;] [0,1]&#10;how &quot;clear&quot; an object is: 1.0 is completely transparent, 0.0 is completely opaque.&#10;Interchange profile ヒント: transparency &lt; .5 opaque, transparency &gt; .5 transparent." name="backTransparency"/>
	<attribute tooltip="[diffuseColor &inputOutputLabel; &SFColorLabel; &#34;0.8 0.8 0.8&#34;] [0,1]&#10;how much direct, angle-dependent light is reflected from all light sources.&#10;ヒント: only emissiveColor affects IndexedLineSet, LineSet and PointSet." name="diffuseColor"/>
	<attribute tooltip="[emissiveColor &inputOutputLabel; &SFColorLabel; &#34;0 0 0&#34;] [0,1]&#10;how much glowing light is emitted from this object.&#10;ヒント: emissiveColors glow even when all lights are off.&#10;ヒント: reset diffuseColor from default (.8 .8 .8) to (0 0 0) to avoid washout.&#10;ヒント: only emissiveColor affects IndexedLineSet, LineSet and PointSet.&#10;Warning: bright emissiveColor values can wash out other colors and some textures." name="emissiveColor"/>
	<attribute tooltip="[specularColor &inputOutputLabel; &SFColorLabel; &#34;0 0 0&#34;] [0,1]&#10;specular highlights are brightness reflections (example: shiny spots on an apple).&#10;Interchange profile ヒント: this field may be ignored." name="specularColor"/>
	<attribute tooltip="[shininess &inputOutputLabel; &SFFloatLabel; &#34;0.2&#34;] [0,1]&#10;Lower shininess values provide soft specular glows, while higher values result in sharper, smaller highlights.&#10;Interchange profile ヒント: this field may be ignored." name="shininess"/>
	<attribute tooltip="[ambientIntensity &inputOutputLabel; &SFFloatLabel; &#34;0.2&#34;] [0,1]&#10;how much ambient omnidirectional light is reflected from all light sources.&#10;Interchange profile ヒント: this field may be ignored." name="ambientIntensity"/>
	<attribute tooltip="[transparency &inputOutputLabel; &SFFloatLabel; &#34;0&#34;] [0,1]&#10;how &quot;clear&quot; an object is: 1.0 is completely transparent, 0.0 is completely opaque.&#10;Interchange profile ヒント: transparency &lt; .5 opaque, transparency &gt; .5 transparent." name="transparency"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;material&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <!-- USE is not a legal element. -->
    <element icon="icons/Viewpoint.gif" tooltip="Viewpoint provides a specific location and direction where the user may view the scene. Viewpoints are the primary way for a user to navigate within a scene, and for an author to show critical aspects of a model.&#10;Hint: a sequence of good Viewpoints with understandable descriptions can provide a guided tour of a model.&#10;Hint: the currently bound NavigationInfo node has a major effect on how a user might change viewing position and orientation after reaching this Viewpoint.&#10;Hint: consider paired Viewpoint/NavigationInfo node combinations by defining ROUTE connections between corresponding isBound/set_bind fields.&#10;Hint: consider how users might interact with the current X3D model, either standalone or as an Inline within a larger parent scene.&#10;ヒント: Background, Fog, GeoViewpoint, NavigationInfo, OrthoViewpoint, TextureBackground and Viewpoint are bindable nodes, meaning that no more than one of each node type can be active at a given time.&#10;Hint: GeoViewpoint OrthoViewpoint and Viewpoint share the same binding stack, so no more than one of these nodes can be bound and active at a given time.&#10;Warning: do not include GeoViewpoint OrthoViewpoint or Viewpoint as a child of LOD or Switch, instead use ViewpointGroup as parent to constrain location proximity where the viewpoint is available to user.&#10;ヒント: X3D Scene Authoring Hints https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Viewpoints" name="Viewpoint">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[description &initializeOnlyLabel; &SFStringLabel; #IMPLIED]&#10;Text description or navigation hint to describe the significance of this model Viewpoint.&#10;Hint: a sequence of good Viewpoints with understandable descriptions can provide a guided tour of a model.&#10;Hint: the currently bound NavigationInfo node has a major effect on how a user might change viewing position and orientation after reaching this Viewpoint.&#10;Hint: consider paired Viewpoint/NavigationInfo node combinations by defining ROUTE connections between corresponding isBound/set_bind fields.&#10;ヒント: use spaces, make descriptions clear and readable.&#10;Warning: without description, this Viewpoint is unlikely to appear on browser Viewpoint menus.&#10;ヒント: many XML tools substitute XML character references automatically if needed (such as &amp;#38; for &#38; ampersand character, or &amp;#34; for &#34; quotation-mark character).&#10;Interchange profile ヒント: this field may be ignored." name="description"/>
	<attribute tooltip="[position &inputOutputLabel; &SFVec3fLabel; &#34;0 0 10&#34;]&#10;position (x, y, z in meters) relative to local coordinate system." name="position"/>
	<attribute tooltip="[orientation &inputOutputLabel; &SFRotationLabel; &#34;0 0 1 0&#34;]&#10;Rotation (axis, angle in radians) of Viewpoint, relative to default -Z axis direction in local coordinate system.&#10;ヒント: this is orientation _change_ from default direction (0 0 -1).&#10;ヒント: complex rotations can be accomplished axis-by-axis using parent Transforms." name="orientation"/>
	<attribute tooltip="[centerOfRotation &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;centerOfRotation specifies center point about which to rotate user's eyepoint when in EXAMINE or LOOKAT mode." name="centerOfRotation"/>
	<attribute tooltip="[fieldOfView &inputOutputLabel; &SFFloatLabel; &#34;0.7854&#34; (0,&#960;)]&#10;Preferred minimum viewing angle from this viewpoint in radians, providing minimum height or minimum width (whichever is smaller).&#10;Small field of view roughly corresponds to a telephoto lens,&#10;large field of view roughly corresponds to a wide-angle lens.&#10;ヒント: modifying Viewpoint distance to object may be better for zooming.&#10;Warning: fieldOfView may not be correct for different window sizes and aspect ratios.&#10;Interchange profile ヒント: this field may be ignored." name="fieldOfView"/>
	<attribute tooltip="[jump &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Transition instantly by jumping, or smoothly adjust offsets in place when changing to this Viewpoint.&#10;ヒント: set jump=true for smooth camera motion when going to this viewpoint." name="jump"/>
	<attribute tooltip="[retainUserOffsets &inputOutputLabel; &SFBoolLabel; &#34;false&#34;]&#10;Retain (true) or reset to zero (false) any prior user navigation offsets from defined viewpoint position, orientation." name="retainUserOffsets"/>
	<attribute tooltip="[set_bind &inputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;Sending event set_bind=true makes this node active.&#10;Sending event set_bind=false makes this node inactive.&#10;Thus setting set_bind to true/false will pop/push (enable/disable) this Viewpoint.&#10;Hint: paired node operations can be established by connecting set_bind and isBound fields of corresponding bindable nodes.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_bind"/>
	<attribute tooltip="[bindTime &outputOnlyLabel; &SFTimeLabel; #FIXED &#34;&#34;]&#10;Event sent reporting timestamp when node becomes active/inactive.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="bindTime"/>
	<attribute tooltip="[isBound &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;Output event true gets sent when node becomes bound and activated, otherwise output event false gets sent when node becomes unbound and deactivated.&#10;Hint: paired node operations can be established by connecting set_bind and isBound fields of corresponding bindable nodes.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isBound"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Viewpoint.gif" tooltip="(X3D version 3.2 or later) ViewpointGroup collects Viewpoint, OrthoViewpoint, GeoViewpoint and other ViewpointGroup nodes for better user-navigation support with a shared description on the viewpoint list.&#10;ヒント: use ViewpointGroup as parent for Viewpoint, OrthoViewpoint, GeoViewpoint and other ViewpointGroup nodes to constrain location proximity where contained viewpoints are available to user.&#10;Hint: ViewpointGroup and OrthoViewpoint require Navigation component level 3, which is higher than CADInterchange profile.&#10;Hint: Viewpoint and ViewpointGroup descriptions together build simple menu/submenu lists for simple user navigation.&#10;ViewpointGroup is not an X3DGroupingNode, and can only contain a Metadata* node, Viewpoint, OrthoViewpoint, GeoViewpoint and other ViewpointGroup nodes." name="ViewpointGroup">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[description &initializeOnlyLabel; &SFStringLabel; #IMPLIED]&#10;Text description or navigation hint to identify this ViewpointGroup.&#10;ヒント: use spaces, make descriptions clear and readable.&#10;Warning: without description, this ViewpointGroup is unlikely to appear on browser Viewpoint menus.&#10;ヒント: many XML tools substitute XML character references automatically if needed (such as &amp;#38; for &#38; ampersand character, or &amp;#34; for &#34; quotation-mark character)." name="description"/>
	<attribute tooltip="[displayed &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;displayed determines whether this ViewpointGroup is displayed in the current viewpoint list." name="displayed"/>
	<attribute tooltip="[center &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;center specifies center point of proximity box within which ViewpointGroup is usable and displayed on viewpoint list." name="center"/>
	<attribute tooltip="[size &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;] [0,+&#8734;)&#10;Size of proximity box around center location within which ViewpointGroup is usable and displayed on viewpoint list.&#10;ヒント: size 0 0 0 specifies that ViewpointGroup is always usable and displayable." name="size"/>
	<attribute tooltip="[retainUserOffsets &inputOutputLabel; &SFBoolLabel; &#34;false&#34;]&#10;Retain (true) or reset to zero (false) any prior user navigation offsets from defined viewpoint position, orientation." name="retainUserOffsets"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/VisibilitySensor.gif" tooltip="VisibilitySensor detects when user can see a specific object or region&#10;as they navigate the world. The region sensed for visibility to the user is bounded by a rectangular box.&#10;ヒント: often used to attract user attention or improve performance.&#10;ヒント: TouchSensor detects pointing-device actions affecting peer nodes and their child geometry." name="VisibilitySensor">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[enabled &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enables/disables node operation." name="enabled"/>
	<attribute tooltip="[center &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Translation offset from origin of local coordinate system." name="center"/>
	<attribute tooltip="[size &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;] [0,+&#8734;)&#10;size of visibility box, measured from center in meters." name="size"/>
	<attribute tooltip="[isActive &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;isActive true/false events are sent when triggering the sensor.&#10;isActive=true when entering visibility region, isActive=false when exiting visibility region.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isActive"/>
	<attribute tooltip="[enterTime &outputOnlyLabel; &SFTimeLabel; #FIXED &#34;&#34;]&#10;Time event generated when user's camera enters visibility region for sensor.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="enterTime"/>
	<attribute tooltip="[exitTime &outputOnlyLabel; &SFTimeLabel; #FIXED &#34;&#34;]&#10;Time event generated when user's camera exits visibility region for sensor.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="exitTime"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/WorldInfo.gif" tooltip="WorldInfo contains a title and persistent documentation or simple metadata information about an X3D scene.&#10;Hint: comments are not readable when a model file is loaded for viewing, but WorldInfo and Metadata* nodes are persistent and inspectable at run time.&#10;Hint: X3D for Web Authors, Chapter 15, Metadata Information https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter15-Metadata/Chapter15-MetadataInformation.html" name="WorldInfo">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[title &inputOutputLabel; &SFStringLabel; #IMPLIED]&#10;title of this world, placed in window title.&#10;ヒント: many XML tools substitute XML character references automatically if needed (such as &amp;#38; for &#38; ampersand character, or &amp;#34; for &#34; quotation-mark character)." name="title"/>
	<attribute tooltip="[info &inputOutputLabel; &MFStringLabel; #IMPLIED]&#10;Additional information about this model.&#10;ヒント: MFString arrays can have multiple values, so separate each individual string by quote marks &quot;https://www.web3d.org&quot; &quot;https://www.web3d.org/about&quot; &quot;etc.&quot; &#10;ヒント: many XML tools substitute XML character references automatically if needed (such as &amp;#38; for &#38; ampersand character, or &amp;#34; for &#34; quotation-mark character)." name="info"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/X3D.gif" tooltip="X3D is the top-most XML element for an Extensible 3D (X3D) Graphics model.&#10;The X3D element contains a single head element for metadata, and a single Scene element which is root node of the 3D scene graph.&#10;ヒント: add or select a Scene tag to edit the scene graph.&#10;Hint: X3D Architecture 7.2.5.2 Header statement https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/core.html#HeaderStatement" name="X3D">
	<!-- TODO other years -->
        <attribute tooltip="[version type ENUMERATION #REQUIRED (3.0 | 3.1 | 3.2 | 3.3)]&#10;Default is highest value matching schema and DOCTYPE in the scene.&#10;X3D version 3.0 standardization occurred in 2004, version 3.1 standardization occurred in 2006, version 3.2 standardization occurred in 2008, version 3.3 standardization occurred in 2012.&#10;Warning: X3D version 4.0 is experimental and under development, focused on HTML5/DOM interoperability.&#10;Warning: X3D version 4.1 is experimental and under development, focused on Mixed and Augmented Reality (MAR).&#10;Hint: X3D version 4 overview at https://www.web3d.org/x3d4&#10;Hint: X3D version 4 candidate changes at https://www.web3d.org/wiki/index.php/X3D_version_4.0_Development" name="version"/>
	<attribute tooltip="[profile type ENUMERATION #REQUIRED &profileNames;]&#10;profile attribute is required and defines the player or tool support needed for this model.&#10;Hint: Core profile corresponds to minimalist extensible profile with Metadata* nodes, useful for defining custom scene capabilities via addition of individual component statements. https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/coreprofile.html&#10;Hint: Interchange profile corresponds to minimum lightweight subset of nodes needed to display (or import/export) compelling 3D content. https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/interchange.html&#10;Hint: Interactive profile corresponds to Interchange geometry plus simple user interaction. https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/interactive.html&#10;Hint: Immersive profile is common and approximately matches VRML97 with Script and Prototypes. https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/immersive.html&#10;Hint: CADInterchange profile (X3D version 3.1 or later) corresponds to Interchange geometry plus distillation of computer-aided design (CAD) models. https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/CADInterchange.html&#10;Hint: MedicalInterchange profile (X3D version 3.3 or later) adds support for VolumeRendering component to Interchange profile. https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/MedInterchange.html&#10;Hint: Full profile contains all nodes defined in X3D specification. https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/fullProfile.html&#10;Warning: PROFILE is capitalized and is a separate  statement in the ClassicVRML Encoding.&#10;Hint: X3D Architecture 7.2.5.3 PROFILE statement https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/core.html#PROFILEStatement" name="profile"/>
	<attribute tooltip="[xmlns:xsd type CDATA &#34;http://www.w3.org/2001/XMLSchema-instance&#34;]&#10;XML namespace (xmlns) for XML Schema Definition (xsd).&#10;Hint: X3D Scene Authoring Hints, Validation of X3D Scenes using DTD and XML Schema https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Validation" name="xmlns:xsd"/>
	<attribute tooltip="[xsd:noNamespaceSchemaLocation type CDATA &#34;https://www.web3d.org/specifications/x3d-3.3.xsd&#34;]&#10;url for the X3D Schema defining the X3D document-validation rules.&#10;Hint: X3D Scene Authoring Hints, Validation of X3D Scenes using DTD and XML Schema https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Validation" name="xsd:noNamespaceSchemaLocation"/>
    </element>
    <element tooltip="Comment can be used anywhere to make a scene clearer.&#10;ヒント: only enter comments using this node, don't put comments into attribute values.&#10;ヒント: VRML comments start with a # symbol and do not have to be retained by a browser.&#10;ヒント: Use WorldInfo for persistent comments that must stay with a Scene." name="XML_COMMENT"/>
    <element tooltip="TEXT (text data)." name="XML_TEXT"/>
    <element tooltip="CDATA (Character Data) Section&#10;Preserves literal character data verbatim.&#10;CDATA protects contained text from any XML substitutions.&#10;ヒント: CDATA protects &lt; and &gt; operators in contained Script code.&#10;ヒント: VRML comments start with a # symbol and do not have to be retained by a browser.&#10;ヒント: Use WorldInfo for persistent comments that must stay with a Scene." name="XML_CDATA"/>
    <element tooltip="Processing Instruction (PI) -&#10;Use it to pass directions and information to programs." name="XML_PI"/>
    <element tooltip="Document Type Definition (DTD)." name="XML_DOCUMENT_TYPE"/>

<!-- Distributed Interactive Simulation (DIS) Protocol: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->

    <element icon="icons/EspduTransform.gif" tooltip="EspduTransform is a networked Transform node that can contain most nodes. If activated, EspduTransform can send or receive Entity State Protocol Data Unit (PDU) packets, also integrating functionality for the following DIS PDUs: EntityStatePdu, CollisionPdu, DetonatePdu, FirePdu, CreateEntity and RemoveEntity PDUs.&#10;Hint: these PDU packets use the IEEE Distributed Interactive Simulation (DIS) protocol.&#10;Hint: Savage Developers Guide on DIS https://savage.nps.edu/Savage/developers.html#DIS&#10;ヒント: insert a Shape node before adding geometry or Appearance.&#10;ヒント: include &lt;component name='DIS' level='1'/&gt;" name="EspduTransform">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[enabled &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enable/disable network sensing and event passing." name="enabled"/>
	<attribute tooltip="[marking &inputOutputLabel; &SFStringLabel; #IMPLIED]&#10;Maximum of 11 characters for simple entity label." name="marking"/>
	<attribute tooltip="[entityID &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Simulation/exercise entityID is a unique ID for a single entity within that application." name="entityID"/>
	<attribute tooltip="[applicationID &inputOutputLabel; &SFInt32Label; &#34;1&#34;]&#10;Simulation/exercise applicationID is unique for application at that site. Each simulation application that can respond to simulation management PDUs needs to have a unique applicationID." name="applicationID"/>
	<attribute tooltip="[siteID &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Simulation/exercise siteID of the participating LAN or organization." name="siteID"/>

	<attribute tooltip="[forceID &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;forceID determines the team membership of the issuing entity, and whether FRIENDLY OPPOSING or NEUTRAL or OTHER." name="forceID"/>
	<attribute tooltip="[entityKind &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Integer enumerations value for whether entity is a PLATFORM, MUNITION, LIFE_FORM, ENVIRONMENTAL, CULTURAL_FEATURE, SUPPLY, RADIO, EXPENDABLE, SENSOR_EMITTER or OTHER." name="entityKind"/>
	<attribute tooltip="[entityDomain &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Integer enumerations value for domain in which the entity operates: LAND, AIR, SURFACE, SUBSURFACE, SPACE or OTHER." name="entityDomain"/>
	<attribute tooltip="[entityCountry &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Integer enumerations value for country to which the design of the entity or its design specification is attributed." name="entityCountry"/>
	<attribute tooltip="[entityCategory &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Integer enumerations value for main category that describes the entity, semantics of each code varies according to domain. See DIS Enumerations values." name="entityCategory"/>
	<attribute tooltip="[entitySubCategory &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Integer enumerations value for particular subcategory to which an entity belongs based on the Category field. See DIS Enumerations values." name="entitySubCategory"/>
	<attribute tooltip="[entitySpecific &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Specific information about an entity based on the Subcategory field. See DIS Enumerations values." name="entitySpecific"/>
	<attribute tooltip="[entityExtra &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Any extra information required to describe a particular entity. The contents of this field shall depend on the type of entity represented." name="entityExtra"/>

	<attribute tooltip="[readInterval &inputOutputLabel; &SFTimeLabel; &#34;0.1&#34;] [0,+&#8734;)&#10;Seconds between read updates, 0 means no reading.&#10;Hint: readInterval is a nonnegative SFTime duration interval, not an absolute clock time." name="readInterval"/>
	<attribute tooltip="[writeInterval &inputOutputLabel; &SFTimeLabel; &#34;1.0&#34;] [0,+&#8734;)&#10;Seconds between write updates, 0 means no writing (sending).&#10;Hint: writeInterval is a nonnegative SFTime duration interval, not an absolute clock time." name="writeInterval"/>
	<attribute tooltip="[networkMode &inputOutputLabel; &SFStringLabel; &DisNetworkModeValues; standAlone]&#10;Whether this entity is ignoring the network, sending DIS packets to the network, or receiving DIS packets from the network.&#10;(1) standAlone: ignore network but still respond to events in local scene.&#10;(2) networkReader: listen to network and read PDU packets at readInterval, act as remotely linked copy of entity.&#10;(3) networkWriter: send PDU packets to network at writeInterval, act as master entity.&#10;Default value &#34;standAlone&#34; ensures that DIS network activation within a scene  as networkReader or networkWriter is intentional.&#10;Warning: do not wrap extra quotation marks  around these SFString enumeration values, since &#34;quotation&#34; &#34;marks&#34; are only used for MFString values.&#10;Warning: network activity may have associated security issues." name="networkMode"/>
	<attribute tooltip="[isStandAlone &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;Whether networkMode=&#34;local&#34; (ignore network but still respond to local events)&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isStandAlone"/>
	<attribute tooltip="[isNetworkReader &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;Whether networkMode=&#34;remote&#34; (listen to network as copy of remote entity)&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isNetworkReader"/>
	<attribute tooltip="[isNetworkWriter &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;Whether networkMode=&#34;master&#34; (output to network as master entity at writeInterval)&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isNetworkWriter"/>

	<attribute tooltip="[address &inputOutputLabel; &SFStringLabel; localhost]&#10;Multicast network address, or else &#34;localhost&#34;&#10;Example: 224.2.181.145." name="address"/>
	<attribute tooltip="[port &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Network connection port number (EXAMPLE  3000) for sending or receiving DIS messages. &#10;Example: 3000." name="port"/>
	<attribute tooltip="[multicastRelayHost &inputOutputLabel; &SFStringLabel; #IMPLIED]&#10;Fallback server address if multicast not available locally.&#10;Example: track.nps.edu." name="multicastRelayHost"/>
	<attribute tooltip="[multicastRelayPort &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Fallback server port if multicast not available locally.&#10;Example: 8010." name="multicastRelayPort"/>
	<attribute tooltip="[rtpHeaderExpected &initializeOnlyLabel; &SFBoolLabel; &#34;false&#34;]&#10;Whether RTP headers are prepended to DIS PDUs." name="rtpHeaderExpected"/>
	<attribute tooltip="[isRtpHeaderHeard &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;Whether incoming DIS packets have an RTP header prepended.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isRtpHeaderHeard"/>
	<attribute tooltip="[isActive &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;Have we received a network update recently?&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isActive"/>
	<attribute tooltip="[timestamp &outputOnlyLabel; &SFTimeLabel; #FIXED &#34;&#34;]&#10;DIS timestamp received from latest PDU update, converted to X3D SFTime units.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="timestamp"/>

	<attribute tooltip="[translation &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Position of children relative to local coordinate system,&#10;usually read from (or written to) remote, networked EspduTransform nodes." name="translation"/>
	<attribute tooltip="[rotation &inputOutputLabel; &SFRotationLabel; &#34;0 0 1 0&#34;]&#10;Orientation of children relative to local coordinate system,&#10;usually read from (or written to) remote, networked EspduTransform nodes." name="rotation"/>
	<attribute tooltip="[center &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Translation offset from origin of local coordinate system." name="center"/>
	<attribute tooltip="[scale &inputOutputLabel; &SFVec3fLabel; &#34;1 1 1&#34;]&#10;Non-uniform x-y-z scale of child coordinate system, adjusted by center and scaleOrientation." name="scale"/>
	<attribute tooltip="[scaleOrientation &inputOutputLabel; &SFRotationLabel; &#34;0 0 1 0&#34;]&#10;Preliminary rotation of coordinate system before scaling (to allow scaling around arbitrary orientations)." name="scaleOrientation"/>
	<attribute tooltip="[bboxCenter &initializeOnlyLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxCenter"/>
	<attribute tooltip="[bboxSize &initializeOnlyLabel; &SFVec3fLabel; &#34;-1 -1 -1&#34;]&#10;Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint.&#10;Hint: can be useful for collision computations or inverse-kinematics (IK) engines.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxSize"/>

	<attribute tooltip="[linearVelocity &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]Velocity of the entity relative to the rotating Earth in either world or entity coordinates, depending on the dead reckoning algorithm used." name="linearVelocity"/>
	<attribute tooltip="[linearAcceleration &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Acceleration of the entity relative to the rotating Earth in either world or entity coordinates, depending on the dead reckoning algorithm used." name="linearAcceleration"/>
	<attribute tooltip="[deadReckoning &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Dead reckoning algorithm being used to project position/orientation with velocities/accelerations." name="deadReckoning"/>
	<attribute tooltip="[isCollided &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;Has a matching CollisionPDU reported a collision?&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isCollided"/>
	<attribute tooltip="[collideTime &outputOnlyLabel; &SFTimeLabel; #FIXED &#34;&#34;]&#10;When were we collided with?&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="collideTime"/>
	<attribute tooltip="[isDetonated &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;Has a matching DetonationPDU reported a detonation?&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isDetonated"/>
	<attribute tooltip="[detonateTime &outputOnlyLabel; &SFTimeLabel; #FIXED &#34;&#34;]&#10;When were we detonated?" name="detonateTime"/>
	<attribute tooltip="[fired1 &inputOutputLabel; &SFBoolLabel; &#34;false&#34;]&#10;Has the primary weapon (Fire PDU) been fired?" name="fired1"/>
	<attribute tooltip="[fired2 &inputOutputLabel; &SFBoolLabel; &#34;false&#34;]&#10;Has the secondary weapon (Fire PDU) been fired?" name="fired2"/>
	<attribute tooltip="[fireMissionIndex &inputOutputLabel; &SFInt32Label; #FIXED &#34;&#34;]&#10;" name="fireMissionIndex"/>
	<attribute tooltip="[firedTime &outputOnlyLabel; &SFTimeLabel; #FIXED &#34;&#34;]&#10;When did we shoot a weapon (Fire PDU)?&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="firedTime"/>
	<attribute tooltip="[munitionStartPoint &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Initial point of the munition path from firing weapon to detonation or impact, in exercise coordinates." name="munitionStartPoint"/>
	<attribute tooltip="[munitionEndPoint &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Final point of the munition path from firing weapon to detonation or impact, in exercise coordinates." name="munitionEndPoint"/>
	<attribute tooltip="[munitionEntityID &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;munitionEntityID is unique ID for entity firing munition within that application." name="munitionEntityID"/>
	<attribute tooltip="[munitionApplicationID &inputOutputLabel; &SFInt32Label; &#34;1&#34;]&#10;munitionApplicationID, unique for application at that site. Each simulation application that can respond to simulation management PDUs needs to have a unique applicationID." name="munitionApplicationID"/>
	<attribute tooltip="[munitionSiteID &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Munition siteID of the participating LAN or organization." name="munitionSiteID"/>
	<attribute tooltip="[warhead &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Integer enumerations value for type of warhead on the munition." name="warhead"/>
	<attribute tooltip="[fuse &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Integer enumerations value for type of fuse on the munition." name="fuse"/>
	<attribute tooltip="[munitionQuantity &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Quantity of munitions fired." name="munitionQuantity"/>
	<attribute tooltip="[firingRate &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Rate at which munitions are fired." name="firingRate"/>
	<attribute tooltip="[firingRange &inputOutputLabel; &SFFloatLabel; &#34;0&#34;]&#10;Range (three dimension, straight-line distance) that the firing entity&apos;s fire control system has assumed for computing the fire control solution if a weapon and if the value is known" name="firingRange"/>

	<attribute tooltip="[collisionType &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Integer enumeration for type of collision: ELASTIC or INELASTIC." name="collisionType"/>
	<attribute tooltip="[detonationLocation &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;World coordinates for detonationLocation" name="detonationLocation"/>
	<attribute tooltip="[detonationRelativeLocation &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Relative coordinates for detonation location" name="detonationRelativeLocation"/>
	<attribute tooltip="[detonationResult &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Integer enumeration for type of detonation and result that occurred., if any." name="detonationResult"/>
	<attribute tooltip="[eventNumber &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Sequential number of each event issued by an application.&#10;Warning: reuse of numbers may be necessary during long simulation exercises." name="eventNumber"/>
	<attribute tooltip="[eventEntityID &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;For a given event, simulation/exercise entityID is a unique ID for a single entity within that application." name="eventEntityID"/>
	<attribute tooltip="[eventApplicationID &inputOutputLabel; &SFInt32Label; &#34;1&#34;]Simulation/exercise eventApplicationID is unique for events generated from application at that site. Each simulation application that can respond to simulation management PDUs needs to have a unique applicationID." name="eventApplicationID"/>
	<attribute tooltip="[eventSiteID &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Simulation/exercise siteID of the participating LAN or organization." name="eventSiteID"/>

	<attribute tooltip="[articulationParameterCount &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Number of articulated parameters attached to this entity state PDU." name="articulationParameterCount"/>
	<attribute tooltip="[articulationParameterDesignatorArray &inputOutputLabel; &MFInt32Label; #IMPLIED]&#10;Array of designators for each articulated parameter." name="articulationParameterDesignatorArray"/>
	<attribute tooltip="[articulationParameterChangeIndicatorArray &inputOutputLabel; &MFInt32Label; #IMPLIED]&#10;Array of change counters, each incremented when an articulated parameter is updated.#IMPLIED]&#10;" name="articulationParameterChangeIndicatorArray"/>
	<attribute tooltip="[articulationParameterIdPartAttachedToArray &inputOutputLabel; &MFInt32Label; #IMPLIED]&#10;Array of ID parts that each articulated parameter is attached to." name="articulationParameterIdPartAttachedToArray"/>
	<attribute tooltip="[articulationParameterTypeArray &inputOutputLabel; &MFInt32Label; #IMPLIED]&#10;Array of type enumerations for each articulated parameter element." name="articulationParameterTypeArray"/>
	<attribute tooltip="[articulationParameterArray &inputOutputLabel; &MFFloatLabel; #IMPLIED]&#10;Information required for representation of the entity&apos;s visual appearance and position of its articulated parts.&#10;Hint: renamed as Variable Parameter in IEEE DIS 2012 revised standard." name="articulationParameterArray"/>
	<attribute tooltip="[set_articulationParameterValue0 &inputOnlyLabel; &SFFloatLabel; #FIXED &#34;&#34;]&#10;Set element of user-defined payload array.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_articulationParameterValue0"/>
	<attribute tooltip="[set_articulationParameterValue1 &inputOnlyLabel; &SFFloatLabel; #FIXED &#34;&#34;]&#10;Set element of user-defined payload array.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_articulationParameterValue1"/>
	<attribute tooltip="[set_articulationParameterValue2 &inputOnlyLabel; &SFFloatLabel; #FIXED &#34;&#34;]&#10;Set element of user-defined payload array.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_articulationParameterValue2"/>
	<attribute tooltip="[set_articulationParameterValue3 &inputOnlyLabel; &SFFloatLabel; #FIXED &#34;&#34;]&#10;Set element of user-defined payload array.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_articulationParameterValue3"/>
	<attribute tooltip="[set_articulationParameterValue4 &inputOnlyLabel; &SFFloatLabel; #FIXED &#34;&#34;]&#10;Set element of user-defined payload array.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_articulationParameterValue4"/>
	<attribute tooltip="[set_articulationParameterValue5 &inputOnlyLabel; &SFFloatLabel; #FIXED &#34;&#34;]&#10;Set element of user-defined payload array.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_articulationParameterValue5"/>
	<attribute tooltip="[set_articulationParameterValue6 &inputOnlyLabel; &SFFloatLabel; #FIXED &#34;&#34;]&#10;Set element of user-defined payload array.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_articulationParameterValue6"/>
	<attribute tooltip="[set_articulationParameterValue7 &inputOnlyLabel; &SFFloatLabel; #FIXED &#34;&#34;]&#10;Set element of user-defined payload array.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_articulationParameterValue7"/>
	<attribute tooltip="[articulationParameterValue0_changed &outputOnlyLabel; &SFFloatLabel; #FIXED &#34;&#34;]&#10;Get element of user-defined payload array.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="articulationParameterValue0_changed"/>
	<attribute tooltip="[articulationParameterValue1_changed &outputOnlyLabel; &SFFloatLabel; #FIXED &#34;&#34;]&#10;Get element of user-defined payload array.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="articulationParameterValue1_changed"/>
	<attribute tooltip="[articulationParameterValue2_changed &outputOnlyLabel; &SFFloatLabel; #FIXED &#34;&#34;]&#10;Get element of user-defined payload array." name="articulationParameterValue2_changed"/>
	<attribute tooltip="[articulationParameterValue3_changed &outputOnlyLabel; &SFFloatLabel; #FIXED &#34;&#34;]&#10;Get element of user-defined payload array.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="articulationParameterValue3_changed"/>
	<attribute tooltip="[articulationParameterValue4_changed &outputOnlyLabel; &SFFloatLabel; #FIXED &#34;&#34;]&#10;Get element of user-defined payload array.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="articulationParameterValue4_changed"/>
	<attribute tooltip="[articulationParameterValue5_changed &outputOnlyLabel; &SFFloatLabel; #FIXED &#34;&#34;]&#10;Get element of user-defined payload array.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="articulationParameterValue5_changed"/>
	<attribute tooltip="[articulationParameterValue6_changed &outputOnlyLabel; &SFFloatLabel; #FIXED &#34;&#34;]&#10;Get element of user-defined payload array.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="articulationParameterValue6_changed"/>
	<attribute tooltip="[articulationParameterValue7_changed &outputOnlyLabel; &SFFloatLabel; #FIXED &#34;&#34;]&#10;Get element of user-defined payload array.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="articulationParameterValue7_changed"/>
  <attribute tooltip='(X3D version 3.3 or later) [geoSystem &initializeOnlyLabel; &GeoSystemType;]&#10;Identifies spatial reference frame: Geodetic (GD), Geocentric (GC), Universal Transverse Mercator (UTM).&#10;Supported values: &quot;GD&quot; &quot;UTM&quot; or &quot;GC" followed by additional quoted string parameters as appropriate for the type.&#10;Hint: X3D Architecture 25.2.2 Spatial reference frames https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/geodata.html#Spatialreferenceframes&#10;Hint: X3D Architecture 25.2.4 Specifying geospatial coordinates https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/geodata.html#Specifyinggeospatialcoords&#10;Hint: UTM is Universal Transverse Mercator coordinate system https://en.wikipedia.org/wiki/Universal_Transverse_Mercator_coordinate_system&#10;Warning: deprecated values are GDC (replaced by GD) and GCC (replaced by GC).' name="geoSystem"/>
	<attribute tooltip="(X3D version 3.3 or later) [geoCoords &inputOutputLabel; &SFVec3dLabel; &#34;0 0 0&#34;]&#10;Geographic location (specified in current geoSystem coordinates)&#10;for children geometry (specified in relative coordinate system, in meters).&#10;ヒント: include &lt;component name='Geospatial' level='1'/&gt;" name="geoCoords"/>

	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/ReceiverPdu.gif" tooltip="ReceiverPdu is a networked Protocol Data Unit (PDU) information node that transmits the state of radio frequency (RF) receivers modeled in a simulation.&#10;Hint: ReceiverPdu packets use the IEEE Distributed Interactive Simulation (DIS) protocol.&#10;Hint: Savage Developers Guide on DIS https://savage.nps.edu/Savage/developers.html#DIS&#10;ヒント: include &lt;component name='DIS' level='1'/&gt;" name="ReceiverPdu">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[enabled &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enable/disable network sensing and event passing." name="enabled"/>
	<attribute tooltip="[whichGeometry &inputOutputLabel; &SFInt32Label; &#34;1&#34;]&#10;Select geometry to render: -1 for no geometry, 0 for text trace, 1 for default geometry, (optional) higher values to render different states." name="whichGeometry"/>
	<attribute tooltip="[bboxCenter &initializeOnlyLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxCenter"/>
	<attribute tooltip="[bboxSize &initializeOnlyLabel; &SFVec3fLabel; &#34;-1 -1 -1&#34;]&#10;Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint.&#10;Hint: can be useful for collision computations or inverse-kinematics (IK) engines.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxSize"/>

	<attribute tooltip="[entityID &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;EntityID unique ID for entity within that application." name="entityID"/>
	<attribute tooltip="[applicationID &inputOutputLabel; &SFInt32Label; &#34;1&#34;]&#10;Each simulation application that can respond to simulation management PDUs needs to have a unique applicationID." name="applicationID"/>
	<attribute tooltip="[siteID &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Simulation/exercise siteID of the participating LAN or organization." name="siteID"/>

	<attribute tooltip="[readInterval &inputOutputLabel; &SFTimeLabel; &#34;0.1&#34;] [0,+&#8734;)&#10;Seconds between read updates, 0 means no reading.&#10;Hint: readInterval is a nonnegative SFTime duration interval, not an absolute clock time." name="readInterval"/>
	<attribute tooltip="[writeInterval &inputOutputLabel; &SFTimeLabel; &#34;1.0&#34;] [0,+&#8734;)&#10;Seconds between write updates, 0 means no writing (sending).&#10;Hint: writeInterval is a nonnegative SFTime duration interval, not an absolute clock time." name="writeInterval"/>
	<attribute tooltip="[networkMode &inputOutputLabel; &SFStringLabel; &DisNetworkModeValues; standAlone]&#10;Whether this entity is ignoring the network, sending DIS packets to the network, or receiving DIS packets from the network.&#10;(1) standAlone: ignore network but still respond to events in local scene.&#10;(2) networkReader: listen to network and read PDU packets at readInterval, act as remotely linked copy of entity.&#10;(3) networkWriter: send PDU packets to network at writeInterval, act as master entity.&#10;Default value &#34;standAlone&#34; ensures that DIS network activation within a scene  as networkReader or networkWriter is intentional.&#10;Warning: do not wrap extra quotation marks  around these SFString enumeration values, since &#34;quotation&#34; &#34;marks&#34; are only used for MFString values.&#10;Warning: network activity may have associated security issues." name="networkMode"/>
	<attribute tooltip="[isStandAlone &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;Whether networkMode=&#34;local&#34; (ignore network but still respond to local events)&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isStandAlone"/>
	<attribute tooltip="[isNetworkReader &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;Whether networkMode=&#34;remote&#34; (listen to network as copy of remote entity)&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isNetworkReader"/>
	<attribute tooltip="[isNetworkWriter &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;Whether networkMode=&#34;master&#34; (output to network as master entity at writeInterval)&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isNetworkWriter"/>

	<attribute tooltip="[address &inputOutputLabel; &SFStringLabel; localhost]&#10;Multicast network address, or else &#34;localhost&#34;&#10;Example: 224.2.181.145." name="address"/>
	<attribute tooltip="[port &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Multicast network port, for example: 3000." name="port"/>
	<attribute tooltip="[multicastRelayHost &inputOutputLabel; &SFStringLabel; #IMPLIED]&#10;Fallback server address if multicast not available locally.&#10;For example: track.nps.edu." name="multicastRelayHost"/>
	<attribute tooltip="[multicastRelayPort &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Fallback server port if multicast not available locally.&#10;For example: 8010." name="multicastRelayPort"/>
	<attribute tooltip="[rtpHeaderExpected &initializeOnlyLabel; &SFBoolLabel; &#34;false&#34;]&#10;Whether RTP headers are prepended to DIS PDUs." name="rtpHeaderExpected"/>
	<attribute tooltip="[isRtpHeaderHeard &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;Whether incoming DIS packets have an RTP header prepended.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isRtpHeaderHeard"/>
	<attribute tooltip="[isActive &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;Have we had a network update recently?.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isActive"/>
	<attribute tooltip="[timestamp &outputOnlyLabel; &SFTimeLabel; #FIXED &#34;&#34;]&#10;DIS timestamp in X3D units (value 0.0 matches 1 January 1970) in seconds.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="timestamp"/>

	<attribute tooltip="[radioID &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Identifies a particular radio within a given entity." name="radioID"/>
	<attribute tooltip="[receivedPower &inputOutputLabel; &SFFloatLabel; &#34;0&#34;]&#10;receivedPower indicates radio frequency (RF) power received, in units of decibel-milliwatts (dBm), after applying any propagation loss and antenna gain" name="receivedPower"/>
	<attribute tooltip="[receiverState &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;receiverState indicates if receiver is currently idle or busy via one of these enumerated values: 0 = off, 1 = on but not receiving, or 2 = on and receiving." name="receiverState"/>
	<attribute tooltip="[transmitterRadioID &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Identifies a particular radio within a given entity." name="transmitterRadioID"/>
  <attribute tooltip="[transmitterEntityID &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Simulation/exercise transmitterEntityID is a unique ID for a single entity within that application." name="transmitterEntityID"/>
	<attribute tooltip="[transmitterApplicationID &inputOutputLabel; &SFInt32Label; &#34;0&#34;]Simulation/exercise transmitterApplicationID is unique for transmitter application at that site. Each simulation application that can respond to simulation management PDUs needs to have a unique applicationID." name="transmitterApplicationID"/>
	<attribute tooltip="[transmitterSiteID &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Simulation/exercise transmitterSiteID of the participating LAN or organization." name="transmitterSiteID"/>
	      <attribute tooltip='(X3D version 3.3 or later) [geoSystem &initializeOnlyLabel; &GeoSystemType;]&#10;Identifies spatial reference frame: Geodetic (GD), Geocentric (GC), Universal Transverse Mercator (UTM).&#10;Supported values: &quot;GD&quot; &quot;UTM&quot; or &quot;GC" followed by additional quoted string parameters as appropriate for the type.&#10;Hint: X3D Architecture 25.2.2 Spatial reference frames https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/geodata.html#Spatialreferenceframes&#10;Hint: X3D Architecture 25.2.4 Specifying geospatial coordinates https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/geodata.html#Specifyinggeospatialcoords&#10;Hint: UTM is Universal Transverse Mercator coordinate system https://en.wikipedia.org/wiki/Universal_Transverse_Mercator_coordinate_system&#10;Warning: deprecated values are GDC (replaced by GD) and GCC (replaced by GC).' name="geoSystem"/>
	<attribute tooltip="(X3D version 3.3 or later) [geoCoords &inputOutputLabel; &SFVec3dLabel; &#34;0 0 0&#34;]&#10;Geographic location (specified in current geoSystem coordinates)&#10;for children geometry (specified in relative coordinate system, in meters).&#10;ヒント: include &lt;component name='Geospatial' level='1'/&gt;" name="geoCoords"/>

	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/SignalPdu.gif" tooltip="SignalPdu is a networked Protocol Data Unit (PDU) information node that communicates the transmission of voice, audio or other data modeled in a simulation.&#10;Hint: SignalPdu packets use the IEEE Distributed Interactive Simulation (DIS) protocol.&#10;Hint: Savage Developers Guide on DIS https://savage.nps.edu/Savage/developers.html#DIS&#10;ヒント: include &lt;component name='DIS' level='1'/&gt;" name="SignalPdu">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[enabled &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enable/disable network sensing and event passing." name="enabled"/>
	<attribute tooltip="[whichGeometry &inputOutputLabel; &SFInt32Label; &#34;1&#34;]&#10;Select geometry to render: -1 for no geometry, 0 for text trace, 1 for default geometry, (optional) higher values to render different states." name="whichGeometry"/>
	<attribute tooltip="[bboxCenter &initializeOnlyLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxCenter"/>
	<attribute tooltip="[bboxSize &initializeOnlyLabel; &SFVec3fLabel; &#34;-1 -1 -1&#34;]&#10;Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint.&#10;Hint: can be useful for collision computations or inverse-kinematics (IK) engines.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxSize"/>

	<attribute tooltip="[entityID &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;EntityID unique ID for entity within that application." name="entityID"/>
	<attribute tooltip="[applicationID &inputOutputLabel; &SFInt32Label; &#34;1&#34;]&#10;Each simulation application that can respond to simulation management PDUs needs to have a unique applicationID." name="applicationID"/>
	<attribute tooltip="[siteID &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Simulation/exercise siteID of the participating LAN or organization." name="siteID"/>

	<attribute tooltip="[readInterval &inputOutputLabel; &SFTimeLabel; &#34;0.1&#34;] [0,+&#8734;)&#10;Seconds between read updates, 0 means no reading.&#10;Hint: readInterval is a nonnegative SFTime duration interval, not an absolute clock time." name="readInterval"/>
	<attribute tooltip="[writeInterval &inputOutputLabel; &SFTimeLabel; &#34;1.0&#34;] [0,+&#8734;)&#10;Seconds between write updates, 0 means no writing (sending).&#10;Hint: writeInterval is a nonnegative SFTime duration interval, not an absolute clock time." name="writeInterval"/>
	<attribute tooltip="[networkMode &inputOutputLabel; &SFStringLabel; &DisNetworkModeValues; standAlone]&#10;Whether this entity is ignoring the network, sending DIS packets to the network, or receiving DIS packets from the network.&#10;(1) standAlone: ignore network but still respond to events in local scene.&#10;(2) networkReader: listen to network and read PDU packets at readInterval, act as remotely linked copy of entity.&#10;(3) networkWriter: send PDU packets to network at writeInterval, act as master entity.&#10;Default value &#34;standAlone&#34; ensures that DIS network activation within a scene  as networkReader or networkWriter is intentional.&#10;Warning: do not wrap extra quotation marks  around these SFString enumeration values, since &#34;quotation&#34; &#34;marks&#34; are only used for MFString values.&#10;Warning: network activity may have associated security issues." name="networkMode"/>
	<attribute tooltip="[isStandAlone &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;Whether networkMode=&#34;local&#34; (ignore network but still respond to local events)&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isStandAlone"/>
	<attribute tooltip="[isNetworkReader &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;Whether networkMode=&#34;remote&#34; (listen to network as copy of remote entity)&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isNetworkReader"/>
	<attribute tooltip="[isNetworkWriter &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;Whether networkMode=&#34;master&#34; (output to network as master entity at writeInterval)&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isNetworkWriter"/>

	<attribute tooltip="[address &inputOutputLabel; &SFStringLabel; localhost]&#10;Multicast network address, or else &#34;localhost&#34;&#10;example: 224.2.181.145." name="address"/>
	<attribute tooltip="[port &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Multicast network port, for example: 3000." name="port"/>
	<attribute tooltip="[multicastRelayHost &inputOutputLabel; &SFStringLabel; #IMPLIED]&#10;Fallback server address if multicast not available locally.&#10;For example: track.nps.edu." name="multicastRelayHost"/>
	<attribute tooltip="[multicastRelayPort &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Fallback server port if multicast not available locally.&#10;For example: 8010." name="multicastRelayPort"/>
	<attribute tooltip="[rtpHeaderExpected &initializeOnlyLabel; &SFBoolLabel; &#34;false&#34;]&#10;Whether RTP headers are prepended to DIS PDUs." name="rtpHeaderExpected"/>
	<attribute tooltip="[isRtpHeaderHeard &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;Whether incoming DIS packets have an RTP header prepended.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isRtpHeaderHeard"/>
	<attribute tooltip="[isActive &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;Have we had a network update recently?.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isActive"/>
	<attribute tooltip="[timestamp &outputOnlyLabel; &SFTimeLabel; #FIXED &#34;&#34;]&#10;DIS timestamp in X3D units (value 0.0 matches 1 January 1970) in seconds.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="timestamp"/>

	<attribute tooltip="[radioID &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Identifies a particular radio within a given entity." name="radioID"/>
	<attribute tooltip="[encodingScheme &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;designates both Encoding Class and Encoding Type.&#10;Encoding Class enumerated value (2 most significant bits): 0 = Encoded Voice; 1 = Raw Binary Data; 2 = Application-Specific Data; 3 = Database Index. Encoding Type enumerated value (14 least significant bits): 1 = 8-bit mu-law; 2 = CVSD per MIL-STD-188-113; 3 = ADPCM per CCITT G.721; 4 = 16-bit linear PCM; 5 = 8-bit  linear PCM; 6 = Vector Quantization." name="encodingScheme"/>
	<attribute tooltip="[tdlType &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Tactical Data Link (TDL) type as an enumerated value when the Encoding Class is voice, raw binary, application-specific, or database index representation of a TDL message." name="tdlType"/>
	<attribute tooltip="[sampleRate &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;sampleRate gives either (1) sample rate in samples per second if Encoding Class is encoded audio, or (2) data rate in bits per second for data transmissions. If Encoding Class is database index, sampleRate is set to zero." name="sampleRate"/>
	<attribute tooltip="[samples &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Number of samples in the PDU if the Encoding Class is encoded voice, otherwise the field is set to zero." name="samples"/>
	<attribute tooltip="[dataLength &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;number of bits of digital voice audio or digital data being sent in the Signal PDU. If the Encoding Class is database index, then dataLength field is set to 96." name="dataLength"/>
	<attribute tooltip="[data &inputOutputLabel; &MFInt32Label; #IMPLIED]&#10;Holds audio or digital data conveyed by the radio transmission. Interpretation of the field depends on values of encodingScheme and tdlType fields." name="data"/>
        <attribute tooltip='(X3D version 3.3 or later) [geoSystem &initializeOnlyLabel; &GeoSystemType;]&#10;Identifies spatial reference frame: Geodetic (GD), Geocentric (GC), Universal Transverse Mercator (UTM).&#10;Supported values: &quot;GD&quot; &quot;UTM&quot; or &quot;GC" followed by additional quoted string parameters as appropriate for the type.&#10;Hint: X3D Architecture 25.2.2 Spatial reference frames https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/geodata.html#Spatialreferenceframes&#10;Hint: X3D Architecture 25.2.4 Specifying geospatial coordinates https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/geodata.html#Specifyinggeospatialcoords&#10;Hint: UTM is Universal Transverse Mercator coordinate system https://en.wikipedia.org/wiki/Universal_Transverse_Mercator_coordinate_system&#10;Warning: deprecated values are GDC (replaced by GD) and GCC (replaced by GC).' name="geoSystem"/>
	<attribute tooltip="(X3D version 3.3 or later) [geoCoords &inputOutputLabel; &SFVec3dLabel; &#34;0 0 0&#34;]&#10;Geographic location (specified in current geoSystem coordinates)&#10;for children geometry (specified in relative coordinate system, in meters).&#10;ヒント: include &lt;component name='Geospatial' level='1'/&gt;" name="geoCoords"/>
	
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/TransmitterPdu.gif" tooltip="TransmitterPdu is a networked Protocol Data Unit (PDU) information node that provides detailed information about a radio transmitter modeled in a simulation.&#10;Hint: TransmitterPdu packets use the IEEE Distributed Interactive Simulation (DIS) protocol.&#10;Hint: Savage Developers Guide on DIS https://savage.nps.edu/Savage/developers.html#DIS&#10;ヒント: include &lt;component name='DIS' level='1'/&gt;" name="TransmitterPdu">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[enabled &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enable/disable network sensing and event passing." name="enabled"/>
	<attribute tooltip="[whichGeometry &inputOutputLabel; &SFInt32Label; &#34;1&#34;]&#10;Select geometry to render: -1 for no geometry, 0 for text trace, 1 for default geometry, (optional) higher values to render different states." name="whichGeometry"/>
	<attribute tooltip="[bboxCenter &initializeOnlyLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxCenter"/>
	<attribute tooltip="[bboxSize &initializeOnlyLabel; &SFVec3fLabel; &#34;-1 -1 -1&#34;]&#10;Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint.&#10;Hint: can be useful for collision computations or inverse-kinematics (IK) engines.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxSize"/>

	<attribute tooltip="[entityID &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;EntityID unique ID for entity within that application." name="entityID"/>
	<attribute tooltip="[applicationID &inputOutputLabel; &SFInt32Label; &#34;1&#34;]&#10;Each simulation application that can respond to simulation management PDUs needs to have a unique applicationID." name="applicationID"/>
	<attribute tooltip="[siteID &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Simulation/exercise siteID of the participating LAN or organization." name="siteID"/>

	<attribute tooltip="[readInterval &inputOutputLabel; &SFTimeLabel; &#34;0.1&#34;] [0,+&#8734;)&#10;Seconds between read updates, 0 means no reading.&#10;Hint: readInterval is a nonnegative SFTime duration interval, not an absolute clock time." name="readInterval"/>
	<attribute tooltip="[writeInterval &inputOutputLabel; &SFTimeLabel; &#34;1.0&#34;] [0,+&#8734;)&#10;Seconds between write updates, 0 means no writing (sending).&#10;Hint: writeInterval is a nonnegative SFTime duration interval, not an absolute clock time." name="writeInterval"/>
	<attribute tooltip="[networkMode &inputOutputLabel; &SFStringLabel; &DisNetworkModeValues; standAlone]&#10;Whether this entity is ignoring the network, sending DIS packets to the network, or receiving DIS packets from the network.&#10;(1) standAlone: ignore network but still respond to events in local scene.&#10;(2) networkReader: listen to network and read PDU packets at readInterval, act as remotely linked copy of entity.&#10;(3) networkWriter: send PDU packets to network at writeInterval, act as master entity.&#10;Default value &#34;standAlone&#34; ensures that DIS network activation within a scene  as networkReader or networkWriter is intentional.&#10;Warning: do not wrap extra quotation marks  around these SFString enumeration values, since &#34;quotation&#34; &#34;marks&#34; are only used for MFString values.&#10;Warning: network activity may have associated security issues." name="networkMode"/>
	<attribute tooltip="[isStandAlone &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;Whether networkMode=&#34;local&#34; (ignore network but still respond to local events)&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isStandAlone"/>
	<attribute tooltip="[isNetworkReader &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;Whether networkMode=&#34;remote&#34; (listen to network as copy of remote entity)&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isNetworkReader"/>
	<attribute tooltip="[isNetworkWriter &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;Whether networkMode=&#34;master&#34; (output to network as master entity at writeInterval)&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isNetworkWriter"/>

	<attribute tooltip="[address &inputOutputLabel; &SFStringLabel; localhost]&#10;Multicast network address, or else &#34;localhost&#34;&#10;example: 224.2.181.145." name="address"/>
	<attribute tooltip="[port &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Multicast network port, for example: 3000." name="port"/>
	<attribute tooltip="[multicastRelayHost &inputOutputLabel; &SFStringLabel; #IMPLIED]&#10;Fallback server address if multicast not available locally.&#10;For example: track.nps.edu." name="multicastRelayHost"/>
	<attribute tooltip="[multicastRelayPort &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Fallback server port if multicast not available locally.&#10;For example: 8010." name="multicastRelayPort"/>
	<attribute tooltip="[rtpHeaderExpected &initializeOnlyLabel; &SFBoolLabel; &#34;false&#34;]&#10;Whether RTP headers are prepended to DIS PDUs." name="rtpHeaderExpected"/>
	<attribute tooltip="[isRtpHeaderHeard &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;Whether incoming DIS packets have an RTP header prepended.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isRtpHeaderHeard"/>
	<attribute tooltip="[isActive &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;Have we had a network update recently?.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isActive"/>
	<attribute tooltip="[timestamp &outputOnlyLabel; &SFTimeLabel; #FIXED &#34;&#34;]&#10;DIS timestamp in X3D units (value 0.0 matches 1 January 1970) in seconds.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="timestamp"/>

	<attribute tooltip="[radioID &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Identifies a particular radio within a given entity." name="radioID"/>
	<attribute tooltip="[antennaLocation &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;World coordinates for antenna location." name="antennaLocation"/>
	<attribute tooltip="[relativeAntennaLocation &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Relative coordinates for antenna location." name="relativeAntennaLocation"/>
	<attribute tooltip="[antennaPatternLength &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;" name="antennaPatternLength"/>
	<attribute tooltip="[antennaPatternType &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Antenna shape pattern: 0 for omnidirectional, 1 for beam, 2 for spherical harmonic (deprecated), or optional higher value" name="antennaPatternType"/>
	<attribute tooltip="[cryptoKeyID &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Nonzero value corresponding to the simulated cryptographic key. Enumerations value 0 indicates plain (unencrypted) communications." name="cryptoKeyID"/>
	<attribute tooltip="[cryptoSystem &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Indicates type of crypto system being used, even if the encryption equipment is not keyed. Value 0 for No Encryption Device, higher enumerations values correspond to other specific equipment.." name="cryptoSystem"/>
	<attribute tooltip="[frequency &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Transmission frequency in Hz. If the radio is in frequency hopping mode, this field may be set to the center of the frequency hopping band currently in use, or to some other appropriate value." name="frequency"/>
	<attribute tooltip="[inputSource &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Source of transmission input. Enumerations value 0 for Other, 1 for Pilot, 2 for Copilot, 3 for First Officer, 4 for Driver, 5 for Loader, 6 for Gunner, 7 for Commander, 8 for Digital Data Device, 9 for Intercom, 10 for Audio Jammer, 11 for Data Jammer, 12 for GPS Jammer, 13 for GPS Meaconer (masking beacon)." name="inputSource"/>
	<attribute tooltip="[lengthOfModulationParameters &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;" name="lengthOfModulationParameters"/>
	<attribute tooltip="[modulationTypeDetail &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Integer enumeration containing detailed information depending on the major modulation
type." name="modulationTypeDetail"/>
	<attribute tooltip="[modulationTypeMajor &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Integer enumeration containing major classification of the modulation type. Enumerations value 0 for No Statement, 1 for Amplitude, 2 for Amplitude and Angle, 3 for Angle, 4 for Combination, 5 for Pulse, 6 for Unmodulated, 7 for Carrier Phase Shift Modulation (CPSM)." name="modulationTypeMajor"/>
	<attribute tooltip="[modulationTypeSpreadSpectrum &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Indicates the spread spectrum technique or combination of spread spectrum techniques in use." name="modulationTypeSpreadSpectrum"/>
	<attribute tooltip="[modulationTypeSystem &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Specifies radio system associated with this Transmitter PDU and used to interpret other fields whose values depend on a specific radio system." name="modulationTypeSystem"/>
	<attribute tooltip="[power &inputOutputLabel; &SFFloatLabel; &#34;0&#34;]&#10;Power that radio would be capable of outputting if on and transmitting, independent of actual transmit state of the radio." name="power"/>
	<attribute tooltip="[radioEntityTypeCategory &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Integer enumeration containing EntityType of transmitter radio. Enumerations value: 0 for Other, 1 for Generic Radio or Simple Intercom, 2 for HAVE QUICK, 3 for HAVE QUICK II, 4 for HAVE QUICK IIA, 5 for SINCGARS, 6 for CCTT SINCGARS, 7 for EPLRS (Enhanced Position Location Reporting System), 8 for JTIDS/MIDS, 9 for Link 11, 10 for Link 11B, 11 for L-Band SATCOM, 12 for Enhanced SINCGARS 7.3, 13 for Navigation Aid." name="radioEntityTypeCategory"/>
	<attribute tooltip="[radioEntityTypeCountry &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Integer enumerations value for country to which the design of the entity or its design specification is attributed." name="radioEntityTypeCountry"/>
	<attribute tooltip="[radioEntityTypeDomain &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Integer enumerations value for domain in which the entity operates: LAND, AIR, SURFACE, SUBSURFACE, SPACE or OTHER." name="radioEntityTypeDomain"/>
	<attribute tooltip="[radioEntityTypeKind &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Integer enumerations value for whether entity is a PLATFORM, MUNITION, LIFE_FORM, ENVIRONMENTAL, CULTURAL_FEATURE, SUPPLY, RADIO, EXPENDABLE, SENSOR_EMITTER or OTHER." name="radioEntityTypeKind"/>
	<attribute tooltip="[radioEntityTypeNomenclature &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Integer enumerations value indicating nomenclature (name) for a particular emitter. See DIS enumerations reference for value/name pairs." name="radioEntityTypeNomenclature"/>
	<attribute tooltip="[radioEntityTypeNomenclatureVersion &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Named equipment version number." name="radioEntityTypeNomenclatureVersion"/>
	<attribute tooltip="[transmitFrequencyBandwidth &inputOutputLabel; &SFFloatLabel; &#34;0.0&#34;]&#10;Bandwidth of the particular transmitter measured between the half-power (-3 dB) points (this value represents total bandwidth, not the deviation from the center frequency)."  name="transmitFrequencyBandwidth"/>
	<attribute tooltip="[transmitState &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Specify radio transmission state where enumerations value 0 is for off, value 1 for powered but not transmitting, or value 1 is for powered and transmitting," name="transmitState"/>
        <attribute tooltip='(X3D version 3.3 or later) [geoSystem &initializeOnlyLabel; &GeoSystemType;]&#10;Identifies spatial reference frame: Geodetic (GD), Geocentric (GC), Universal Transverse Mercator (UTM).&#10;Supported values: &quot;GD&quot; &quot;UTM&quot; or &quot;GC" followed by additional quoted string parameters as appropriate for the type.&#10;Hint: X3D Architecture 25.2.2 Spatial reference frames https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/geodata.html#Spatialreferenceframes&#10;Hint: X3D Architecture 25.2.4 Specifying geospatial coordinates https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/geodata.html#Specifyinggeospatialcoords&#10;Hint: UTM is Universal Transverse Mercator coordinate system https://en.wikipedia.org/wiki/Universal_Transverse_Mercator_coordinate_system&#10;Warning: deprecated values are GDC (replaced by GD) and GCC (replaced by GC).' name="geoSystem"/>
	<attribute tooltip="(X3D version 3.3 or later) [geoCoords &inputOutputLabel; &SFVec3dLabel; &#34;0 0 0&#34;]&#10;Geographic location (specified in current geoSystem coordinates)&#10;for children geometry (specified in relative coordinate system, in meters).&#10;ヒント: include &lt;component name='Geospatial' level='1'/&gt;" name="geoCoords"/>

	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <!-- TODO create image -->
    <element icon="icons/DISENTITYMANAGER16.png" tooltip="DISEntityManager notifies a scene when new DIS ESPDU entities arrive or current entities leave. DISEntityManager may contain any number of DISEntityTypeMapping nodes that provide a best-match X3D model to incoming entity type values. For each new DIS entity, DISEntityManager thus produces a new EspduTransform node that contains a corresponding X3D model.&#10;Hint: DISEntityManager contains DISEntityTypeMapping nodes.&#10;Hint: DisEntityManager ESPDU packets use the IEEE Distributed Interactive Simulation (DIS) protocol.&#10;Hint: Savage Developers Guide on DIS https://savage.nps.edu/Savage/developers.html#DIS&#10;ヒント: include &lt;component name='DIS' level='2'/&gt;" name="DISEntityManager">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[address &inputOutputLabel; &SFStringLabel; localhost]&#10;Multicast network address, or else &#34;localhost&#34;&#10;example: 224.2.181.145." name="address"/>
	<attribute tooltip="[port &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Multicast network port, for example: 3000." name="port"/>
	<attribute tooltip="[applicationID &inputOutputLabel; &SFInt32Label; &#34;1&#34;]&#10;Each simulation application that can respond to simulation management PDUs needs to have a unique applicationID." name="applicationID"/>
	<attribute tooltip="[siteID &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Simulation/exercise siteID of the participating LAN or organization." name="siteID"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <!-- TODO create image -->
    <element icon="icons/DISENTITYTYPEMAPPING16.png" tooltip="DISEntityTypeMapping provides a best-match mapping from DIS ESPDU entity type information to a specific X3D model, thus providing a visual and behavioral representation that best matches the entity type. Fields are processed in order: kind, domain, country, category, subcategory, specific, extra.&#10;Hint: values set to zero are wildcards, matching any received value.&#10;Hint: DISEntityTypeMapping is contained by a DISEntityManager node.&#10;Hint: DisEntityManager ESPDU packets use the IEEE Distributed Interactive Simulation (DIS) protocol.&#10;Hint: Savage Developers Guide on DIS https://savage.nps.edu/Savage/developers.html#DIS&#10;ヒント: values set to zero are wildcards. All values in the ordered list must be 0 after the first 0 is defined.&#10;ヒント: include &lt;component name='DIS' level='2'/&gt;&#10;Hint: apply containerField='watchList' when parent node is LoadSensor." name="DISEntityTypeMapping">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[url &inputOutputLabel; &MFStringLabel; #IMPLIED]&#10;Local and/or online addresses of X3D model of interest, for example: &quot;ExtrusionExampleShip.x3d&quot; &quot;https://www.web3d.org/x3d/content/examples/Basic/course/ExtrusionExampleShip.x3d&quot;&#10;Hint: see https://www.web3d.org/x3d/content/examples/Basic/course/ExtrusionExampleShipIndex.html&#10;ヒント: MFString arrays can have multiple values, so separate each individual string by quote marks &quot;https://www.web3d.org&quot; &quot;https://www.web3d.org/about&quot; &quot;etc.&quot; &#10;ヒント: XML encoding for quotation mark &quot; is &#38;quot; (which is an example of a character entity).&#10;Warning: strictly match directory and filename capitalization for http links! This is important for portability. Some operating systems are forgiving of capitalization mismatches, but http/https url addresses and paths in Unix-based operating systems are all case sensitive and intolerant of uppercase/lowercase mismatches.&#10;ヒント: can replace embedded blank(s) in url queries with %20 for each blank character.&#10;ヒント: X3D Scene Authoring Hints, urls https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#urls&#10;ヒント: X3D Scene Authoring Hints, urls https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#urls" name="url"/>
	<attribute tooltip="[kind &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Integer enumerations value for whether entity is a PLATFORM, MUNITION, LIFE_FORM, ENVIRONMENTAL, CULTURAL_FEATURE, SUPPLY, RADIO, EXPENDABLE, SENSOR_EMITTER or OTHER." name="kind"/>
	<attribute tooltip="[domain &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Integer enumerations value for domain in which the entity operates: LAND, AIR, SURFACE, SUBSURFACE, SPACE or OTHER." name="domain"/>
	<attribute tooltip="[country &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Integer enumerations value for country to which the design of the entity or its design specification is attributed." name="country"/>
	<attribute tooltip="[category &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Integer enumerations value for main category that describes the entity, semantics of each code varies according to domain. See DIS Enumerations values." name="category"/>
	<attribute tooltip="[subCategory &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Integer enumerations value for particular subcategory to which an entity belongs based on the Category field. See DIS Enumerations values." name="subCategory"/>
	<attribute tooltip="[specific &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Specific information about an entity based on the Subcategory field. See DIS Enumerations values." name="specific"/>
	<attribute tooltip="[extra &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;Any extra information required to describe a particular entity. The contents of this field shall depend on the type of entity represented." name="extra"/>
	<attribute tooltip="[containerField type NMTOKEN (mapping | watchList) &#34;mapping&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>

<!-- GeoVRML - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->

    <element icon="icons/GeoCoordinate.gif" tooltip="GeoCoordinate builds geometry as a set of geographic 3D coordinates.&#10;These are transformed into a geocentric, curved-earth representation.&#10;GeoCoordinate is only used by IndexedFaceSet, IndexedLineSet, LineSet and PointSet.&#10;GeoCoordinate can contain a GeoOrigin node.&#10;ヒント: include &lt;component name='Geospatial' level='1'/&gt;" name="GeoCoordinate">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip='[geoSystem &initializeOnlyLabel; &GeoSystemType;]&#10;Identifies spatial reference frame: Geodetic (GD), Geocentric (GC), Universal Transverse Mercator (UTM).&#10;Supported values: &quot;GD&quot; &quot;UTM&quot; or &quot;GC" followed by additional quoted string parameters as appropriate for the type.&#10;Hint: X3D Architecture 25.2.2 Spatial reference frames https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/geodata.html#Spatialreferenceframes&#10;Hint: X3D Architecture 25.2.4 Specifying geospatial coordinates https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/geodata.html#Specifyinggeospatialcoords&#10;Hint: UTM is Universal Transverse Mercator coordinate system https://en.wikipedia.org/wiki/Universal_Transverse_Mercator_coordinate_system&#10;Warning: deprecated values are GDC (replaced by GD) and GCC (replaced by GC).' name="geoSystem"/>
	<attribute tooltip='[point &inputOutputLabel; &MFVec3dLabel; #IMPLIED]&#10;point contains a set of actual 3D geographic coordinates, provided in geoSystem format&#10;can split strings if desired: "x1 y1 z1 x2 y2 z2" or "x1 y1 z1", "x2 y2 z2"' name="point"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;coord&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/GeoElevationGrid.gif" tooltip="GeoElevationGrid is a geometry node defining a rectangular height field, with default values for a 1m by 1m square at height 0. Vertices corresponding to GeoElevationGrid height values define quadrilaterals, which are placed above or below a curved geospatial surface using geographic coordinates.&#10;Hint: the height array defines (xDimension-1)*(zDimension-1) quadrilaterals.&#10;Warning: generated quadrilaterals can be nonplanar. Tessellation splits quadrilaterals into triangles along seam starting at initial vertex of the quadrilateral and proceeding to opposite vertex.&#10;Hint: positive direction for normal of each triangle is on same side of the quadrilateral. Triangles are defined either counterclockwise or clockwise depending on value of ccw field.&#10;Hint: GeoElevationGrid can contain GeoOrigin, Color|ColorRGBA, Normal and TextureCoordinate nodes.&#10;ヒント: insert a Shape node before adding geometry or Appearance.&#10;ヒント: include &lt;component name='Geospatial' level='1'/&gt;&#10;Warning: avoid having GeoLocation or GeoTransform as a parent or ancestor node of GeoElevationGrid, since multiple geospatial transformations then occur with unpredictable results." name="GeoElevationGrid">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip='[geoSystem &initializeOnlyLabel; &GeoSystemType;]&#10;Identifies spatial reference frame: Geodetic (GD), Geocentric (GC), Universal Transverse Mercator (UTM).&#10;Supported values: &quot;GD&quot; &quot;UTM&quot; or &quot;GC" followed by additional quoted string parameters as appropriate for the type.&#10;Hint: X3D Architecture 25.2.2 Spatial reference frames https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/geodata.html#Spatialreferenceframes&#10;Hint: X3D Architecture 25.2.4 Specifying geospatial coordinates https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/geodata.html#Specifyinggeospatialcoords&#10;Hint: UTM is Universal Transverse Mercator coordinate system https://en.wikipedia.org/wiki/Universal_Transverse_Mercator_coordinate_system&#10;Warning: deprecated values are GDC (replaced by GD) and GCC (replaced by GC).' name="geoSystem"/>
	<attribute tooltip="[geoGridOrigin &initializeOnlyLabel; &SFVec3dLabel; &#34;0 0 0&#34;]&#10;Geographic coordinate for southwest (lower-left) corner of height dataset.&#10;ヒント: include &lt;component name='Geospatial' level='1'/&gt;" name="geoGridOrigin"/>
	<attribute tooltip="[xDimension &initializeOnlyLabel; &SFInt32Label; &#34;2&#34;] [0,+&#8734;)&#10;Number of elements in the height array along east-west X direction.&#10;ヒント: total horizontal x-axis distance equals (xDimension-1) * xSpacing.&#10;Warning: xDimension &lt; 2 means that ElevationGrid contains no quadrilaterals." name="xDimension"/>
	<attribute tooltip="[zDimension &initializeOnlyLabel; &SFInt32Label; &#34;2&#34;] [0,+&#8734;)&#10;Number of elements in the height array along north-south Z direction.&#10;ヒント: total lateral z-axis distance equals (zDimension-1) * zSpacing.&#10;Warning: zDimension &lt; 2 means that ElevationGrid contains no quadrilaterals." name="zDimension"/>
	<attribute tooltip="[xSpacing &initializeOnlyLabel; &SFDoubleLabel; &#34;1.0&#34;] (0,+&#8734;)&#10;Distance between grid-array vertices along east-west X direction.&#10;Hint: when geoSystem is GDC, xSpacing is number of degrees of longitude.&#10;Hint: when geoSystem is UTM, xSpacing is number of eastings (meters)." name="xSpacing"/>
	<attribute tooltip="[zSpacing &initializeOnlyLabel; &SFDoubleLabel; &#34;1.0&#34;] (0,+&#8734;)&#10;Distance between grid-array vertices along north-south Z direction.&#10;Hint: when geoSystem is GDC, zSpacing is number of degrees of latitude.&#10;Hint: when geoSystem is UTM, zSpacing is number of northings (meters)." name="zSpacing"/>
	<attribute tooltip="[yScale &inputOutputLabel; &SFFloatLabel; &#34;1.0&#34;] [0,+&#8734;)&#10;Vertical exaggeration of displayed data produced from the height array." name="yScale"/>
	<attribute tooltip="[height &initializeOnlyLabel; &MFDoubleLabel; &#34;0 0 0 0&#34;]&#10;Contains xDimension rows * zDimension columns floating-point values for elevation above ellipsoid.&#10;Hint: height array values are in row-major order from west to east, south to north.&#10;Hint: geoGridOrigin is in southwest (lower-left) corner of height dataset." name="height"/>
	<attribute tooltip="[set_height &inputOnlyLabel; &MFDoubleLabel; #FIXED &#34;&#34;]&#10;Contains xDimension rows * zDimension columns floating-point values for elevation above ellipsoid.&#10;Hint: height array values are in row-major order from west to east, south to north.&#10;Hint: geoGridOrigin is in southwest (lower-left) corner of height dataset.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_height"/>
	<attribute tooltip="[ccw &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;ccw = counterclockwise: ordering of vertex coordinates orientation, according to Right-Hand Rule (RHR).&#10;ヒント: ccw false can reverse solid (backface culling) and normal-vector orientation. Note that consistency of left-handed or right-handed point sequences is important throughout." name="ccw"/>
	<attribute tooltip="[solid &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Setting solid true means draw only one side of polygons (backface culling on),&#10;setting solid false means draw both sides of polygons (backface culling off).&#10;Warning: default value true can completely hide geometry if viewed from wrong side!&#10;ヒント: if in doubt, use solid='false' for maximum visibility." name="solid"/>
	<attribute tooltip="[creaseAngle &initializeOnlyLabel; &SFDoubleLabel; &#34;0&#34;] [0,+&#8734;)&#10;creaseAngle defines angle (in radians) for determining whether adjacent polygons&#10;are drawn with sharp edges or smooth shading.&#10;If angle between normals of two adjacent polygons is less than creaseAngle,&#10;smooth shading is rendered across the shared line segment.&#10;ヒント: creaseAngle=0 means render all edges sharply,&#10;  creaseAngle=3.14159 means render all edges smoothly.&#10;Hint: https://en.wikipedia.org/wiki/Radian" name="creaseAngle"/>
	<attribute tooltip="[colorPerVertex &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether Color node color values are applied to each point vertex (true) or per quadrilateral (false).&#10;Hint: X3D Scene Authoring Hints, Color https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Color" name="colorPerVertex"/>
	<attribute tooltip="[normalPerVertex &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether Normal node vector values are applied to each point vertex (true) or per quadrilateral (false).&#10;Hint: if no child Normal node is provided, the X3D browser shall automatically generate normals, using creaseAngle to determine smoothed shading across shared vertices." name="normalPerVertex"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;geometry&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/GeoLocation.gif" tooltip="GeoLocation positions a regular X3D model onto earth's surface.&#10;GeoLocation can contain children and GeoOrigin nodes.&#10;ヒント: include &lt;component name='Geospatial' level='1'/&gt;&#10;Warning: avoid having GeoLocation or GeoTransform as a parent or ancestor node of each other, since multiple geospatial transformations then occur with unpredictable results.&#10;Hint: GeoLocation adjusts orientation of children models appropriately: +Y axis is up direction for that local area (i.e. normal to tangent plane on the geospatial ellipsoid), -Z axis points towards north pole, and +X axis points east." name="GeoLocation">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip='[geoSystem &initializeOnlyLabel; &GeoSystemType;]&#10;Identifies spatial reference frame: Geodetic (GD), Geocentric (GC), Universal Transverse Mercator (UTM).&#10;Supported values: &quot;GD&quot; &quot;UTM&quot; or &quot;GC" followed by additional quoted string parameters as appropriate for the type.&#10;Hint: X3D Architecture 25.2.2 Spatial reference frames https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/geodata.html#Spatialreferenceframes&#10;Hint: X3D Architecture 25.2.4 Specifying geospatial coordinates https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/geodata.html#Specifyinggeospatialcoords&#10;Hint: UTM is Universal Transverse Mercator coordinate system https://en.wikipedia.org/wiki/Universal_Transverse_Mercator_coordinate_system&#10;Warning: deprecated values are GDC (replaced by GD) and GCC (replaced by GC).' name="geoSystem"/>
	<attribute tooltip="[geoCoords &inputOutputLabel; &SFVec3dLabel; &#34;0 0 0&#34;]&#10;Geographic location (specified in current geoSystem coordinates)&#10;for children geometry (specified in relative coordinate system, in meters).&#10;ヒント: include &lt;component name='Geospatial' level='1'/&gt;" name="geoCoords"/>
	<attribute tooltip="[bboxCenter &initializeOnlyLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxCenter"/>
	<attribute tooltip="[bboxSize &initializeOnlyLabel; &SFVec3fLabel; &#34;-1 -1 -1&#34;]&#10;Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint.&#10;Hint: can be useful for collision computations or inverse-kinematics (IK) engines.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxSize"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/GeoLOD.gif" tooltip="GeoLOD provides quadtree level-of-detail loading/unloading for multi-resolution terrains.&#10;GeoLOD can contain children and GeoOrigin nodes.&#10;ヒント: children nodes expose the scene graph for the currently loaded set of nodes.&#10;ヒント: rootNode specifies the geometry of the root tile.&#10;Warning: do not use rootUrl and rootNode simultaneously, since each specifies the root tile.&#10;ヒント: include &lt;component name='Geospatial' level='1'/&gt;&#10;Warning: nested LOD (and/or GeoLOD) nodes with overlapping range intervals can lead to unexpected or undefined behavior." name="GeoLOD">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip='[geoSystem &initializeOnlyLabel; &GeoSystemType;]&#10;Identifies spatial reference frame: Geodetic (GD), Geocentric (GC), Universal Transverse Mercator (UTM).&#10;Supported values: &quot;GD&quot; &quot;UTM&quot; or &quot;GC" followed by additional quoted string parameters as appropriate for the type.&#10;Hint: X3D Architecture 25.2.2 Spatial reference frames https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/geodata.html#Spatialreferenceframes&#10;Hint: X3D Architecture 25.2.4 Specifying geospatial coordinates https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/geodata.html#Specifyinggeospatialcoords&#10;Hint: UTM is Universal Transverse Mercator coordinate system https://en.wikipedia.org/wiki/Universal_Transverse_Mercator_coordinate_system&#10;Warning: deprecated values are GDC (replaced by GD) and GCC (replaced by GC).' name="geoSystem"/>
	<attribute tooltip="[rootUrl &initializeOnlyLabel; &MFStringLabel; #IMPLIED]&#10;url for scene providing geometry for the root tile.&#10;Warning: either rootNode or rootUrl can specify root tile, but specifying both is an error." name="rootUrl"/>
	<attribute tooltip="[child1Url &initializeOnlyLabel; &MFStringLabel; #IMPLIED]&#10;quadtree geometry loaded when viewer is within range." name="child1Url"/>
	<attribute tooltip="[child2Url &initializeOnlyLabel; &MFStringLabel; #IMPLIED]&#10;quadtree geometry loaded when viewer is within range." name="child2Url"/>
	<attribute tooltip="[child3Url &initializeOnlyLabel; &MFStringLabel; #IMPLIED]&#10;quadtree geometry loaded when viewer is within range." name="child3Url"/>
	<attribute tooltip="[child4Url &initializeOnlyLabel; &MFStringLabel; #IMPLIED]&#10;quadtree geometry loaded when viewer is within range." name="child4Url"/>
	<attribute tooltip="[range &initializeOnlyLabel; &SFFloatLabel; #IMPLIED] (0,+&#8734;)&#10;Viewer range from geographic-coordinates center triggers quadtree loading/unloading.&#10;ヒント: not setting range values indicates that level switching can be optimized automatically based on performance." name="range"/>
	<attribute tooltip="[center &initializeOnlyLabel; &SFVec3dLabel; &#34;0 0 0&#34;]&#10;Viewer range from geographic-coordinates center triggers quadtree loading/unloading." name="center"/>
	<attribute tooltip="[bboxCenter &initializeOnlyLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxCenter"/>
	<attribute tooltip="[bboxSize &initializeOnlyLabel; &SFVec3fLabel; &#34;-1 -1 -1&#34;]&#10;Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint.&#10;Hint: can be useful for collision computations or inverse-kinematics (IK) engines.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxSize"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/GeoMetadata.gif" tooltip="GeoMetadata includes a generic subset of metadata about the geographic data.&#10;ヒント: include &lt;component name='Geospatial' level='1'/&gt;&#10;Hint: apply containerField='watchList' when parent node is LoadSensor." name="GeoMetadata">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[url &inputOutputLabel; &MFStringLabel; #IMPLIED]&#10;Hypertext link to an external, complete metadata description.&#10;ヒント: MFString arrays can have multiple values, so separate each individual string by quote marks &quot;https://www.web3d.org&quot; &quot;https://www.web3d.org/about&quot; &quot;etc.&quot; &#10;ヒント: XML encoding for quotation mark &quot; is &#38;quot; (which is an example of a character entity).&#10;Warning: strictly match directory and filename capitalization for http links! This is important for portability. Some operating systems are forgiving of capitalization mismatches, but http/https url addresses and paths in Unix-based operating systems are all case sensitive and intolerant of uppercase/lowercase mismatches.&#10;ヒント: can replace embedded blank(s) in url queries with %20 for each blank character.&#10;ヒント: X3D Scene Authoring Hints, urls https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#urls&#10;ヒント: X3D Scene Authoring Hints, urls https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#urls" name="url"/>
	<attribute tooltip="[data &inputOutputLabel; IDREFS #IMPLIED]&#10;DEF list of all nodes that implement this data.&#10;If no specific geospatial nodes identified, then this GeoMetadata node pertains to entire scene." name="data"/>
	<attribute tooltip="[summary &inputOutputLabel; &MFStringLabel; #IMPLIED]&#10;The summary string array contains a set of keyword/value pairs, with each keyword and its subsequent value contained in separate strings.&#10;Hint: example &lt;GeoMetadata summary=' &quot;title&quot; &quot;San Francisco, California USA&quot; '/&gt;.&#10;Hint: Table 25.5, GeoMetadata keywords and values https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/geodata.html#t-keywordsandvaluesHint: there should always be an even (or zero) number of strings to match key-value pairs." name="summary"/>
<!-- * includes proposed itemization of specified 'summary' attributes in the X3D encoding -->
<!--	<attribute tooltip='[description &SFStringLabel; #IMPLIED]&#10;A name to succinctly identify dataset to user, such as "San Francisco, CA".' name="description"/> -->
<!--	<attribute tooltip='[title &SFStringLabel; #IMPLIED]&#10;Brief textual description or summary of dataset content, such as&#10;"LANDSAT 7 satellite imagery taken over northern Scotland"' name="title"/> -->
<!--	<attribute tooltip='[coordinateSystem &SFStringLabel; #IMPLIED]&#10;Geographic coordinate system used to represent data, e.g. GDC, UTM, LCC, etc.&#10;for UTM, also specify zone number in format "UTM Zx" (1 &lt;= x &lt;= 60)&#10;For example, "UTM Z11"' name="coordinateSystem"/> -->
<!--	<attribute tooltip='[horizontalDatum &SFStringLabel; #IMPLIED]&#10;Name of geodetic datum, for example "W84"' name="horizontalDatum"/> -->
<!--	<attribute tooltip='[verticalDatum &SFStringLabel; #IMPLIED]&#10;Name of geodetic datum, for example "W84"' name="verticalDatum"/> -->
<!--	<attribute tooltip='[ellipsoid &SFStringLabel; #IMPLIED]&#10;Name of the geodetic ellipsoid, for example "WE"' name="ellipsoid"/> -->
<!--	<attribute tooltip='[extent &SFStringLabel; #IMPLIED]&#10;Bounding coordinates for dataset given in specified coordinate system&#10;provided in order eastmost, southmost, westmost, northmost, minimum elevation, maximum elevation&#10;example for GDC: "-180.0 -90.0 180.0 90.0 0.0 2000.0"' name="extent"/> -->
<!--	<attribute tooltip="[resolution &SFStringLabel; #IMPLIED]&#10;Resolution (ground-sample distance) in meters." name="resolution"/> -->
<!--	<attribute tooltip='[originator &SFStringLabel; #IMPLIED]&#10;Author, agency, organization, publisher, etc. of data, for example&#10;"Martin Reddy, SRI International, Menlo Park, CA 94025"' name="originator"/> -->
<!--	<attribute tooltip='[copyright &SFStringLabel; #IMPLIED]&#10;Appropriate copyright declaration pertaining to data, for example&#10;"(c) Copyright 2000, SRI International. All rights reserved. Freely distributable."' name="copyright"/> -->
<!--	<attribute tooltip="[date &SFStringLabel; #IMPLIED]&#10;Date/time (or date/time range) defining valid time period for data&#10;use format YYYY MM DD [HH:MM]&#10;with 4-digit years and hyphen - for ranges&#10;times are in 24-hour format with respect to GMT&#10;example: 1999 01 01 00:00 - 1999 12 31 23:59." name="date"/> -->
<!--	<attribute tooltip='[metadataFormat &SFStringLabel; #IMPLIED]&#10;Specifies format of external metadata description pointed to by the url field of GeoMetadata node&#10;examples: "FGDC", "ISO TC211", "CEN TC287", "OGS", etc.' name="metadataFormat"/> -->
<!--	<attribute tooltip="[dataUrl &SFStringLabel; #IMPLIED]&#10;One or multiple url links to source data used for creating VRML node(s) these metadata pertain to." name="dataUrl"/> -->
<!--	<attribute tooltip='[dataFormat &SFStringLabel; #IMPLIED]&#10;Free-text string describing format of source data, for example "USGS 7.5-min DEM"' name="dataFormat"/> -->
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/GeoOrigin.gif" tooltip="GeoOrigin specifies local geospatial coordinate system for parent node, enabling increased geographic precision during scene rendering (by mitigating potential floating-point roundoff errors). GeoOrigin can be contained by other Geospatial component nodes, typically via DEF/USE to ensure consistency.&#10;ヒント: only one geospatial coordinate system is allowed per scene, thus DEF-ing and later USE-ing only one GeoOrigin node per scene is recommended.&#10;ヒント: include &lt;component name='Geospatial' level='1'/&gt;&#10;Warning: GeoOrigin is deprecated, discouraged and not legal in X3D v3.3. GeoOrigin can be ignored in X3D v3.2 and below.&#10;Hint: GeoOrigin is likely to be restored in X3D v4.0 for special use on devices with limited floating-point resolution." name="GeoOrigin">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip='[geoSystem &initializeOnlyLabel; &GeoSystemType;]&#10;Identifies spatial reference frame: Geodetic (GD), Geocentric (GC), Universal Transverse Mercator (UTM).&#10;Supported values: &quot;GD&quot; &quot;UTM&quot; or &quot;GC" followed by additional quoted string parameters as appropriate for the type.&#10;Hint: X3D Architecture 25.2.2 Spatial reference frames https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/geodata.html#Spatialreferenceframes&#10;Hint: X3D Architecture 25.2.4 Specifying geospatial coordinates https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/geodata.html#Specifyinggeospatialcoords&#10;Hint: UTM is Universal Transverse Mercator coordinate system https://en.wikipedia.org/wiki/Universal_Transverse_Mercator_coordinate_system&#10;Warning: deprecated values are GDC (replaced by GD) and GCC (replaced by GC).' name="geoSystem"/>
	<attribute tooltip="[geoCoords &inputOutputLabel; &SFVec3dLabel; &#34;0 0 0&#34;]&#10;Defines absolute geographic location (and implicit local coordinate frame).&#10;ヒント: include &lt;component name='Geospatial' level='1'/&gt;" name="geoCoords"/>
	<attribute tooltip="[rotateYUp &initializeOnlyLabel; &SFBoolLabel; &#34;false&#34;]&#10;Whether to rotate coordinates of nodes using this GeoOrigin so that&#10;local-up direction aligns with VRML Y axis&#10;rotateYUp false means local up-direction is relative to planet surface&#10;rotateYUp true allows proper operation of NavigationInfo modes FLY, WALK." name="rotateYUp"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;geoOrigin&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/GeoPositionInterpolator.gif" tooltip="GeoPositionInterpolator animates objects within a geographic coordinate system.&#10;GeoPositionInterpolator can contain a GeoOrigin node.&#10;ヒント: typical input connection is ROUTE someTimeSensorDEF.fraction_changed TO someInterpolatorDEF.set_fraction&#10;ヒント: typical output connection is ROUTE someInterpolatorDEF.value_changed TO destinationNode.set_attribute.&#10;ヒント: include &lt;component name='Geospatial' level='1'/&gt;" name="GeoPositionInterpolator">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip='[geoSystem &initializeOnlyLabel; &GeoSystemType;]&#10;Identifies spatial reference frame: Geodetic (GD), Geocentric (GC), Universal Transverse Mercator (UTM).&#10;Supported values: &quot;GD&quot; &quot;UTM&quot; or &quot;GC" followed by additional quoted string parameters as appropriate for the type.&#10;Hint: X3D Architecture 25.2.2 Spatial reference frames https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/geodata.html#Spatialreferenceframes&#10;Hint: X3D Architecture 25.2.4 Specifying geospatial coordinates https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/geodata.html#Specifyinggeospatialcoords&#10;Hint: UTM is Universal Transverse Mercator coordinate system https://en.wikipedia.org/wiki/Universal_Transverse_Mercator_coordinate_system&#10;Warning: deprecated values are GDC (replaced by GD) and GCC (replaced by GC).' name="geoSystem"/>
	<attribute tooltip="[key &inputOutputLabel; &MFFloatLabel; #IMPLIED]&#10;Definition values for linear-interpolation function input intervals, listed in non-decreasing order and corresponding to a value in the keyValue array.&#10;Warning: number of keys must match number of keyValues!&#10;Warning: values in key array shall be monotonically non-decreasing, meaning that each value is greater than or equal to the preceding value.&#10;Hint: typical interval for values in key array is within range of 0 to 1, but larger intervals can be defined with arbitrary bounds." name="key"/>
	<attribute tooltip="[keyValue &inputOutputLabel; &MFVec3dLabel; #IMPLIED]&#10;Output values for linear interpolation, each corresponding to an input-fraction value in the key array.&#10;Hint: identical adjacent entries in keyValue array have the effect of defining constant-value step functions. https://en.wikipedia.org/wiki/Step_function &#10;Warning: number of keys must match number of keyValues!" name="keyValue"/>
	<attribute tooltip="[set_fraction &inputOnlyLabel; &SFFloatLabel; #FIXED &#34;&#34;]&#10;set_fraction selects input key for corresponding keyValue output.&#10;Hint: set_fraction values are typically in same range interval as values in the key array. Response to an input set_fraction value less than minimum is equivalent to minimum key, and response to an input set_fraction value greater than maximum is equivalent to maximum key.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_fraction"/>
	<attribute tooltip="[value_changed &outputOnlyLabel; &SFVec3fLabel; #FIXED &#34;&#34;]&#10;Linearly interpolated output value determined by current key time and corresponding keyValue pair.&#10;Hint: X3D players might not send unchanging intermediate values, thus avoiding excessive superfluous events that have no effect.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="value_changed"/>
	<attribute tooltip="[geovalue_changed &outputOnlyLabel; &SFVec3dLabel; #FIXED &#34;&#34;]&#10;interpolated coordinate in the geographic coordinate system specified by geoSystem&#10;ヒント: include &lt;component name='Geospatial' level='1'/&gt;&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="geovalue_changed"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/ProximitySensor.gif" tooltip="(X3D version 3.2 or later) GeoProximitySensor generates events when the viewer enters,&#10;exits and moves within a region of space (defined by a box).&#10;ヒント: multiple USEd instances are cumulative, but avoid overlaps.&#10;ヒント: can first use GeoTransform to relocate/reorient box.&#10;ヒント: surround entire world to start behaviors once scene is loaded.&#10;ヒント: include &lt;component name='Geospatial' level='2'/&gt;" name="GeoProximitySensor">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[enabled &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enables/disables node operation." name="enabled"/>
	<attribute tooltip='[geoSystem &initializeOnlyLabel; &GeoSystemType;]&#10;Identifies spatial reference frame: Geodetic (GD), Geocentric (GC), Universal Transverse Mercator (UTM).&#10;Supported values: &quot;GD&quot; &quot;UTM&quot; or &quot;GC" followed by additional quoted string parameters as appropriate for the type.&#10;Hint: X3D Architecture 25.2.2 Spatial reference frames https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/geodata.html#Spatialreferenceframes&#10;Hint: X3D Architecture 25.2.4 Specifying geospatial coordinates https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/geodata.html#Specifyinggeospatialcoords&#10;Hint: UTM is Universal Transverse Mercator coordinate system https://en.wikipedia.org/wiki/Universal_Transverse_Mercator_coordinate_system&#10;Warning: deprecated values are GDC (replaced by GD) and GCC (replaced by GC).' name="geoSystem"/>
	<attribute tooltip="[geoCenter &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;(deprecated as of v3.3) Position offset from origin of local coordinate system.&#10;ヒント: include &lt;component name='Geospatial' level='1'/&gt;" name="geoCenter"/>
	<attribute tooltip="[center &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;(starting with v3.3) Position offset from origin of local coordinate system." name="center"/>
	<attribute tooltip="[size &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;] [0,+&#8734;)&#10;size of Proximity box.&#10;ヒント: size 0 0 0 is same as enabled false." name="size"/>
	<attribute tooltip="[isActive &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;isActive true/false events are sent as viewer enters/exits Proximity box.&#10;isActive=true when viewer enters Proximity box, isActive=false when viewer exits Proximity box.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isActive"/>
	<attribute tooltip="[geoCoord_changed &outputOnlyLabel; &SFVec3dLabel; #FIXED &#34;&#34;]&#10;Sends geospatial coordinates of viewer's position corresponding to world position returned by position_changed.&#10;ヒント: include &lt;component name='Geospatial' level='1'/&gt;&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="geoCoord_changed"/>
	<attribute tooltip="[position_changed &outputOnlyLabel; &SFVec3fLabel; #FIXED &#34;&#34;]&#10;Sends translation event relative to center.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="position_changed"/>
	<attribute tooltip="[orientation_changed &outputOnlyLabel; &SFRotationLabel; #FIXED &#34;&#34;]&#10;Sends rotation event relative to center.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="orientation_changed"/>
	<attribute tooltip="[centerOfRotation_changed &outputOnlyLabel; &SFRotationLabel; #FIXED &#34;&#34;]&#10;Sends changed centerOfRotation values, likely caused by user interaction.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="centerOfRotation_changed"/>
	<attribute tooltip="[enterTime &outputOnlyLabel; &SFTimeLabel; #FIXED &#34;&#34;]&#10;Time event generated when user's camera enters the box.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="enterTime"/>
	<attribute tooltip="[exitTime &outputOnlyLabel; &SFTimeLabel; #FIXED &#34;&#34;]&#10;Time event generated when user's camera exits the box.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="exitTime"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/GeoTouchSensor.gif" tooltip="GeoTouchSensor returns geographic coordinates for the object being selected.&#10;GeoTouchSensor can contain a GeoOrigin node.&#10;ヒント: TouchSensor detects pointing-device actions affecting peer nodes and their child geometry.&#10;ヒント: include &lt;component name='Geospatial' level='1'/&gt;" name="GeoTouchSensor">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip='[geoSystem &initializeOnlyLabel; &GeoSystemType;]&#10;Identifies spatial reference frame: Geodetic (GD), Geocentric (GC), Universal Transverse Mercator (UTM).&#10;Supported values: &quot;GD&quot; &quot;UTM&quot; or &quot;GC" followed by additional quoted string parameters as appropriate for the type.&#10;Hint: X3D Architecture 25.2.2 Spatial reference frames https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/geodata.html#Spatialreferenceframes&#10;Hint: X3D Architecture 25.2.4 Specifying geospatial coordinates https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/geodata.html#Specifyinggeospatialcoords&#10;Hint: UTM is Universal Transverse Mercator coordinate system https://en.wikipedia.org/wiki/Universal_Transverse_Mercator_coordinate_system&#10;Warning: deprecated values are GDC (replaced by GD) and GCC (replaced by GC).' name="geoSystem"/>
	<attribute tooltip="[enabled &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enables/disables node operation." name="enabled"/>
	<attribute tooltip="[description &inputOutputLabel; &SFStringLabel; #IMPLIED]&#10;Author-provided text tooltip that tells users the expected action of this node.&#10;ヒント: use spaces, make descriptions clear and readable.&#10;ヒント: many XML tools substitute XML character references automatically if needed (such as &amp;#38; for &#38; ampersand character, or &amp;#34; for &#34; quotation-mark character)." name="description"/>
	<attribute tooltip="[isActive &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;Select geometry by activating the pointing device (e.g. clicking the mouse) to generate isActive events. Output event isActive=true is sent when geometry is selected (e.g. when primary mouse button is pressed), output event isActive=false is sent when geometry is deselected (e.g. when primary mouse button is released).&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isActive"/>
	<attribute tooltip="[hitGeoCoord_changed &outputOnlyLabel; &SFVec3dLabel; #FIXED &#34;&#34;]&#10;Output event containing 3D point on surface of underlying geometry,&#10;given in GeoTouchSensor&apos;s local coordinate system.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="hitGeoCoord_changed"/>
	<attribute tooltip="[hitPoint_changed &outputOnlyLabel; &SFVec3fLabel; #FIXED &#34;&#34;]&#10;Output event containing 3D point on surface of underlying geometry,&#10;given in geometry coordinates (not geographic coordinates).&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="hitPoint_changed"/>
	<attribute tooltip="[hitNormal_changed &outputOnlyLabel; &SFVec3fLabel; #FIXED &#34;&#34;]&#10;Output event containing surface normal vector at the hitGeoCoordinate.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="hitNormal_changed"/>
	<attribute tooltip="[hitTexCoord_changed &outputOnlyLabel; &SFVec2fLabel; #FIXED &#34;&#34;]&#10;Output event containing texture coordinates of surface at the hitGeoCoordinate.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="hitTexCoord_changed"/>
	<attribute tooltip="[isOver &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;Is pointing device over sensor&apos;s geometry?.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isOver"/>
	<attribute tooltip="[touchTime &outputOnlyLabel; &SFTimeLabel; #FIXED &#34;&#34;]&#10;Time event generated when touched.&#10;Hint: touchTime event is generated when following three conditions are all met: (a) pointing device was pointing towards geometry when initially activated (isActive=true), (b) pointing device is currently pointing towards the geometry (isOver=true), and (c) pointing device selection is deactivated/deselected by user (isActive=false event is also generated).&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="touchTime"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Transform.gif" tooltip="GeoTransform is a Grouping node that can contain most nodes. GeoTransform translates, orients and scales GeoCoordinate geometry within the local world coordinate system.&#10;GeoTransform coordinate system X-Z plane is tangent to ellipsoid of local spatial reference frame.&#10;ヒント: +Y axis is up.&#10;ヒント: insert a Shape node before adding geometry or Appearance.&#10;ヒント: include &lt;component name='Geospatial' level='2'/&gt;&#10;Warning: avoid having GeoLocation or GeoTransform as a parent or ancestor node of each other, since multiple geospatial transformations then occur with unpredictable results." name="GeoTransform">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[children &inputOutputLabel; &MFNodeLabel;, empty list] [X3DChildNode]&#10;Grouping nodes contain an ordered list of children nodes.&#10;ヒント: Each grouping node defines a coordinate space for its children, relative to the coordinate space of its parent node. Thus transformations accumulate down the scene graph hierarchy.&#10;Hint: inputOnly MFNode addChildren field can append new X3DChildNode nodes via a ROUTE connection, duplicate input nodes (i.e. matching DEF, USE values) are ignored.&#10;Hint: inputOnly MFNode removeChildren field can remove nodes from the children list, unrecognized input nodes (i.e. nonmatching DEF, USE values) are ignored.&#10;Hint: X3D Architecture 10.2.1 Grouping and children node types, https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#GroupingAndChildrenNodes" name="children"/>
	<attribute tooltip="[translation &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Position (x, y, z in meters) of children relative to local coordinate system.&#10;ヒント: The order of operation is first apply the center offset, then scaleOrientation and scale, then rotation, then restore the center offset, then translation." name="translation"/>
	<attribute tooltip="[rotation &inputOutputLabel; &SFRotationLabel; &#34;0 0 1 0&#34;]&#10;Orientation (axis, angle in radians) of children relative to local coordinate system.&#10;ヒント: The order of operation is first apply the center offset, then scaleOrientation and scale, then rotation, then restore the center offset, then translation." name="rotation"/>
	<attribute tooltip="[geoCenter &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Translation offset from origin of local coordinate system, applied prior to rotation or scaling.&#10;ヒント: The order of operation is first apply the center offset, then scaleOrientation and scale, then rotation, then restore the center offset, then translation.&#10;ヒント: include &lt;component name='Geospatial' level='1'/&gt;" name="geoCenter"/>
	<attribute tooltip="[scale &inputOutputLabel; &SFVec3fLabel; &#34;1 1 1&#34;]&#10;Non-uniform x-y-z scale of child coordinate system, adjusted by center and scaleOrientation.&#10;ヒント: The order of operation is first apply the center offset, then scaleOrientation and scale, then rotation, then restore the center offset, then translation." name="scale"/>
	<attribute tooltip="[scaleOrientation &inputOutputLabel; &SFRotationLabel; &#34;0 0 1 0&#34;]&#10;Preliminary rotation of coordinate system before scaling (to allow scaling around arbitrary orientations).&#10;ヒント: The order of operation is first apply the center offset, then scaleOrientation and scale, then rotation, then restore the center offset, then translation." name="scaleOrientation"/>
	<attribute tooltip="[bboxCenter &initializeOnlyLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxCenter"/>
	<attribute tooltip="[bboxSize &initializeOnlyLabel; &SFVec3fLabel; &#34;-1 -1 -1&#34;]&#10;Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint.&#10;Hint: can be useful for collision computations or inverse-kinematics (IK) engines.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxSize"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/GeoViewpoint.gif" tooltip="GeoViewpoint specifies viewpoints using geographic coordinates.&#10;GeoViewpoint can contain a GeoOrigin node.&#10;Since GeoViewpoint must navigate smoothly inside a curved geographic coordinate system, it includes both Viewpoint and NavigationInfo attributes.&#10;Hint: alternatively can use GeoLocation or GeoTransform as parent of a Viewpoint node to orient geospatial views.&#10;ヒント: include &lt;component name='Geospatial' level='1'/&gt;&#10;Hint: Background, Fog, GeoViewpoint, NavigationInfo, OrthoViewpoint, TextureBackground and Viewpoint are bindable nodes, meaning that no more than one of each node type can be active at a given time.&#10;Hint: GeoViewpoint OrthoViewpoint and Viewpoint share the same binding stack, so no more than one of these nodes can be bound and active at a given time.&#10;Warning: do not include GeoViewpoint OrthoViewpoint or Viewpoint as a child of LOD or Switch, instead use ViewpointGroup as parent to constrain location proximity where the viewpoint is available to user.&#10;Warning: GeoViewpoint navType and headlight fields were removed as part of X3D version 3.3, authors can instead use a NavigationInfo node for those fields in prior X3D versions 3.0, 3.1 or 3.2. Upgrading such legacy scenes to version 3.3 or greater is preferred and recommended.&#10;Hint: Regardless of viewpoint jump value at bind time, the relative viewing transformation between user's view and defined position/orientation is stored for later use when un-jumping (returning to the viewpoint when subsequent viewpoint is unbound).&#10;Hint: customizable design pattern for dedicated Viewpoint/NavigationInfo pair: &lt;Viewpoint DEF='SpecialView'/&gt; &lt;NavigationInfo DEF='SpecialNav'/&gt; &lt;ROUTE fromNode='SpecialView' fromField='isBound' toNode='SpecialNav' toField='set_bind'/&gt;&#10;Warning: avoid having GeoLocation or GeoTransform as a parent or ancestor node of GeoViewpoint, since multiple geospatial transformations then occur with unpredictable results.&#10;Hint: X3D Scene Authoring Hints, Viewpoints https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Viewpoints" name="GeoViewpoint">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip='[geoSystem &initializeOnlyLabel; &GeoSystemType;]&#10;Identifies spatial reference frame: Geodetic (GD), Geocentric (GC), Universal Transverse Mercator (UTM).&#10;Supported values: &quot;GD&quot; &quot;UTM&quot; or &quot;GC" followed by additional quoted string parameters as appropriate for the type.&#10;Hint: X3D Architecture 25.2.2 Spatial reference frames https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/geodata.html#Spatialreferenceframes&#10;Hint: X3D Architecture 25.2.4 Specifying geospatial coordinates https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/geodata.html#Specifyinggeospatialcoords&#10;Hint: UTM is Universal Transverse Mercator coordinate system https://en.wikipedia.org/wiki/Universal_Transverse_Mercator_coordinate_system&#10;Warning: deprecated values are GDC (replaced by GD) and GCC (replaced by GC).' name="geoSystem"/>
	<attribute tooltip="[description &inputOutputLabel; &SFStringLabel; #IMPLIED]&#10;Author-provided text tooltip that tells users the expected action of this node.&#10;ヒント: use spaces, make descriptions clear and readable.&#10;ヒント: many XML tools substitute XML character references automatically if needed (such as &amp;#38; for &#38; ampersand character, or &amp;#34; for &#34; quotation-mark character)." name="description"/>
	<attribute name="position" tooltip="[position &initializeOnlyLabel; &SFVec3dLabel; &#34;0 0 100000&#34;]&#10;position relative to local georeferenced coordinate system, in proper format."/>
	<attribute name="orientation" tooltip="[orientation &inputOutputLabel; &SFRotationLabel; &#34;0 0 1 0&#34;]&#10;Rotation of Viewpoint, relative to default -Z axis direction in local coordinate system.&#10;ヒント: this is orientation _change_ from default direction (0 0 -1)&#10;+Y axis is the up vector for the local area (the normal to the tangent plane on the ellipsoid), -Z points towards the north pole, and +X is east&#10;1 0 0 -1.570796 always looks down."/>
	<attribute name="centerOfRotation" tooltip="(X3D version 3.3 or later) [centerOfRotation &inputOutputLabel; &SFVec3dLabel; &#34;0 0 0&#34;]&#10;centerOfRotation specifies center point about which to rotate user's eyepoint when in EXAMINE or LOOKAT mode."/>
	<attribute name="fieldOfView" tooltip="[fieldOfView &inputOutputLabel; &SFFloatLabel; &#34;0.7854&#34; (0,&#960;)]&#10;Preferred minimum viewing angle from this viewpoint in radians, providing minimum height or minimum width (whichever is smaller).&#10;Small field of view roughly corresponds to a telephoto lens,&#10;large field of view roughly corresponds to a wide-angle lens."/>
	<attribute name="jump" tooltip="[jump &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether to transition instantly by jumping, or else smoothly animate to this Viewpoint."/>
	<attribute name="speedFactor" tooltip="[speedFactor &initializeOnlyLabel; &SFFloatLabel; &#34;1&#34;] [0,+&#8734;)&#10;speedFactor is a multiplier to modify the original elevation-based speed that is set automatically by the browser.&#10;ヒント: speedFactor is a relative value and not an absolute speed as defined by NavigationInfo."/>
	<attribute name="set_bind" tooltip="[set_bind &inputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;set_bind true makes this node active,&#10;set_bind false makes this node inactive."/>
	<attribute name="set_position" tooltip="[set_position &inputOnlyLabel; &SFVec3dLabel; #FIXED &#34;&#34;]&#10;position relative to local georeferenced coordinate system, in proper format."/>
	<attribute name="set_orientation" tooltip="[set_orientation &inputOnlyLabel; &SFRotationLabel; #FIXED &#34;&#34;]&#10;Rotation of Viewpoint, relative to default -Z axis direction in local coordinate system.&#10;ヒント: this is orientation _change_ from default direction (0 0 -1)&#10;+Y axis is the up vector for the local area (the normal to the tangent plane on the ellipsoid), -Z points towards the north pole, and +X is east&#10;1 0 0 -1.570796 always looks down."/>
	<attribute name="bindTime" tooltip="[bindTime &outputOnlyLabel; &SFTimeLabel; #FIXED &#34;&#34;]&#10;Event sent reporting timestamp when node becomes active/inactive."/>
	<attribute name="isBound" tooltip="[isBound &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;Output event true gets sent when node becomes bound and activated, otherwise output event false gets sent when node becomes unbound and deactivated."/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>

<!-- H-Anim: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->

    <element icon="icons/HAnimDisplacer.gif" tooltip="HAnimDisplacer nodes alter the shape of coordinate-based geometry within parent HAnimJoint or HAnimSegment nodes. Displacer effects are scaled by the corresponding weight field.&#10;Hint:  HAnimDisplacer can be used in three different ways:&#10;(a) identify vertices corresponding to a particular feature in a parent HAnimSegment node,&#10;(b) represent a particular muscular action for a parent HAnimJoint node by displacing corresponding HAnimHumanoid skin vertices in various directions (linearly or radially), or (c) represent a complete configuration of coordinate vertices in parent HAnimSegment or HAnimJoint nodes. Example: in the case of a face, there might be a separate HAnimDisplacer node for each facial expression.&#10;ヒント: name suffixes include _feature, _action and _config.&#10;Hint: multiple HAnimDisplacer nodes must appear consecutively inside parent HAnimSegment.&#10;ヒント: https://www.web3d.org/documents/specifications/19774-1/V2.0/HAnim/HAnimArchitecture.html H-Anim Specification&#10;ヒント: https://www.web3d.org/documents/specifications/19774-1/V2.0/HAnim/ObjectInterfaces.html#Displacer&#10;ヒント: include &lt;component name='H-Anim' level='1'/&gt;" name="HAnimDisplacer">
	<attribute name="DEF" tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes."/>
	<attribute name="USE" tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene."/>
	<attribute tooltip="[name &inputOutputLabel; type NMTOKEN #REQUIRED]&#10;Unique name attribute must be defined so that HAnimDisplacer node can be identified at run time for animation purposes.&#10;Hint: HAnimSite names are based on feature point names.&#10;Hint: https://www.web3d.org/documents/specifications/19774-1/V2.0/HAnim/FeaturePoints.html&#10;Warning: allowed name suffixes include _feature, _action and _config.&#10;Warning: name prefix must match ancestor HAnimHumanoid name followed by underscore character, if more than one humanoid appears within a scene file. For example,  'Nancy_' prepended before location name.&#10;Warning: name is not included if this instance is a USE node.&#10;Examples: sellion r_infraorbitale etc. as listed in H-Anim Specification.&#10;ヒント: https://www.web3d.org/x3d/content/examples/Basic/HumanoidAnimation/tables/HAnimSurfaceFeaturePoints19774V1.0.txt&#10;ヒント:  https://www.web3d.org/documents/specifications/19774-1/V2.0/HAnim/FeaturePoints.html&#10;Hint: well-defined names can simplify design and debugging through improved author understanding.&#10;Hint: X3D Scene Authoring Hints, Naming Conventions https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="name"/>
	<attribute name="coordIndex" tooltip="[coordIndex &inputOutputLabel; &MFInt32Label; #IMPLIED] [0,+&#8734;)&#10;Defines index values into the parent HAnimSegment or HAnimBody/HAnimHumanoid coordinate array for the mesh of vertices affected by this HAnimDisplacer. Values start at index 0.&#10;Warning: -1 sentinel values are not allowed."/>
	<attribute name="displacements" tooltip="[displacements &inputOutputLabel; &MFVec3fLabel; #IMPLIED]&#10;displacements are a set of SFVec3f values added to neutral/resting position of each of the corresponding HAnimSegment vertices (or HAnimJoint/HAnimHumanoid vertices) referenced by coordIndex field.&#10;Hint: Individual displacement values are scaled by the weight factor, if present."/>
	<attribute name="weight" tooltip="[weight &inputOutputLabel; &SFFloatLabel; 0.0]&#10;The weigh factor has typical range [0,1] and defines the scale factor applied to displacement values before adding them to neutral vertex positions.&#10;Hint: apply a non-zero weight factor to see the effect of HAnimDisplacer displacements."/>
	<attribute tooltip="[containerField type NMTOKEN &#34;displacers&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/HAnimHumanoid.gif" tooltip="The HAnimHumanoid node is used to:&#10;(a) store references to the joints, segments, sites, skeleton, optional skin, and fixed viewpoints,&#10;(b) serve as a container for the entire humanoid,&#10;(c) provide a convenient way of moving the humanoid through its environment, and&#10;(d) store human-readable metadata such as name, version, author, copyright, age, gender and other information.&#10;HAnimHumanoid contains a skeleton consisting of HAnimJoint, HAnimSegment and HAnimSite nodes. HAnimHumanoid can also contain an optional skin consisting of an IndexedFaceSet mesh with corresponding skinCoord Coordinate|CoordinateDouble vertices and skinNormal Normal vectors. &#10;Hint: MFNode arrays for the joints, segments, sites, and viewpoints fields provide lists for all HAnim nodes found in the skeleton hierarchy and thus only contain USE node references.&#10;ヒント: https://www.web3d.org/documents/specifications/19774-1/V2.0/HAnim/HAnimArchitecture.html H-Anim Specification&#10;ヒント: https://www.web3d.org/documents/specifications/19774-1/V2.0/HAnim/ObjectInterfaces.html#Humanoid&#10;ヒント: include &lt;component name='H-Anim' level='1'/&gt;" name="HAnimHumanoid">
	<!-- TODO: add tooltips for SF/MFNode fields. -->
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[name &inputOutputLabel; type NMTOKEN #REQUIRED]&#10;Unique name attribute must be defined so that each HAnimHumanoid node in a scene can be identified at run time for animation purposes.&#10;Hint: this same name is a required name prefix for all other HAnim nodes within the HAnimHumanoid, if more than one humanoid appears within a scene file.&#10;Warning: name is not included if this instance is a USE node.&#10;Hint: well-defined names can simplify design and debugging through improved author understanding.&#10;Hint: X3D Scene Authoring Hints, Naming Conventions https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="name"/>
	<attribute tooltip="[version &inputOutputLabel; &SFStringLabel; (2.0 | 2.2) #REQUIRED]&#10;HAnimHumanoid version, where value is 2.0 for standardized ISO 19774 initial version from 2006, and value is 2.2 for draft ISO 19774 version from 2018.&#10;Warning: prior versions of HAnim nodes might not validate correctly due to small changes in the contained-node content model." name="version"/>
<!--	<attribute tooltip="[humanoidVersion &SFStringLabel; #IMPLIED]&#10;Metadata keyword=value pair." name="humanoidVersion"/> -->
<!--	<attribute tooltip="[authorName &SFStringLabel; #IMPLIED]&#10;Author name.&#10;ヒント: can be encoded as info attribute keyword=value pair." name="authorName"/> -->
<!--	<attribute tooltip="[authorEmail &SFStringLabel; #IMPLIED]&#10;Author Email address.&#10;ヒント: can be encoded as info attribute keyword=value pair." name="authorEmail"/> -->
<!--	<attribute tooltip="[copyright &SFStringLabel; #IMPLIED]&#10;Copyright information.&#10;ヒント: can be encoded as info attribute keyword=value pair." name="copyright"/> -->
<!--	<attribute tooltip="[creationDate &SFStringLabel; #IMPLIED]&#10;Humanoid model creation date.&#10;ヒント: can be encoded as info attribute keyword=value pair." name="creationDate"/> -->
<!--	<attribute tooltip="[usageRestrictions &SFStringLabel; #IMPLIED]&#10;Author/owner-specified usage restrictions.&#10;ヒント: can be encoded as info attribute keyword=value pair." name="usageRestrictions"/> -->
<!--	<attribute tooltip="[age &SFStringLabel; #IMPLIED]&#10;Humanoid model age in human years.&#10;ヒント: can be encoded as info attribute keyword=value pair." name="age"/> -->
<!--	<attribute tooltip="[gender &SFStringLabel; #IMPLIED]&#10;Humanoid model gender (typically male or female)." name="gender"/> -->
<!--	<attribute tooltip="[height &SFStringLabel; #IMPLIED]&#10;Humanoid model height (meters).&#10;ヒント: can be encoded as info attribute keyword=value pair." name="height"/> -->
<!--	<attribute tooltip="[weight &SFStringLabel; #IMPLIED]&#10;Humanoid model weight (kilograms).&#10;ヒント: can be encoded as info attribute keyword=value pair." name="weight"/> -->
	<attribute tooltip="[info &inputOutputLabel; &MFStringLabel; #IMPLIED]&#10;Contains metadata keyword=value pairs, where approved keyword terms are humanoidVersion authorName authorEmail copyright creationDate usageRestrictions age gender height and weight.&#10;Hint: alternate metadata keywords are also allowed." name="info"/>
	<attribute tooltip="[translation &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Position of children relative to local coordinate system." name="translation"/>
	<attribute tooltip="[rotation &inputOutputLabel; &SFRotationLabel; &#34;0 0 1 0&#34;]&#10;Orientation of children relative to local coordinate system." name="rotation"/>
	<attribute tooltip="[scale &inputOutputLabel; &SFVec3fLabel; &#34;1 1 1&#34;]&#10;Non-uniform x-y-z scale of child coordinate system, adjusted by center and scaleOrientation." name="scale"/>
	<attribute tooltip="[scaleOrientation &inputOutputLabel; &SFRotationLabel; &#34;0 0 1 0&#34;]&#10;Preliminary rotation of coordinate system before scaling (to allow scaling around arbitrary orientations)." name="scaleOrientation"/>
	<attribute tooltip="[center &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Translation offset from origin of local coordinate system." name="center"/>
	<attribute tooltip="[bboxCenter &initializeOnlyLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxCenter"/>
	<attribute tooltip="[bboxSize &initializeOnlyLabel; &SFVec3fLabel; &#34;-1 -1 -1&#34;]&#10;Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint.&#10;Hint: can be useful for collision computations or inverse-kinematics (IK) engines.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxSize"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/HAnimJoint.gif" tooltip="HAnimJoint node can represent each joint in a body.&#10;ヒント: HAnimJoint may only get inserted as one (or more) root nodes of HAnimHumanoid skeleton field, as a child of another HAnimJoint node, or as a USE node in the HAnimHumanoid joints field.&#10;ヒント: HAnimJoint can only contain HAnimSegment or HAnimJoint as children nodes.&#10;Hint:  visualization shapes for HAnimJoint nodes can be placed in child HAnimSegment or HAnimSite nodes.&#10;Warning: an HAnimJoint may not be a child of an HAnimSegment.&#10;ヒント: https://www.web3d.org/documents/specifications/19774-1/V2.0/HAnim/HAnimArchitecture.html H-Anim Specification&#10;ヒント: https://www.web3d.org/documents/specifications/19774-1/V2.0/HAnim/ObjectInterfaces.html#Joint&#10;ヒント: include &lt;component name='H-Anim' level='1'/&gt;&#10;Warning: the number of contained &lt;HAnimJoint USE='*' containerField='joints'/&gt; nodes at top level of HAnimHumanoid needs to match the number of corresponding HAnimJoint node instances found within the preceding skeleton hierarchy." name="HAnimJoint">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[name &inputOutputLabel; &SFStringLabel; #REQUIRED]&#10;Unique name attribute must be defined so that HAnimJoint node can be identified at run time for animation purposes.&#10;Warning: name prefix must match ancestor HAnimHumanoid name followed by underscore character, if more than one humanoid appears within a scene file. For example,  'Nancy_' prepended before location name.&#10;Warning: name is not included if this instance is a USE node.&#10;Examples: humanoid_root sacroiliac l_hip l_knee l_ankle etc. as listed in H-Anim Specification.&#10;ヒント: https://www.web3d.org/x3d/content/examples/Basic/HumanoidAnimation/tables/HAnimJointNames19774V1.0.txt&#10;ヒント:  https://www.web3d.org/documents/specifications/19774-1/V2.0/HAnim/concepts.html#Hierarchy&#10;Hint: well-defined names can simplify design and debugging through improved author understanding.&#10;Hint: X3D Scene Authoring Hints, Naming Conventions https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="name"/>
	<attribute tooltip="[center &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Translation offset from origin of local coordinate system.&#10;ヒント: usually HAnimJoint position is controlled by the center field, not the translation field." name="center"/>
	<attribute tooltip="[translation &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Position of children relative to local coordinate system.&#10;Warning: usually HAnimJoint position is controlled by the center field, not the translation field." name="translation"/>
	<attribute tooltip="[ulimit &inputOutputLabel; &MFFloatLabel; #IMPLIED]&#10;Upper limit for maximum joint rotation in radians.&#10;ヒント: always contains 3 values, one for each local axis." name="ulimit"/>
	<attribute tooltip="[llimit &inputOutputLabel; &MFFloatLabel; #IMPLIED]&#10;Lower limit for minimum joint rotation in radians.&#10;ヒント: always contains 3 values, one for each local axis." name="llimit"/>
	<attribute tooltip="[limitOrientation &inputOutputLabel; &SFRotationLabel; &#34;0 0 1 0&#34;]&#10;Orientation of upper/lower rotation limits, relative to HAnimJoint center." name="limitOrientation"/>
	<attribute tooltip="[skinCoordIndex &inputOutputLabel; &MFInt32Label; #IMPLIED] [0,+&#8734;)&#10;Coordinate index values referencing which vertices are influenced by the HAnimJoint.&#10;Warning: -1 sentinel values are not allowed.&#10;Hint: corresponding skinCoord Coordinate and skinNormal Normal nodes are directly contained within the ancestor HAnimHumanoid node for this HAnimJoint." name="skinCoordIndex"/>
	<attribute tooltip="[skinCoordWeight &inputOutputLabel; &MFFloatLabel; #IMPLIED]&#10;Weight deformation values for the corresponding values in the skinCoordIndex field." name="skinCoordWeight"/>
	<attribute tooltip="[stiffness &inputOutputLabel; &MFFloatLabel; &#34;1 1 1&#34;] [0,1]&#10;Axial values (0,1) indicating willingness of joint to move (about local X, Y, Z axes), larger stiffness values means greater resistance.&#10;ヒント: used by inverse kinematics (IK) systems." name="stiffness"/>
	<attribute tooltip="[rotation &inputOutputLabel; &SFRotationLabel; &#34;0 0 1 0&#34;]&#10;Orientation of children relative to local coordinate system." name="rotation"/>
	<attribute tooltip="[scale &inputOutputLabel; &SFVec3fLabel; &#34;1 1 1&#34;]&#10;Non-uniform x-y-z scale of child coordinate system, adjusted by center and scaleOrientation." name="scale"/>
	<attribute tooltip="[scaleOrientation &inputOutputLabel; &SFRotationLabel; &#34;0 0 1 0&#34;]&#10;Preliminary rotation of coordinate system before scaling (to allow scaling around arbitrary orientations)." name="scaleOrientation"/>
	<attribute tooltip="[bboxCenter &initializeOnlyLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxCenter"/>
	<attribute tooltip="[bboxSize &initializeOnlyLabel; &SFVec3fLabel; &#34;-1 -1 -1&#34;]&#10;Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint.&#10;Hint: can be useful for collision computations or inverse-kinematics (IK) engines.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxSize"/>
	<attribute tooltip="[containerField type NMTOKEN (children | skeleton | joints) &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/HAnimSegment.gif" tooltip="HAnimSegment node contains Shape geometry for each body segment.&#10;HAnimSegment contains Coordinate|CoordinateDouble with containerField='coord', HAnimDisplacer with containerField='displacers' and Shape or grouping nodes with containerField='children'. Hint: HAnimSegment displays geometry between parent HAnimJoint and sibling HAnimJoint nodes.&#10;ヒント: https://www.web3d.org/documents/specifications/19774-1/V2.0/HAnim/HAnimArchitecture.html H-Anim Specification&#10;ヒント: https://www.web3d.org/documents/specifications/19774-1/V2.0/HAnim/ObjectInterfaces.html#Segment&#10;ヒント: include &lt;component name='H-Anim' level='1'/&gt;&#10;Warning: the number of contained &lt;HAnimSegment USE='*' containerField='segments'/&gt; nodes at top level of HAnimHumanoid needs to match the number of corresponding HAnimJoint node instances found within the preceding skeleton hierarchy." name="HAnimSegment">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[name &inputOutputLabel; &SFStringLabel; #REQUIRED]&#10;Unique name attribute must be defined so that HAnimSegment node can be identified at run time for animation purposes.&#10;Warning: name prefix must match ancestor HAnimHumanoid name followed by underscore character, if more than one humanoid appears within a scene file. For example,  'Nancy_' prepended before location name.&#10;Warning: name is not included if this instance is a USE node.&#10;Examples: sacrum pelvis l_thigh l_calf etc. as listed in H-Anim Specification. Hint: for abitrary humanoids, HAnimSegment name can describe geometry between parent HAnimJoint and sibling HAnimJoint nodes (for example LeftHip_to_LeftKnee).&#10;ヒント: https://www.web3d.org/x3d/content/examples/Basic/HumanoidAnimation/tables/HAnimSegmentNames19774V1.0.txt&#10;ヒント:  https://www.web3d.org/documents/specifications/19774-1/V2.0/HAnim/concepts.html#Hierarchy&#10;Hint: well-defined names can simplify design and debugging through improved author understanding.&#10;Hint: X3D Scene Authoring Hints, Naming Conventions https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="name"/>
	<attribute tooltip="[mass &inputOutputLabel; &SFFloatLabel; &#34;0&#34;]&#10;Total mass of the segment, 0 if not available, defined in mass base units (default is kilograms).&#10;Hint: https://en.wikipedia.org/wiki/Kilogram&#10;Hint: X3D Architecture 4.3.6 Standard units and coordinate system https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/concepts.html#Standardunitscoordinates" name="mass"/>
	<attribute tooltip="[centerOfMass &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Location within segment of center of mass." name="centerOfMass"/>
	<attribute tooltip="[momentsOfInertia &inputOutputLabel; &MFFloatLabel; &#34;0 0 0 0 0 0 0 0 0&#34;]&#10;3x3 moments of inertia matrix. default:&#10;0 0 0&#10;0 0 0&#10;0 0 0." name="momentsOfInertia"/>
	<attribute tooltip="[bboxCenter &initializeOnlyLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxCenter"/>
	<attribute tooltip="[bboxSize &initializeOnlyLabel; &SFVec3fLabel; &#34;-1 -1 -1&#34;]&#10;Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint.&#10;Hint: can be useful for collision computations or inverse-kinematics (IK) engines.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxSize"/>
	<attribute tooltip="[containerField type NMTOKEN (children | segments) &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/HAnimSite.gif" tooltip="An HAnimSite node serves three purposes:&#10;(a) define an &quot;end effector&quot; location which can be used by an inverse kinematics system,&#10;(b) define an attachment point for accessories such as jewelry and clothing, and&#10;(c) define a location for a Viewpoint virtual camera in the reference frame of an HAnimSegment&#10;(such as a view &quot;through the eyes&quot; of the humanoid for use in multi-user worlds).&#10;ヒント: HAnimSite nodes are stored as children of an HAnimSegment node.&#10;ヒント: https://www.web3d.org/documents/specifications/19774-1/V2.0/HAnim/HAnimArchitecture.html H-Anim Specification&#10;ヒント: https://www.web3d.org/documents/specifications/19774-1/V2.0/HAnim/ObjectInterfaces.html#Site&#10;ヒント: include &lt;component name='H-Anim' level='1'/&gt;&#10;Warning: the number of contained &lt;HAnimSite USE='*' containerField='sites, skeleton or viewpoints'/&gt; nodes at top level of HAnimHumanoid needs to match the number of corresponding HAnimSite node instances found within the preceding skeleton hierarchy." name="HAnimSite">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[name &inputOutputLabel; type NMTOKEN #REQUIRED]&#10;Unique name attribute must be defined so that HAnimSite nodecan be identified at run time for animation purposes.&#10;Warning: name is not included if this instance is a USE node.&#10;Hint: HAnimSite nodes used as end effectors have '_tip' suffix appended to the name.&#10;Hint: HAnimSite nodes containing a Viewpoint location have '_view' suffix appended to the name.&#10;Hint: HAnimSite nodes serving other purposes have '_pt' suffix appended to the name.&#10;Warning: HAnimSite name must end in '_tip' or '_view' or '_pt' suffix.&#10;Hint: additional example name bases (such as cervicale l_infraorbitale supramenton etc.) are listed in H-Anim Specification.&#10;ヒント: https://www.web3d.org/x3d/content/examples/Basic/HumanoidAnimation/tables/HAnimSiteLoa3Names19774V1.0.txt&#10;ヒント: https://www.web3d.org/documents/specifications/19774-1/V2.0/HAnim/BodyDimensionsAndLOAs.html#LOA3DefaultSiteTranslations&#10;Hint: well-defined names can simplify design and debugging through improved author understanding.&#10;Hint: X3D Scene Authoring Hints, Naming Conventions https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="name"/>
	<attribute tooltip="[translation &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Position of children relative to local coordinate system." name="translation"/>
	<attribute tooltip="[rotation &inputOutputLabel; &SFRotationLabel; &#34;0 0 1 0&#34;]&#10;Orientation of children relative to local coordinate system." name="rotation"/>
	<attribute tooltip="[scale &inputOutputLabel; &SFVec3fLabel; &#34;1 1 1&#34;]&#10;Non-uniform x-y-z scale of child coordinate system, adjusted by center and scaleOrientation." name="scale"/>
	<attribute tooltip="[scaleOrientation &inputOutputLabel; &SFRotationLabel; &#34;0 0 1 0&#34;]&#10;Preliminary rotation of coordinate system before scaling (to allow scaling around arbitrary orientations)." name="scaleOrientation"/>
	<attribute tooltip="[center &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Translation offset from origin of local coordinate system." name="center"/>
	<attribute tooltip="[bboxCenter &initializeOnlyLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxCenter"/>
	<attribute tooltip="[bboxSize &initializeOnlyLabel; &SFVec3fLabel; &#34;-1 -1 -1&#34;]&#10;Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint.&#10;Hint: can be useful for collision computations or inverse-kinematics (IK) engines.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxSize"/>
	<attribute tooltip="[containerField type NMTOKEN (children | sites | skeleton | viewpoints) &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>

    <!-- LatticeXvl: DTD extension example from X3D 3.0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
    <element icon="icons/XvlShell.gif" tooltip="XvlShell represents a LatticeXVL shell, which is a smooth surface defined by a mesh.&#10;The mesh consists of faces, edges and vertexes, as well as specifications of how strongly each component attracts the underlying surface.&#10;ヒント: use a 3D authoring tool for XvlShell.&#10;Warning: XvlShell is a commercial extension to X3D." name="XvlShell">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[shellType &XvlShell.shellTypes; #REQUIRED]&#10;shellType indicates the overall geometry of the shell.&#10;POLYGON_MESH is a set of polygons similar to IndexedFaceSet.&#10;LATTICE_MESH is a smooth surface described by a mesh with rounding weights." name="shellType"/>
	<attribute tooltip="[numberOfDivisions &SFInt32Label; #IMPLIED]&#10;numberOfDivisions indicates the number of subdivisions of each face of the shell.&#10;It should be a positive even number." name="numberOfDivisions"/>
	<attribute tooltip="[vertexRound &MFFloatLabel; #IMPLIED]&#10;vertexRound specifies how strongly each vertex attracts the shell.&#10;Range is [0,2.0]&#10;where 0.0 is maximum attraction (shape must touch these vertices) and&#10;2.0 is maximum repulsion (shape is pushed as far from these vertices as possible)." name="vertexRound"/>
	<attribute tooltip="[edgeBeginCoordIndex &MFInt32Label; #IMPLIED]&#10;edgeBeginCoordIndex indices specify the start point of each edge." name="edgeBeginCoordIndex"/>
	<attribute tooltip="[edgeEndCoordIndex &MFInt32Label; #IMPLIED]&#10;edgeEndCoordIndex indices specify the end point of each edge." name="edgeEndCoordIndex"/>
	<attribute tooltip="[edgeRound &MFFloatLabel; #IMPLIED]&#10;edgeRound specifies how strongly each edge attracts the shell.&#10;Range is [0,2.0]&#10;where 0.0 is maximum attraction (shape must follow these edges) and&#10;2.0 is maximum repulsion (shape is pushed as far from these edges as possible)." name="edgeRound"/>
	<attribute tooltip="[edgeBeginVector &MFVec3fLabel; #IMPLIED]&#10;edgeBeginVector specifies the tangent vectors at the start points of each edge." name="edgeBeginVector"/>
	<attribute tooltip="[edgeEndVector &MFVec3fLabel; #IMPLIED]&#10;edgeEndVector specifies the tangent vectors at the end points of each edge." name="edgeEndVector"/>
	<attribute tooltip="[faceCoordIndex &MFInt32Label; #IMPLIED]&#10;faceCoordIndex is exactly like IndexedFaceSet:coordIndex.&#10;Its indices specify coordinates of each face.&#10;Order starts at index 0, commas are optional between sets, use -1 to separate indices for each face." name="faceCoordIndex"/>
	<attribute tooltip="[faceTexCoordIndex &MFInt32Label; #IMPLIED]&#10;faceTexCoordIndex is exactly like IndexedFaceSet:texCoordIndex.&#10;Its indices specify texture coordinates of each face.&#10;ヒント: use a 3D authoring tool!" name="faceTexCoordIndex"/>
	<attribute tooltip="[faceEmpty &MFBoolLabel; #IMPLIED]&#10;faceEmpty specifies whether or not each face exists on the surface.&#10;False indicates that the face exists.&#10;True indicates that the face does not exist - i.e. that it is a hole in the surface." name="faceEmpty"/>
	<attribute tooltip="[faceHidden &MFBoolLabel; #IMPLIED]&#10;faceHidden specifies whether or not each face is visible.&#10;False indicates that the face is visible.&#10;True indicates that the face is not visible." name="faceHidden"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;geometry&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    -->

<!-- Nurbs: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->

    <element icon="icons/NurbsCurve.gif" tooltip="Contour2D groups a set of curve segments into a composite contour.&#10;The children segments form a closed loop, with first point of first child repeated as last point of last child, and last point of each segment repeated as the first point of the next consecutive segment.&#10;The children segments are type NurbsCurve2D or ContourPolyline2D, enumerated in the consecutive order of contour topology. Warning: Contour2D is not a renderable geometry node. Hint: Contour2D is used as the trimmingContour field of the NurbsTrimmedSurface node." name="Contour2D">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;trimmingContour&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/NurbsCurve.gif" tooltip="ContourPolyline2D defines a linear curve segment as part of a trimming contour in the u-v domain of a NURBS surface. NurbsCurve2D and ContourPolyline2D nodes that together form a closed contour, defined in the u-v parametric space of a NURBS surface, may be used as children in a Contour2D node. Warning: ContourPolyline2D is not a renderable geometry node." name="ContourPolyline2D">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[controlPoint &inputOutputLabel; &MFVec2dLabel; #IMPLIED] controlPoint specifies the end points of each segment of the piecewise linear curve." name="controlPoint"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/NurbsCurve.gif" tooltip="NurbsCurve is a 3D curve analogous to NurbsPatchSurface. ヒント: the contained controlPoint field can hold a Coordinate or CoordinateDouble node." name="NurbsCurve">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[knot &initializeOnlyLabel; &MFDoubleLabel; #IMPLIED]&#10;knot vector, where size = number of control points + order of curve." name="knot"/>
	<attribute tooltip="[order &initializeOnlyLabel; &SFInt32Label; &#34;3&#34;]&#10;define order of surface by polynomials of degree = order-1." name="order"/>
	<attribute tooltip="[weight &inputOutputLabel; &MFDoubleLabel; #IMPLIED]&#10;Vector assigning relative weight value to each control point." name="weight"/>
	<attribute tooltip="[tessellation &inputOutputLabel; &SFInt32Label; #IMPLIED]&#10;hint for surface tesselation." name="tessellation"/>
	<attribute tooltip="[closed &initializeOnlyLabel; &SFBoolLabel; &#34;false&#34;]&#10;Whether or not the curve is closed (i.e. matching end values)." name="closed"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;geometry&#34;]&#10;geometry is the field-label prefix indicating relationship to parent node.&#10;Example values: containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/NurbsCurve.gif" tooltip="NurbsCurve2D defines a trimming segment that is part of a trimming contour in the u-v domain of a surface. NurbsCurve2D and ContourPolyline2D nodes that together form a closed contour, defined in the u-v parametric space of a NURBS surface, may be used as children in a Contour2D node. Warning: NurbsCurve2D is not a renderable geometry node." name="NurbsCurve2D">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[controlPoint &inputOutputLabel; &MFVec2fLabel; #IMPLIED]&#10;controlPoint defines a set of control points of dimension uDimension by vDimension,&#10;and defines a mesh where the points do not have uniform spacing." name="controlPoint"/>
	<attribute tooltip="[knot &initializeOnlyLabel; &MFDoubleLabel; #IMPLIED]&#10;knot vector, where size = number of control points + order of curve." name="knot"/>
	<attribute tooltip="[order &initializeOnlyLabel; &SFInt32Label; &#34;2&#34;]&#10;define order of surface by polynomials of degree = order-1." name="order"/>
	<attribute tooltip="[weight &inputOutputLabel; &MFDoubleLabel; #IMPLIED]&#10;Vector assigning relative weight value to each control point." name="weight"/>
	<attribute tooltip="[tessellation &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;hint for surface tesselation." name="tessellation"/>
	<attribute tooltip="[closed &initializeOnlyLabel; &SFBoolLabel; &#34;false&#34;]&#10;Whether or not the curve is closed (i.e. matching end values)." name="closed"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/NurbsCurve.gif" tooltip="NurbsOrientationInterpolator describes a 3D NURBS curve and outputs interpolated orientation values.&#10;ヒント: the SFNode controlPoint field can contain a single Coordinate or CoordinateDouble node." name="NurbsOrientationInterpolator">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[knot &inputOutputLabel; &MFDoubleLabel; #IMPLIED]&#10;knot vector, where size = number of control points + order of curve." name="knot"/>
	<attribute tooltip="[order &inputOutputLabel; &SFInt32Label; &#34;3&#34;]&#10;define order of surface by polynomials of degree = order-1." name="order"/>
	<attribute tooltip="[weight &inputOutputLabel; &MFDoubleLabel; #IMPLIED]&#10;Output values for linear interpolation, each corresponding to knots.&#10;ヒント: number of weights must match number of knots!" name="weight"/>
	<attribute tooltip="[set_fraction &inputOnlyLabel; &SFFloatLabel; #FIXED &#34;&#34;]&#10;setting fraction in range [0,1] selects input key for corresponding keyValue output, computing a 3D position on the curve.&#10;Hint: set_fraction values are typically in same range interval as values in the key array. Response to an input set_fraction value less than minimum is equivalent to minimum key, and response to an input set_fraction value greater than maximum is equivalent to maximum key.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_fraction"/>
	<attribute tooltip="[value_changed &outputOnlyLabel; &SFRotationLabel; #FIXED &#34;&#34;]&#10;Linearly interpolated output value determined by current key time and corresponding keyValue pair.&#10;Hint: X3D players might not send unchanging intermediate values, thus avoiding excessive superfluous events that have no effect.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="value_changed"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/NurbsCurve.gif" tooltip="NurbsPositionInterpolator describes a 3D NURBS curve and outputs interpolated position values.&#10;ヒント: the SFNode controlPoint field can contain a single Coordinate or CoordinateDouble node." name="NurbsPositionInterpolator">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[knot &inputOutputLabel; &MFDoubleLabel; #IMPLIED]&#10;knot vector, where size = number of control points + order of curve." name="knot"/>
	<attribute tooltip="[order &inputOutputLabel; &SFInt32Label; &#34;3&#34;]&#10;define order of surface by polynomials of degree = order-1." name="order"/>
	<attribute tooltip="[weight &inputOutputLabel; &MFDoubleLabel; #IMPLIED]&#10;Output values for linear interpolation, each corresponding to knots.&#10;ヒント: number of weights must match number of knots!" name="weight"/>
	<attribute tooltip="[set_fraction &inputOnlyLabel; &SFFloatLabel; #FIXED &#34;&#34;]&#10;setting fraction in range [0,1] selects input key for corresponding keyValue output, computing a 3D position on the curve.&#10;Hint: set_fraction values are typically in same range interval as values in the key array. Response to an input set_fraction value less than minimum is equivalent to minimum key, and response to an input set_fraction value greater than maximum is equivalent to maximum key.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_fraction"/>
	<attribute tooltip="[value_changed &outputOnlyLabel; &SFVec3fLabel; #FIXED &#34;&#34;]&#10;Linearly interpolated output value determined by current key time and corresponding keyValue pair.&#10;Hint: X3D players might not send unchanging intermediate values, thus avoiding excessive superfluous events that have no effect.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="value_changed"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/NurbsCurve.gif" tooltip="NurbsSurfaceInterpolator describes a 3D NURBS curve and outputs interpolated position and normal values.&#10;ヒント: the SFNode controlPoint field can contain a single Coordinate or CoordinateDouble node." name="NurbsSurfaceInterpolator">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[uDimension &initializeOnlyLabel; &SFInt32Label; &#34;0&#34;]&#10;Number of control points in u dimension." name="uDimension"/>
	<attribute tooltip="[vDimension &initializeOnlyLabel; &SFInt32Label; &#34;0&#34;]&#10;Number of control points in v dimension." name="vDimension"/>
	<attribute tooltip="[uKnot &initializeOnlyLabel; &MFDoubleLabel; #IMPLIED]&#10;Knot vector, where size = number of control points + order of curve." name="uKnot"/>
	<attribute tooltip="[vKnot &initializeOnlyLabel; &MFDoubleLabel; #IMPLIED]&#10;Knot vector, where size = number of control points + order of curve." name="vKnot"/>
	<attribute tooltip="[uOrder &initializeOnlyLabel; &SFInt32Label; &#34;3&#34;]&#10;Define order of surface by polynomials of degree = order-1." name="uOrder"/>
	<attribute tooltip="[vOrder &initializeOnlyLabel; &SFInt32Label; &#34;3&#34;]&#10;Define order of surface by polynomials of degree = order-1." name="vOrder"/>
	<attribute tooltip="[weight &inputOutputLabel; &MFDoubleLabel; #IMPLIED]&#10;Output values for linear interpolation, each corresponding to knots.&#10;ヒント: number of weights must match number of knots!" name="weight"/>
	<attribute tooltip="[set_fraction &inputOnlyLabel; &SFFloatLabel; #FIXED &#34;&#34;]&#10;setting fraction in range [0,1] selects input key for corresponding keyValue output, computing a 3D position on the curve.&#10;Hint: set_fraction values are typically in same range interval as values in the key array. Response to an input set_fraction value less than minimum is equivalent to minimum key, and response to an input set_fraction value greater than maximum is equivalent to maximum key.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_fraction"/>
	<attribute tooltip="[normal_changed &outputOnlyLabel; &SFVec3fLabel; #FIXED &#34;&#34;]&#10;Linearly interpolated output value determined by current key time and corresponding keyValue pair.&#10;Hint: X3D players might not send unchanging intermediate values, thus avoiding excessive superfluous events that have no effect.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="normal_changed"/>
	<attribute tooltip="[position_changed &outputOnlyLabel; &SFVec3fLabel; #FIXED &#34;&#34;]&#10;Linearly interpolated output value determined by current key time and corresponding keyValue pair.&#10;Hint: X3D players might not send unchanging intermediate values, thus avoiding excessive superfluous events that have no effect.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="position_changed"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/NurbsCurve.gif" tooltip="NurbsTextureCoordinate describes a 3D NURBS surface&#10;in the parametric domain of its surface host, specifying mapping of texture onto the surface.&#10;ヒント: the SFNode controlPoint field can contain a single Coordinate or CoordinateDouble node." name="NurbsTextureCoordinate">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[uDimension &initializeOnlyLabel; &SFInt32Label; &#34;0&#34;]&#10;Number of control points in u dimension." name="uDimension"/>
	<attribute tooltip="[vDimension &initializeOnlyLabel; &SFInt32Label; &#34;0&#34;]&#10;Number of control points in v dimension." name="vDimension"/>
	<attribute tooltip="[uKnot &initializeOnlyLabel; &MFDoubleLabel; #IMPLIED]&#10;Knot vector, where size = number of control points + order of curve." name="uKnot"/>
	<attribute tooltip="[vKnot &initializeOnlyLabel; &MFDoubleLabel; #IMPLIED]&#10;Knot vector, where size = number of control points + order of curve." name="vKnot"/>
	<attribute tooltip="[uOrder &initializeOnlyLabel; &SFInt32Label; &#34;3&#34;]&#10;Define order of surface by polynomials of degree = order-1." name="uOrder"/>
	<attribute tooltip="[vOrder &initializeOnlyLabel; &SFInt32Label; &#34;3&#34;]&#10;Define order of surface by polynomials of degree = order-1." name="vOrder"/>
	<attribute tooltip="[controlPoint &inputOutputLabel; &MFVec2fLabel; #IMPLIED]&#10;controlPoint defines a set of control points of dimension uDimension by vDimension,&#10;and defines a mesh where the points do not have uniform spacing." name="controlPoint"/>
	<attribute tooltip="[weight &inputOutputLabel; &MFFloatLabel; #IMPLIED]&#10;Output values for linear interpolation, each corresponding to knots.&#10;ヒント: number of weights must match number of knots!" name="weight"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;texCoord&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Group.gif" tooltip="NurbsSet collects a set of NurbsSurface nodes into a common group and&#10;treats NurbsSurface set as a unit during tessellation, thereby enforcing tessellation continuity along borders." name="NurbsSet">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[tessellationScale &inputOutputLabel; &SFFloatLabel; &#34;1&#34;]&#10;scale for surface tesselation in children NurbsSurface nodes." name="tessellationScale"/>
	<attribute tooltip="[bboxCenter &initializeOnlyLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxCenter"/>
	<attribute tooltip="[bboxSize &initializeOnlyLabel; &SFVec3fLabel; &#34;-1 -1 -1&#34;]&#10;Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint.&#10;Hint: can be useful for collision computations or inverse-kinematics (IK) engines.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxSize"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/NurbsSurface.gif" tooltip="NurbsPatchSurface defines a contiguous 3D Non-Uniform Rational B-Spline (NURBS) surface." name="NurbsPatchSurface">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[uClosed &initializeOnlyLabel; &SFBoolLabel; &#34;false&#34;]&#10;Whether opposite surface sides are closed (seamless) across u dimension." name="uClosed"/>
	<attribute tooltip="[vClosed &initializeOnlyLabel; &SFBoolLabel; &#34;false&#34;]&#10;Whether opposite surface sides are closed (seamless) across u dimension." name="vClosed"/>
	<attribute tooltip="[uDimension &initializeOnlyLabel; &SFInt32Label; &#34;0&#34;]&#10;Number of control points in u dimension." name="uDimension"/>
	<attribute tooltip="[vDimension &initializeOnlyLabel; &SFInt32Label; &#34;0&#34;]&#10;Number of control points in v dimension." name="vDimension"/>
	<attribute tooltip="[uKnot &initializeOnlyLabel; &MFDoubleLabel; #IMPLIED]&#10;knot vector, where size = number of control points + order of curve." name="uKnot"/>
	<attribute tooltip="[vKnot &initializeOnlyLabel; &MFDoubleLabel; #IMPLIED]&#10;knot vector, where size = number of control points + order of curve." name="vKnot"/>
	<attribute tooltip="[uOrder &initializeOnlyLabel; &SFInt32Label; &#34;3&#34;]&#10;define order of surface by polynomials of degree = order-1." name="uOrder"/>
	<attribute tooltip="[vOrder &initializeOnlyLabel; &SFInt32Label; &#34;3&#34;]&#10;define order of surface by polynomials of degree = order-1." name="vOrder"/>
	<attribute tooltip="[uTessellation &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;hint for surface tesselation." name="uTessellation"/>
	<attribute tooltip="[vTessellation &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;hint for surface tesselation." name="vTessellation"/>
	<attribute tooltip="[weight &inputOutputLabel; &MFDoubleLabel; #IMPLIED]&#10;Vector assigning relative weight value to each control point." name="weight"/>
	<attribute tooltip="[solid &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Setting solid true means draw only one side of polygons (backface culling on),&#10;setting solid false means draw both sides of polygons (backface culling off).&#10;Warning: default value true can completely hide geometry if viewed from wrong side!&#10;ヒント: if in doubt, use solid='false' for maximum visibility." name="solid"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;surface&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/NurbsSurface.gif" tooltip="NurbsTrimmedSurface generates texture coordinates from a Non-Uniform Rational B-Spline (NURBS) surface." name="NurbsTrimmedSurface">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[uClosed &initializeOnlyLabel; &SFBoolLabel; &#34;false&#34;]&#10;Whether opposite surface sides are closed (seamless) across u dimension." name="uClosed"/>
	<attribute tooltip="[vClosed &initializeOnlyLabel; &SFBoolLabel; &#34;false&#34;]&#10;Whether opposite surface sides are closed (seamless) across u dimension." name="vClosed"/>
	<attribute tooltip="[uDimension &initializeOnlyLabel; &SFInt32Label; &#34;0&#34;]&#10;Number of control points in u dimension." name="uDimension"/>
	<attribute tooltip="[vDimension &initializeOnlyLabel; &SFInt32Label; &#34;0&#34;]&#10;Number of control points in v dimension." name="vDimension"/>
	<attribute tooltip="[uKnot &initializeOnlyLabel; &MFDoubleLabel; #IMPLIED]&#10;Knot vector, where size = number of control points + order of curve." name="uKnot"/>
	<attribute tooltip="[vKnot &initializeOnlyLabel; &MFDoubleLabel; #IMPLIED]&#10;Knot vector, where size = number of control points + order of curve." name="vKnot"/>
	<attribute tooltip="[uOrder &initializeOnlyLabel; &SFInt32Label; &#34;3&#34;]&#10;Define order of surface by polynomials of degree = order-1." name="uOrder"/>
	<attribute tooltip="[vOrder &initializeOnlyLabel; &SFInt32Label; &#34;3&#34;]&#10;Define order of surface by polynomials of degree = order-1." name="vOrder"/>
	<attribute tooltip="[uTessellation &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;hint for surface tesselation." name="uTessellation"/>
	<attribute tooltip="[vTessellation &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;hint for surface tesselation." name="vTessellation"/>
	<attribute tooltip="[weight &inputOutputLabel; &MFDoubleLabel; #IMPLIED]&#10;Vector assigning relative weight value to each control point." name="weight"/>
	<attribute tooltip="[solid &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Setting solid true means draw only one side of polygons (backface culling on),&#10;setting solid false means draw both sides of polygons (backface culling off).&#10;Warning: default value true can completely hide geometry if viewed from wrong side!&#10;ヒント: if in doubt, use solid='false' for maximum visibility." name="solid"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;texCoord&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element tooltip="NurbsSweptSurface contains a crossSectionCurve [X3DNurbsControlCurveNode]&#10;and a trajectoryCurve [NurbsCurve]." name="NurbsSweptSurface">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[ccw &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;ccw = counterclockwise: ordering of vertex coordinates orientation, according to Right-Hand Rule (RHR).&#10;ヒント: ccw false can reverse solid (backface culling) and normal-vector orientation. Note that consistency of left-handed or right-handed point sequences is important throughout." name="ccw"/>
	<attribute tooltip="[solid &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Setting solid true means draw only one side of polygons (backface culling on),&#10;setting solid false means draw both sides of polygons (backface culling off).&#10;Warning: default value true can completely hide geometry if viewed from wrong side!&#10;ヒント: if in doubt, use solid='false' for maximum visibility." name="solid"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;geometry&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element tooltip="NurbsSwungSurface contains a profileCurve [X3DNurbsControlCurveNode]&#10;and a trajectoryCurve [X3DNurbsControlCurveNode]." name="NurbsSwungSurface">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[ccw &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;ccw = counterclockwise: ordering of vertex coordinates orientation, according to Right-Hand Rule (RHR).&#10;ヒント: ccw false can reverse solid (backface culling) and normal-vector orientation. Note that consistency of left-handed or right-handed point sequences is important throughout." name="ccw"/>
	<attribute tooltip="[solid &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Setting solid true means draw only one side of polygons (backface culling on),&#10;setting solid false means draw both sides of polygons (backface culling off).&#10;Warning: default value true can completely hide geometry if viewed from wrong side!&#10;ヒント: if in doubt, use solid='false' for maximum visibility." name="solid"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;geometry&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Script2.gif" tooltip="(X3D version 3.1 or later) ComposedShader defines a shader where the individual source files are assembled from contained ShaderPart program sections. All access to shading capabilities is defined through a single interface that applies to all parts.&#10;Hint: ComposedShader contains field declarations and then corresponding IS/connect statements (if any), followed by &lt;ShaderPart containerField='parts'/&gt; nodes.&#10;Warning: ComposedShader does not contain CDATA section of plain-text source code. All source programs are contained in child ShaderPart nodes.&#10;Hint: apply default containerField='shaders' when parent node is Appearance." name="ComposedShader">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[activate &inputOnlyLabel; &SFBoolLabel;]&#10;activate forces the shader to activate the contained objects.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="activate"/>
	<attribute tooltip="[isSelected &outputOnlyLabel; &SFBoolLabel;]&#10;isSelected indicates this shader instance is selected for use by browser&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isSelected"/>
	<attribute tooltip="[isValid &outputOnlyLabel; &SFBoolLabel;]&#10;isValid indicates whether current shader objects can be run as a shader program.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isValid"/>
	<attribute tooltip="[language &initializeOnlyLabel; &SFStringLabel; #IMPLIED]&#10;The language field indicates to the X3D player which shading language is used.&#10;The language field may be used to optionally determine the language type if no MIME-type information is available.&#10;ヒント: recognized values include &quot;Cg&quot; &quot;GLSL&quot; &quot;HLSL&quot;." name="language"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;shaders&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element tooltip="(X3D version 3.1 or later) FloatVertexAttribute defines a set of per-vertex single-precision floating-point attributes." name="FloatVertexAttribute">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[name &inputOutputLabel;, type NMTOKEN #REQUIRED]&#10;Required name for this particular VertexAttribute instance.&#10;Warning: name is not specified if this instance is a USE node.&#10;Hint: well-defined names can simplify design and debugging through improved author understanding.&#10;Hint: X3D Scene Authoring Hints, Naming Conventions https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="name"/>
	<attribute tooltip="[value &inputOutputLabel; &MFFloatLabel; &#34;&#34;]&#10;value specifies an arbitrary collection of floating-point values that will be passed to the shader as per-vertex information.&#10;ヒント: the length of the value field shall be a multiple of numComponents." name="value"/>
	<attribute tooltip="[numComponents &initializeOnlyLabel; &SFFloatLabel; (1,4) &#34;4&#34;]&#10;numComponents pecifies how many consecutive floating-point values should be grouped together per vertex.&#10;ヒント: the length of the value field shall be a multiple of numComponents." name="numComponents"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;attrib&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element tooltip="(X3D version 3.1 or later) Matrix3VertexAttribute defines a set of per-vertex 3x3 matrix attributes." name="Matrix3VertexAttribute">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[name &inputOutputLabel;, type NMTOKEN #REQUIRED]&#10;Required name for this particular VertexAttribute instance.&#10;Warning: name is not specified if this instance is a USE node.&#10;Hint: well-defined names can simplify design and debugging through improved author understanding.&#10;Hint: X3D Scene Authoring Hints, Naming Conventions https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="name"/>
	<attribute tooltip="[value &inputOutputLabel; &MFMatrix3fLabel; &#34;&#34;]&#10;value specifies an arbitrary collection of matrix values that will be passed to the shader as per-vertex information.&#10;ヒント: the length of the value field shall be a multiple of numComponents." name="value"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;attrib&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element tooltip="(X3D version 3.1 or later) Matrix4VertexAttribute defines a set of per-vertex 4x4 matrix attributes." name="Matrix4VertexAttribute">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[name &inputOutputLabel;, type NMTOKEN #REQUIRED]&#10;Required name for this particular VertexAttribute instance.&#10;Warning: name is not specified if this instance is a USE node.&#10;Hint: well-defined names can simplify design and debugging through improved author understanding.&#10;Hint: X3D Scene Authoring Hints, Naming Conventions https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="name"/>
	<attribute tooltip="[value &inputOutputLabel; &MFMatrix4fLabel; &#34;&#34;]&#10;value specifies an arbitrary collection of matrix values that will be passed to the shader as per-vertex information.&#10;ヒント: the length of the value field shall be a multiple of numComponents." name="value"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;attrib&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Script2.gif" tooltip="(X3D version 3.1 or later) PackagedShader contains a url for a single file that may contain a number of shaders and combined effects.&#10;Hint: PackagedShader contains field declarations and then corresponding IS/connect statements (if any).&#10;Warning: PackagedShader does not contain CDATA section of plain-text source code.&#10;Hint: apply default containerField='shaders' when parent node is Appearance.&#10;Hint: apply containerField='watchList' when parent node is LoadSensor." name="PackagedShader">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[activate &inputOnlyLabel; &SFBoolLabel;]&#10;activate forces the shader to activate the contained objects.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="activate"/>
	<attribute tooltip="[isSelected &outputOnlyLabel; &SFBoolLabel;]&#10;isSelected indicates this shader instance is selected for use by browser&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isSelected"/>
	<attribute tooltip="[isValid &outputOnlyLabel; &SFBoolLabel;]&#10;isValid indicates whether current shader objects can be run as a shader program.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isValid"/>
	<attribute tooltip="[language &initializeOnlyLabel; &SFStringLabel; #IMPLIED]&#10;The language field indicates to the X3D player which shading language is used.&#10;The language field may be used to optionally determine the language type if no MIME-type information is available.&#10;ヒント: recognized values include &quot;Cg&quot; &quot;GLSL&quot; &quot;HLSL&quot;." name="language"/>
	<attribute tooltip="[url &inputOutputLabel; &MFStringLabel; #IMPLIED]&#10;url points to a shader source-code file that may contain a number of shaders and combined effects.&#10;Hint: X3D Scene Authoring Hints, urls https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#urls" name="url"/>
	<attribute tooltip="[containerField type NMTOKEN (shaders | watchList) &#34;shaders&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Script2.gif" tooltip="(X3D version 3.1 or later) ProgramShader defines a shader that consists of one or more individually programmable, self-contained pieces.&#10;ProgramShader contains IS/connect and programs [ShaderProgram] nodes.&#10;Warning: ProgramShader contains no field declarations and no plain-text CDATA block source code.&#10;Hint: apply default containerField='shaders' when parent node is Appearance." name="ProgramShader">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[activate &inputOnlyLabel; &SFBoolLabel;]&#10;activate forces the shader to activate the contained objects.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="activate"/>
	<attribute tooltip="[isSelected &outputOnlyLabel; &SFBoolLabel;]&#10;isSelected indicates this shader instance is selected for use by browser&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isSelected"/>
	<attribute tooltip="[isValid &outputOnlyLabel; &SFBoolLabel;]&#10;isValid indicates whether current shader objects can be run as a shader program.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isValid"/>
	<attribute tooltip="[language &initializeOnlyLabel; &SFStringLabel; #IMPLIED]&#10;The language field indicates to the X3D player which shading language is used.&#10;The language field may be used to optionally determine the language type if no MIME-type information is available.&#10;ヒント: recognized values include &quot;Cg&quot; &quot;GLSL&quot; &quot;HLSL&quot;." name="language"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;shaders&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Script2.gif" tooltip="(X3D version 3.1 or later) ShaderPart defines the source for a portion of source code used by a ComposedShader node.&#10;The source is not required to be a complete shader for all of the vertex/fragment processing.&#10; Hint: ShaderPart can contain a CDATA block of plain-text source code.&#10;Warning: ShaderPart contains no field declarations.&#10;Hint: insert a CDATA block to contain source code embedded within an X3D scene.&#10;Hint: a contained CDATA block for source code  protects whitespace, line breaks, and literal characters (such as &amp; for ampersand character, &lt; for less-than-sign character, and &gt; for greater-than-sign character) from unintended escape-character modifications by XML parsers.&#10;Warning: strict order is required for contained constructs: first field declarations (if any), then IS/connect statements (if any), and finally CDATA source-code block.&#10;Hint: ShaderPart subprograms are written in the same language, which is specified in the parent ComposedShader node.&#10;Hint: apply containerField='watchList' when parent node is LoadSensor." name="ShaderPart">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[url &inputOutputLabel; &MFStringLabel; #IMPLIED]&#10;Location and filename of shader.&#10;Multiple locations are more reliable, and including a Web address lets e-mail attachments work.&#10;ヒント: MFString arrays can have multiple values, so separate each individual string by quote marks &quot;https://www.web3d.org&quot; &quot;https://www.web3d.org/about&quot; &quot;etc.&quot; &#10;ヒント: XML encoding for quotation mark &quot; is &#38;quot; (which is an example of a character entity).&#10;Warning: strictly match directory and filename capitalization for http links! This is important for portability. Some operating systems are forgiving of capitalization mismatches, but http/https url addresses and paths in Unix-based operating systems are all case sensitive and intolerant of uppercase/lowercase mismatches.&#10;ヒント: can replace embedded blank(s) in url queries with %20 for each blank character.&#10;ヒント: X3D Scene Authoring Hints, urls https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#urls&#10;ヒント: X3D Scene Authoring Hints, urls https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#urls" name="url"/>
	<attribute tooltip="[type &initializeOnlyLabel; &SFStringLabel; (VERTEX|FRAGMENT) VERTEX]&#10;type indicates whether this ShaderProgram is a vertex or fragment (pixel) shader.&#10;Warning: do not wrap extra quotation marks  around these SFString enumeration values, since &#34;quotation&#34; &#34;marks&#34; are only used for MFString values." name="type"/>
	<attribute tooltip="[containerField type NMTOKEN (parts | watchList) &#34;parts&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Script2.gif" tooltip="(X3D version 3.1 or later) ShaderProgram is contained by ProgramShader and provides the source and interface to a self-contained program that occupies one part of the rendering process:&#10;either a vertex or fragment shader.&#10;Hint: ShaderProgram contains field declarations and then corresponding IS/connect statements (if any).&#10;Hint: insert a CDATA block to contain source code embedded within an X3D scene.&#10;Hint: a contained CDATA block for source code  protects whitespace, line breaks, and literal characters (such as &amp; for ampersand character, &lt; for less-than-sign character, and &gt; for greater-than-sign character) from unintended escape-character modifications by XML parsers.&#10;Warning: strict order is required for contained constructs: first field declarations (if any), then IS/connect statements (if any), and finally CDATA source-code block.&#10;Hint: apply containerField='watchList' when parent node is LoadSensor." name="ShaderProgram">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[url &inputOutputLabel; &MFStringLabel; #IMPLIED]&#10;Location and filename of shader.&#10;Multiple locations are more reliable, and including a Web address lets e-mail attachments work.&#10;ヒント: MFString arrays can have multiple values, so separate each individual string by quote marks &quot;https://www.web3d.org&quot; &quot;https://www.web3d.org/about&quot; &quot;etc.&quot; &#10;ヒント: XML encoding for quotation mark &quot; is &#38;quot; (which is an example of a character entity).&#10;Warning: strictly match directory and filename capitalization for http links! This is important for portability. Some operating systems are forgiving of capitalization mismatches, but http/https url addresses and paths in Unix-based operating systems are all case sensitive and intolerant of uppercase/lowercase mismatches.&#10;ヒント: can replace embedded blank(s) in url queries with %20 for each blank character.&#10;ヒント: X3D Scene Authoring Hints, urls https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#urls&#10;ヒント: X3D Scene Authoring Hints, urls https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#urls" name="url"/>
	<attribute tooltip="[type &initializeOnlyLabel; &SFStringLabel; (VERTEX|FRAGMENT) VERTEX]&#10;type indicates whether this ShaderProgram is a vertex or fragment (pixel) shader.&#10;Warning: do not wrap extra quotation marks  around these SFString enumeration values, since &#34;quotation&#34; &#34;marks&#34; are only used for MFString values." name="type"/>
	<attribute tooltip="[containerField type NMTOKEN (programs | watchList) &#34;programs&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/ImageTexture.gif" tooltip="ComposedCubeMapTexture (X3D version 3.1 or later) is a texture node that defines a cubic environment map source&#10;as an explicit set of images drawn from individual 2D texture nodes.&#10;ヒント: 0,6 child image nodes are allowed, with&#10;containerField values: front back left right top bottom.&#10;Warning: each of the child ImageTexture or PixelTexture nodes must have unique containerField values for back, bottom, front, left, right, or top." name="ComposedCubeMapTexture">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;texture&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/ImageTexture.gif" tooltip="GeneratedCubeMapTexture (X3D version 3.1 or later) is a texture node that defines a cubic environment map that sources its data from internally generated images.&#10;The viewpoint of the generated texture is the location and orientation of the associated geometry in world space.&#10;ヒント: typically a Box is used." name="GeneratedCubeMapTexture">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[update &inputOutputLabel; &SFStringLabel; (NONE|NEXT_FRAME_ONLY|ALWAYS) NONE]&#10;update controls regeneration of the texture.&#10;Warning: An object trying to render itself in the scene graph can cause infinite loops.&#10;Warning: do not wrap extra quotation marks  around these SFString enumeration values, since &#34;quotation&#34; &#34;marks&#34; are only used for MFString values." name="update"/>
	<attribute tooltip="[size &initializeOnlyLabel; &SFInt32Label; &#34;128&#34;] (0,+&#8734;)&#10;size indicates the resolution of the generated images in number of pixels per side." name="size"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;texture&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/ImageTexture.gif" tooltip="ImageCubeMapTexture (X3D version 3.1 or later) is a texture node that defines a cubic environment map source as a single file format that contains multiple images, one for each side.&#10;Hint: can contain a single TextureProperties node.&#10;Hint: apply containerField='watchList' when parent node is LoadSensor." name="ImageCubeMapTexture">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[url &inputOutputLabel; &MFStringLabel; #IMPLIED]&#10;Location and filename of image.&#10;Multiple locations are more reliable, and including a Web address lets e-mail attachments work.&#10;ヒント: MFString arrays can have multiple values, so separate each individual string by quote marks &quot;https://www.web3d.org&quot; &quot;https://www.web3d.org/about&quot; &quot;etc.&quot; &#10;ヒント: XML encoding for quotation mark &quot; is &#38;quot; (which is an example of a character entity).&#10;Warning: strictly match directory and filename capitalization for http links! This is important for portability. Some operating systems are forgiving of capitalization mismatches, but http/https url addresses and paths in Unix-based operating systems are all case sensitive and intolerant of uppercase/lowercase mismatches.&#10;ヒント: can replace embedded blank(s) in url queries with %20 for each blank character.&#10;ヒント: X3D Scene Authoring Hints, urls https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#urls&#10;ヒント: X3D Scene Authoring Hints, urls https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#urls" name="url"/>
	<attribute tooltip="[containerField type NMTOKEN (texture | watchList) &#34;texture&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/ImageTexture.gif" tooltip="(X3D version 3.1 or later) ComposedTexture3D defines a 3D image-based texture map as a collection of 2D texture sources at various depths.&#10;Hint: insert 2^n ImageTexture, PixelTexture or MovieTexture child nodes.&#10;The first image is at depth 0 and each following image is at an increasing depth value in the R direction.&#10;ヒント: insert Shape and Appearance nodes before adding texture.&#10;Hint: X3D Architecture 33.2.2 3D texturing concepts https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/texture3D.html#3DTextureconcepts" name="ComposedTexture3D">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[repeatS &initializeOnlyLabel; &SFBoolLabel; &#34;false&#34;]&#10;Whether to horizontally repeat texture along S axis." name="repeatS"/>
	<attribute tooltip="[repeatT &initializeOnlyLabel; &SFBoolLabel; &#34;false&#34;]&#10;Whether to vertically repeat texture along T axis." name="repeatT"/>
	<attribute tooltip="[repeatR &initializeOnlyLabel; &SFBoolLabel; &#34;false&#34;]&#10;Whether to vertically repeat texture along R axis." name="repeatR"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;texture&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/ImageTexture.gif" tooltip="(X3D version 3.1 or later) ImageTexture3D defines a 3D image-based texture map by specifying a single image file that contains complete 3D data.&#10;Warning: there are no required file formats, but at least one of the following formats is recommended for volume support in an X3D browser.&#10;Hint: Microsoft DirectDraw Surface (DDS) https://docs.microsoft.com/en-us/windows/win32/direct3ddds/dx-graphics-dds&#10;Hint: Digital Imaging and Communications in Medicine (DICOM) https://www.dicomstandard.org&#10;Nevertheless DDS, DICOM, NRRD and/or .vol formats are recommended.&#10;Hint: Nearly Raw Raster Data (NRRD) http://teem.sourceforge.net/nrrd&#10;Hint: Volume data format (VOL) http://paulbourke.net/dataformats/volumetric&#10;Hint: X3D Scene Authoring Hints, Volume Tools and Volumes Visualization https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Volumes&#10;ヒント: insert Shape and Appearance nodes before adding texture.&#10;Hint: X3D Architecture 33.2.2 3D texturing concepts https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/texture3D.html#3DTextureconcepts&#10;Hint: apply containerField='watchList' when parent node is LoadSensor." name="ImageTexture3D">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[url &inputOutputLabel; &MFStringLabel; #IMPLIED]&#10;Location and filename of image.&#10;Multiple locations are more reliable, and including a Web address lets e-mail attachments work.&#10;ヒント: MFString arrays can have multiple values, so separate each individual string by quote marks &quot;https://www.web3d.org&quot; &quot;https://www.web3d.org/about&quot; &quot;etc.&quot; &#10;ヒント: XML encoding for quotation mark &quot; is &#38;quot; (which is an example of a character entity).&#10;Warning: strictly match directory and filename capitalization for http links! This is important for portability. Some operating systems are forgiving of capitalization mismatches, but http/https url addresses and paths in Unix-based operating systems are all case sensitive and intolerant of uppercase/lowercase mismatches.&#10;ヒント: can replace embedded blank(s) in url queries with %20 for each blank character.&#10;ヒント: X3D Scene Authoring Hints, urls https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#urls&#10;ヒント: X3D Scene Authoring Hints, urls https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#urls" name="url"/>
	<attribute tooltip="[repeatS &initializeOnlyLabel; &SFBoolLabel; &#34;false&#34;]&#10;Whether to horizontally repeat texture along S axis." name="repeatS"/>
	<attribute tooltip="[repeatT &initializeOnlyLabel; &SFBoolLabel; &#34;false&#34;]&#10;Whether to vertically repeat texture along T axis." name="repeatT"/>
	<attribute tooltip="[repeatR &initializeOnlyLabel; &SFBoolLabel; &#34;false&#34;]&#10;Whether to vertically repeat texture along R axis." name="repeatR"/>
	<attribute tooltip="[containerField type NMTOKEN (texture | watchList) &#34;texture&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/ImageTexture.gif" tooltip="(X3D version 3.1 or later) PixelTexture3D defines a 3D image-based texture map as an explicit array of pixel values (image field).&#10;ヒント: insert Shape and Appearance nodes before adding texture.&#10;Hint: X3D Architecture 33.2.2 3D texturing concepts https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/texture3D.html#3DTextureconcepts" name="PixelTexture3D">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[image &inputOutputLabel; &MFInt32Label; &#34;0 0 0 0&#34;]&#10;image describes raw data for this 3D texture:&#10;number of components to the image [0,4],&#10;width, height and depth of the texture,&#10;followed by (width x height x depth) pixel values.&#10;Warning: the order of initial values in PixelTexture and PixelTexture3D image arrays are different." name="image"/>
	<attribute tooltip="[repeatS &initializeOnlyLabel; &SFBoolLabel; &#34;false&#34;]&#10;Whether to horizontally repeat texture along S axis." name="repeatS"/>
	<attribute tooltip="[repeatT &initializeOnlyLabel; &SFBoolLabel; &#34;false&#34;]&#10;Whether to vertically repeat texture along T axis." name="repeatT"/>
	<attribute tooltip="[repeatR &initializeOnlyLabel; &SFBoolLabel; &#34;false&#34;]&#10;Whether to vertically repeat texture along R axis." name="repeatR"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;texture&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/TextureCoordinate.gif" tooltip="(X3D version 3.1 or later) TextureCoordinate3D specifies a set of 3D texture coordinates used by vertex-based geometry nodes (such as IndexedFaceSet or ElevationGrid) to map 3D textures to vertices.&#10;ヒント: add Shape and then polgyonal/planar geometry before adding texture coordinates.&#10;Hint: X3D Architecture 33.2.2 3D texturing concepts https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/texture3D.html#3DTextureconcepts" name="TextureCoordinate3D">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[point &inputOutputLabel; &MFVec3fLabel; #IMPLIED]&#10;triplets of 3D (s,t,r) texture coordinates, either in range [0,1] or higher if repeating." name="point"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;texCoord&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/TextureCoordinate.gif" tooltip="(X3D version 3.1 or later) TextureCoordinate4D specifies a set of 4D (homogeneous 3D) texture coordinates used by vertex-based geometry nodes (such as IndexedFaceSet or ElevationGrid) to map 3D textures to vertices.&#10;ヒント: add Shape and then polgyonal/planar geometry before adding texture coordinates." name="TextureCoordinate4D">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[point &inputOutputLabel; &MFVec4fLabel; #IMPLIED]&#10;4-tuple values of 4D texture coordinates, either in range [0,1] or higher if repeating." name="point"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;texCoord&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/TextureTransform.gif" tooltip="(X3D version 3.1 or later) TextureTransformMatrix3D applies a 3D transformation to texture coordinates.&#10;Warning: resulting visible effects appear reversed because image changes occur before mapping to geometry.&#10;ヒント: order of operations is translation, rotation about center, non-uniform scale about center.&#10;ヒント: insert Shape and Appearance nodes before adding TextureTransform.&#10;Hint: Texture mapping https://en.wikipedia.org/wiki/Texture_mapping" name="TextureTransformMatrix3D">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[matrix &inputOutputLabel; &SFMatrix4fLabel; &#34;1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1&#34;]&#10;matrix is a generalized, unfiltered 4x4 transformation matrix to modify texture (opposite effect appears on geometry)." name="matrix"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;textureTransform&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/TextureTransform.gif" tooltip="(X3D version 3.1 or later) TextureTransform3D applies a 3D transformation to texture coordinates.&#10;Warning: resulting visible effects appear reversed because image changes occur before mapping to geometry.&#10;ヒント: order of operations is translation, rotation about center, non-uniform scale about center.&#10;ヒント: insert Shape and Appearance nodes before adding TextureTransform.&#10;Hint: Texture mapping https://en.wikipedia.org/wiki/Texture_mapping" name="TextureTransform3D">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[translation &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Lateral/vertical shift in 2D (s,t) texture coordinates (opposite effect appears on geometry)." name="translation"/>
	<attribute tooltip="[center &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;center point in 2D (s,t) texture coordinates for rotation and scaling." name="center"/>
	<attribute tooltip="[rotation &inputOutputLabel; &SFRotationLabel; &#34;0 0 1 0&#34;]&#10;rotation angle of texture about center (opposite effect appears on geometry)." name="rotation"/>
	<attribute tooltip="[scale &inputOutputLabel; &SFVec3fLabel; &#34;1 1 1&#34;]&#10;Non-uniform planar scaling of texture about center (opposite effect appears on geometry)." name="scale"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;textureTransform&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <!-- X3D version 3.2 -->
    <element icon="icons/SHAPE16.png" tooltip="(X3D version 3.2 or later) ClipPlane specifies a single plane equation used to clip (i.e. cull or hide) displayed geometry. The plane field specifies a four-component plane equation that describes both inside and outside half space.&#10;Hint: ClipPlane nodes only affect peer and descendant nodes, thus a parent grouping node can limit its effect.&#10;ヒント: include &lt;component name='Rendering' level='5'/&gt;&#10;Examples: X3D Example Archives, Basic, CAD, Clip Plane Example https://www.web3d.org/x3d/content/examples/Basic/CAD/ClipPlaneExampleIndex.html" name="ClipPlane">
 	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
   	<attribute tooltip="[enabled &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enables/disables node operation." name="enabled"/>
	<attribute tooltip="[plane &inputOutputLabel; &SFVec4fLabel; &#34;0 1 0 0&#34;] [0,1]&#10;If (a,b,c,d) is the plane, with the first three components being a normalized vector describing the plane's normal direction (and thus the fourth component d being distance from the origin), a point (x,y,z) is visible to the user, with regards to the clipping plane, if a*x+b*y+c*z+d is greater than 0.&#10;ヒント: negate all plane values to reverse which side of plane has visibility clipped.&#10;ヒント:&#10;https://en.wikipedia.org/wiki/Plane_(geometry)#Distance_from_a_point_to_a_plane" name="plane"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/ScalarInterpolator.gif" tooltip="(X3D version 3.2 or later) EaseInEaseOut enables gradual animation transitions by modifying TimeSensor fraction outputs.&#10;Output values are modified fractions. Authors can ROUTE value_changed output events to an interpolator, a sequencer, or another SFFloat attribute.&#10;ヒント: typical input connection is ROUTE someTimeSensorDEF.fraction_changed TO thisEaseInEaseOutDEF.set_fraction&#10;ヒント: typical output connection is ROUTE thisEaseInEaseOutDEF.modifiedFraction_changed TO someDestinationNodeDEF.set_fraction.&#10;Warning: requires X3D profile='Full' or else include &lt;component name='Interpolation' level='3'/&gt;" name="EaseInEaseOut">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[key &inputOutputLabel; &MFFloatLabel; #IMPLIED]&#10;Definition values for linear-interpolation function input intervals, listed in non-decreasing order and corresponding to easeInEaseOut array.&#10;ヒント: number of keys must be one more than the number of easeInEaseOut values!&#10;Warning: values in key array shall be monotonically non-decreasing, meaning that each value is greater than or equal to the preceding value.&#10;Hint: typical interval for values in key array is within range of 0 to 1, but larger intervals can be defined with arbitrary bounds." name="key"/>
	<attribute tooltip="[easeInEaseOut &inputOutputLabel; &MFVec2fLabel; #IMPLIED]&#10;Array of paired values for easeOut fraction and easeIn fraction within each key interval.&#10;ヒント: number of easeInEaseOut values must be one less than the number of keys." name="easeInEaseOut"/>
	<attribute tooltip="[set_fraction &inputOnlyLabel; &SFFloatLabel; #FIXED &#34;&#34;]&#10;set_fraction selects input fraction for computation of corresponding easeInEaseOut output value, modifiedFraction_changed.&#10;Hint: set_fraction values are typically in same range interval as values in the key array. Response to an input set_fraction value less than minimum is equivalent to minimum key, and response to an input set_fraction value greater than maximum is equivalent to maximum key.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_fraction"/>
	<attribute tooltip="[modifiedFraction_changed &outputOnlyLabel; &SFFloatLabel; #FIXED &#34;&#34;]&#10;Interpolated output value determined by current key time, corresponding easeInEaseOut smoothing intervals, and corresponding key pair.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="modifiedFraction_changed"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/ProximitySensor.gif" tooltip="(X3D version 3.2 or later) TransformSensor generates output events when its targetObject enters, exits, and moves within a region in space (defined by a box).&#10;ヒント: Each TransformSensor node behaves independently of all other TransformSensor nodes, so that every enabled TransformSensor node affected by targetObject motion sends output events.&#10;ヒント: multiply instanced (DEF/USE) TransformSensor nodes in different locations use the union of all boxes to check for enter and exit, detecting enter and exit for all instances of the box, and sending enter/exit events appropriately. For non-overlapping bounding boxes, position_changed and orientation_changed events are calculated relative to the coordinate system associated with the bounding box in which the proximity was detected.&#10;Warning: results are undefined if boxes  overlap for multiply instanced TransformSensor nodes.&#10;Warning: a TransformSensor node with a zero-volume box (i.e. any size dimension equal to 0.0) cannot generate events, equivalent to enabled=false.&#10;Warning: unlike TouchSensor nodes, there is no notion of a TransformSensor node lower in the scene graph grabbing events." name="TransformSensor">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[enabled &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enables/disables node operation." name="enabled"/>
	<attribute tooltip="[center &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Translation offset from origin of local coordinate system." name="center"/>
	<attribute tooltip="[size &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;] [0,+&#8734;)&#10;size of intersection box, measured from center in meters." name="size"/>
	<attribute tooltip="[targetObject &inputOutputLabel; &SFNodeLabel;, NULL node] [X3DGroupingNode|X3DShapeNode]&#10;targetObject is the movable geometry represented by any valid X3DGroupingNode or X3DShapeNode which may enter or exit the box." name="targetObject"/>
	<attribute tooltip="[isActive &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;isActive true/false events are sent when triggering the sensor.&#10;isActive=true when targetObject enters the box region, isActive=false when targetObject exits the box region.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isActive"/>
	<attribute tooltip="[enterTime &outputOnlyLabel; &SFTimeLabel; #FIXED &#34;&#34;]&#10;Time event generated when targetObject enters the box region for sensor.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="enterTime"/>
	<attribute tooltip="[exitTime &outputOnlyLabel; &SFTimeLabel; #FIXED &#34;&#34;]&#10;Time event generated when targetObject exits the box region for sensor.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="exitTime"/>
	<attribute tooltip="[position_changed &outputOnlyLabel; &SFVec3fLabel; #FIXED &#34;&#34;]&#10;Sends translation event relative to center whenever the target object is contained within the box region and results change.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="position_changed"/>
	<attribute tooltip="[orientation_changed &outputOnlyLabel; &SFRotationLabel; #FIXED &#34;&#34;]&#10;Sends rotation event relative to center whenever the target object is contained within the box region and results change.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="orientation_changed"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <!-- X3D version 3.2 Interpolation component -->
    <element icon="icons/PositionInterpolator.gif" tooltip="(X3D version 3.2 or later) SplinePositionInterpolator performs non-linear interpolation among paired lists of 3-tuple values and velocities to produce an SFVec3f value_changed output event.&#10;ヒント: typical input connection is ROUTE someTimeSensorDEF.fraction_changed TO someInterpolatorDEF.set_fraction&#10;ヒント: typical output connection is ROUTE someInterpolatorDEF.value_changed TO destinationNode.set_attribute.&#10;Warning: requires X3D profile='Full' or else include &lt;component name='Interpolation' level='4'/&gt;" name="SplinePositionInterpolator">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[closed &inputOutputLabel; &SFBoolLabel; &#34;false&#34;]&#10;Whether or not the curve is closed (i.e. matching end values), with continuous velocity vectors as the interpolator transitions from the last key to the first key.&#10;Warning: if velocity vectors at first and last keys are specified, the closed field is ignored.&#10;Warning: if keyValues at first and last key are not identical, the closed field is ignored." name="closed"/>
	<attribute tooltip="[key &inputOutputLabel; &MFFloatLabel; #IMPLIED]&#10;Definition parameters for nonlinear-interpolation function time intervals, listed in non-decreasing order and corresponding to keyValue, keyVelocity array values.&#10;Warning: number of keys must match number of keyValues!&#10;Warning: values in key array shall be monotonically non-decreasing, meaning that each value is greater than or equal to the preceding value.&#10;Hint: typical interval for values in key array is within range of 0 to 1, but larger intervals can be defined with arbitrary bounds." name="key"/>
	<attribute tooltip="[keyValue &inputOutputLabel; &MFVec3fLabel; #IMPLIED]&#10;Output values for nonlinear interpolation, each corresponding to an input-fraction value in the key array.&#10;Warning: number of keys must match number of keyValues!" name="keyValue"/>
	<attribute tooltip="[keyVelocity &inputOutputLabel; &MFVec3fLabel; #IMPLIED]&#10;Output values for nonlinear interpolation, each corresponding to an input-fraction value in the key array.&#10;Warning: number of keys must match number of keyVelocity values!" name="keyVelocity"/>
	<attribute tooltip="[normalizeVelocity &inputOutputLabel; &SFBoolLabel; &#34;false&#34;]&#10;normalizeVelocity field specifies whether the velocity vectors are normalized to produce smooth speed transitions, or  transformed into tangency vectors.&#10;ヒント:&#10;https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/interp.html#NonlinearInterpolation" name="normalizeVelocity"/>
	<attribute tooltip="[set_fraction &inputOnlyLabel; &SFFloatLabel; #FIXED &#34;&#34;]&#10;set_fraction selects input key for corresponding use of keyValue, keyVelocity values for output computation.&#10;Hint: set_fraction values are typically in same range interval as values in the key array. Response to an input set_fraction value less than minimum is equivalent to minimum key, and response to an input set_fraction value greater than maximum is equivalent to maximum key.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_fraction"/>
	<attribute tooltip="[value_changed &outputOnlyLabel; &SFVec3fLabel; #FIXED &#34;&#34;]&#10;Nonlinearly interpolated output value computed by using current time fraction along with corresponding key, keyValue and keyVelocity values.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="value_changed"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/PositionInterpolator2D.gif" tooltip="(X3D version 3.2 or later) SplinePositionInterpolator2D performs non-linear interpolation among paired lists of 2-tuple values and velocities to produce an SFVec2f value_changed output event.&#10;ヒント: typical input connection is ROUTE someTimeSensorDEF.fraction_changed TO someInterpolatorDEF.set_fraction&#10;ヒント: typical output connection is ROUTE someInterpolatorDEF.value_changed TO destinationNode.set_attribute.&#10;Warning: requires X3D profile='Full' or else include &lt;component name='Interpolation' level='4'/&gt;" name="SplinePositionInterpolator2D">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[closed &inputOutputLabel; &SFBoolLabel; &#34;false&#34;]&#10;Whether or not the curve is closed (i.e. matching end values), with continuous velocity vectors as the interpolator transitions from the last key to the first key.&#10;Warning: if velocity vectors at first and last keys are specified, the closed field is ignored.&#10;Warning: if keyValues at first and last key are not identical, the closed field is ignored." name="closed"/>
	<attribute tooltip="[key &inputOutputLabel; &MFFloatLabel; #IMPLIED]&#10;Definition parameters for nonlinear-interpolation function time intervals, listed in non-decreasing order and corresponding to keyValue, keyVelocity array values.&#10;Warning: number of keys must match number of keyValues!&#10;Warning: values in key array shall be monotonically non-decreasing, meaning that each value is greater than or equal to the preceding value.&#10;Hint: typical interval for values in key array is within range of 0 to 1, but larger intervals can be defined with arbitrary bounds." name="key"/>
	<attribute tooltip="[keyValue &inputOutputLabel; &MFVec2fLabel; #IMPLIED]&#10;Output values for nonlinear interpolation, each corresponding to an input-fraction value in the key array.&#10;Warning: number of keys must match number of keyValues!" name="keyValue"/>
	<attribute tooltip="[keyVelocity &inputOutputLabel; &MFVec2fLabel; #IMPLIED]&#10;Output values for nonlinear interpolation, each corresponding to an input-fraction value in the key array.&#10;Warning: number of keys must match number of keyVelocity values!" name="keyVelocity"/>
	<attribute tooltip="[normalizeVelocity &inputOutputLabel; &SFBoolLabel; &#34;false&#34;]&#10;normalizeVelocity field specifies whether the velocity vectors are normalized to produce smooth speed transitions, or  transformed into tangency vectors.&#10;ヒント:&#10;https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/interp.html#NonlinearInterpolation" name="normalizeVelocity"/>
	<attribute tooltip="[set_fraction &inputOnlyLabel; &SFFloatLabel; #FIXED &#34;&#34;]&#10;set_fraction selects input key for corresponding use of keyValue, keyVelocity values for output computation.&#10;Hint: set_fraction values are typically in same range interval as values in the key array. Response to an input set_fraction value less than minimum is equivalent to minimum key, and response to an input set_fraction value greater than maximum is equivalent to maximum key.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_fraction"/>
	<attribute tooltip="[value_changed &outputOnlyLabel; &SFVec2fLabel; #FIXED &#34;&#34;]&#10;Nonlinearly interpolated output value computed by using current time fraction along with corresponding key, keyValue and keyVelocity values.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="value_changed"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/ScalarInterpolator.gif" tooltip="(X3D version 3.2 or later) SplineScalarInterpolator performs non-linear interpolation among paired lists of float values and velocities to produce an SFFloat value_changed output event.&#10;ヒント: typical input connection is ROUTE someTimeSensorDEF.fraction_changed TO someInterpolatorDEF.set_fraction&#10;ヒント: typical output connection is ROUTE someInterpolatorDEF.value_changed TO destinationNode.set_attribute.&#10;Warning: requires X3D profile='Full' or else include &lt;component name='Interpolation' level='4'/&gt;" name="SplineScalarInterpolator">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[closed &inputOutputLabel; &SFBoolLabel; &#34;false&#34;]&#10;Whether or not the curve is closed (i.e. matching end values), with continuous velocity vectors as the interpolator transitions from the last key to the first key.&#10;Warning: if velocity vectors at first and last keys are specified, the closed field is ignored.&#10;Warning: if keyValues at first and last key are not identical, the closed field is ignored." name="closed"/>
	<attribute tooltip="[key &inputOutputLabel; &MFFloatLabel; #IMPLIED]&#10;Definition parameters for nonlinear-interpolation function time intervals, listed in non-decreasing order and corresponding to keyValue, keyVelocity array values.&#10;Warning: number of keys must match number of keyValues!&#10;Warning: values in key array shall be monotonically non-decreasing, meaning that each value is greater than or equal to the preceding value.&#10;Hint: typical interval for values in key array is within range of 0 to 1, but larger intervals can be defined with arbitrary bounds." name="key"/>
	<attribute tooltip="[keyValue &inputOutputLabel; &MFFloatLabel; #IMPLIED]&#10;Output values for nonlinear interpolation, each corresponding to an input-fraction value in the key array.&#10;Warning: number of keys must match number of keyValues!" name="keyValue"/>
	<attribute tooltip="[keyVelocity &inputOutputLabel; &MFFloatLabel; #IMPLIED]&#10;Output values for nonlinear interpolation, each corresponding to an input-fraction value in the key array.&#10;Warning: number of keys must match number of keyVelocity values!" name="keyVelocity"/>
	<attribute tooltip="[normalizeVelocity &inputOutputLabel; &SFBoolLabel; &#34;false&#34;]&#10;normalizeVelocity field specifies whether the velocity vectors are normalized to produce smooth speed transitions, or  transformed into tangency vectors.&#10;ヒント:&#10;https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/interp.html#NonlinearInterpolation" name="normalizeVelocity"/>
	<attribute tooltip="[set_fraction &inputOnlyLabel; &SFFloatLabel; #FIXED &#34;&#34;]&#10;set_fraction selects input key for corresponding use of keyValue, keyVelocity values for output computation.&#10;Hint: set_fraction values are typically in same range interval as values in the key array. Response to an input set_fraction value less than minimum is equivalent to minimum key, and response to an input set_fraction value greater than maximum is equivalent to maximum key.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_fraction"/>
	<attribute tooltip="[value_changed &outputOnlyLabel; &SFFloatLabel; #FIXED &#34;&#34;]&#10;Nonlinearly interpolated output value computed by using current time fraction along with corresponding key, keyValue and keyVelocity values.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="value_changed"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/OrientationInterpolator.gif" tooltip="(X3D version 3.2 or later) SquadOrientationInterpolator performs non-linear interpolation among paired lists of rotation values to produce an SFRotation value_changed output event.&#10;ヒント: Squad is an acronym for Spherical Cubic Interpolation.&#10;ヒント: typical input connection is ROUTE someTimeSensorDEF.fraction_changed TO someInterpolatorDEF.set_fraction&#10;ヒント: typical output connection is ROUTE someInterpolatorDEF.value_changed TO destinationNode.set_attribute.&#10;Warning: requires X3D profile='Full' or else include &lt;component name='Interpolation' level='5'/&gt;" name="SquadOrientationInterpolator">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[normalizeVelocity &inputOutputLabel; &SFBoolLabel; &#34;false&#34;]&#10;normalizeVelocity field specifies whether the velocity vectors are normalized to produce smooth speed transitions, or  transformed into tangency vectors.&#10;Hint: X3D 19.2.3 Non-linear interpolation https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/interp.html#NonlinearInterpolation" name="normalizeVelocity"/>
	<attribute tooltip="[key &inputOutputLabel; &MFFloatLabel; #IMPLIED]&#10;Definition parameters for nonlinear-interpolation function time intervals, listed in non-decreasing order and corresponding to keyValue, keyVelocity array values.&#10;Warning: number of keys must match number of keyValues!&#10;Warning: values in key array shall be monotonically non-decreasing, meaning that each value is greater than or equal to the preceding value.&#10;Hint: typical interval for values in key array is within range of 0 to 1, but larger intervals can be defined with arbitrary bounds." name="key"/>
	<attribute tooltip="[keyValue &inputOutputLabel; &MFRotationLabel; #IMPLIED]&#10;Output values for nonlinear interpolation, each corresponding to an input-fraction value in the key array.&#10;Warning: number of keys must match number of keyValues!" name="keyValue"/>
	<attribute tooltip="[set_fraction &inputOnlyLabel; &SFFloatLabel; #FIXED &#34;&#34;]&#10;set_fraction selects input key for corresponding use of keyValue, keyVelocity values for output computation.&#10;Hint: set_fraction values are typically in same range interval as values in the key array. Response to an input set_fraction value less than minimum is equivalent to minimum key, and response to an input set_fraction value greater than maximum is equivalent to maximum key.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_fraction"/>
	<attribute tooltip="[value_changed &outputOnlyLabel; &SFRotationLabel; #FIXED &#34;&#34;]&#10;Nonlinearly interpolated output value computed by using current time fraction along with corresponding key, keyValue and keyVelocity values.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="value_changed"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <!-- Layering component -->
    <element icon="icons/Group.gif" tooltip="(X3D version 3.2 or later) Layer contains a list of children nodes that define the contents of the layer.&#10;ヒント: no transformations are possible above each Layerset/Layer combination in the scene graph hierarchy.&#10;ヒント: each Layer node contains its own binding stacks and thus has its own viewpoints and navigation." name="Layer">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[children &inputOutputLabel; &MFNodeLabel;, empty list] [X3DChildNode]&#10;Nodes making up this layer.&#10;ヒント: no transformations are possible above each Layerset/Layer combination in the scene graph hierarchy.&#10;Hint: inputOnly MFNode addChildren field can append new X3DChildNode nodes via a ROUTE connection, duplicate input nodes (i.e. matching DEF, USE values) are ignored.&#10;Hint: inputOnly MFNode removeChildren field can remove nodes from the children list, unrecognized input nodes (i.e. nonmatching DEF, USE values) are ignored.&#10;Hint: X3D Architecture 10.2.1 Grouping and children node types, https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#GroupingAndChildrenNodes" name="children"/>
	<attribute tooltip="[viewport &inputOutputLabel; &SFNodeLabel;, NULL node] [X3DViewportNode]&#10;The viewport field is a single Viewport node that constrains layer output to a sub-region of the render surface." name="viewport"/>
	<attribute tooltip="[isPickable &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;isPickable determines whether pick traversal is performed for this layer.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isPickable"/>
	<attribute tooltip="[bboxCenter &initializeOnlyLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxCenter"/>
	<attribute tooltip="[bboxSize &initializeOnlyLabel; &SFVec3fLabel; &#34;-1 -1 -1&#34;]&#10;Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint.&#10;Hint: can be useful for collision computations or inverse-kinematics (IK) engines.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxSize"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Group.gif" tooltip="(X3D version 3.2 or later) LayerSet defines a list of layers and a rendering order. The rendering order is specified by the order field.&#10;ヒント: the layer first specified in the order field is the first layer rendered and appears below any other layers. The layer last specified in the order field is the last layer rendered and correspondingly appears on top of all other layers.&#10;Warning: only one LayerSet node is allowed in a scene, and it shall be a root node at the top of the scene graph.&#10;Hint: X3D Architecture 35.2.1 Overview of layering https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/layering.html#OverviewOfLayering" name="LayerSet">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[layers &inputOutputLabel; &MFNodeLabel;, empty list] [X3DLayerNode]&#10;The layers list defines a list of Layer nodes that contain the constituent parts of the scene. Each layer is assigned an ordinal number depending on its position in this contained list of nodes.&#10;ヒント: Ordinal values start with the numeral 1 representing the first item in the list.&#10;ヒント: nodes that are not part of a layer are considered to be in layer 0." name="layers"/>
	<attribute tooltip="[activeLayer &inputOutputLabel; &SFInt32Label; &#34;0&#34;] [0,+&#8734;)&#10;activeLayer field specifies the layer in which navigation takes place.&#10;ヒント: nodes that are not part of a layer are considered to be in layer 0." name="activeLayer"/>
	<attribute tooltip="[order &inputOutputLabel; &MFInt32Label; &#34;0&#34;] [0,+&#8734;)&#10;The order list defines the order in which layers are rendered. Each value corresponds to the ordinals of the layers.&#10;ヒント: the order list may contain repetitions of ordinal values, in which case the layer is rendered again.&#10;Warning: if order contains number values that are not ordinals assigned to layers, such numbers are ignored.&#10;Warning: layers that are not included in the order list are not rendered." name="order"/>
	<attribute tooltip="[bboxCenter &initializeOnlyLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxCenter"/>
	<attribute tooltip="[bboxSize &initializeOnlyLabel; &SFVec3fLabel; &#34;-1 -1 -1&#34;]&#10;Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint.&#10;Hint: can be useful for collision computations or inverse-kinematics (IK) engines.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxSize"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Viewpoint.gif" tooltip="(X3D version 3.2 or later) Viewport is a Grouping node that can contain most nodes. Viewport specifies a set of rectangular clip boundaries against which the children nodes are clipped as they are rendered." name="Viewport">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[children &inputOutputLabel; &MFNodeLabel;, empty list] [X3DChildNode]&#10;Grouping nodes contain an ordered list of children nodes.&#10;ヒント: Each grouping node defines a coordinate space for its children, relative to the coordinate space of its parent node. Thus transformations accumulate down the scene graph hierarchy.&#10;Hint: inputOnly MFNode addChildren field can append new X3DChildNode nodes via a ROUTE connection, duplicate input nodes (i.e. matching DEF, USE values) are ignored.&#10;Hint: inputOnly MFNode removeChildren field can remove nodes from the children list, unrecognized input nodes (i.e. nonmatching DEF, USE values) are ignored.&#10;Hint: X3D Architecture 10.2.1 Grouping and children node types, https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#GroupingAndChildrenNodes" name="children"/>
	<attribute tooltip="[clipBoundary &inputOutputLabel; &SFVec4fLabel; &#34;0 1 0 1&#34;] [0,1]&#10;clipBoundary is specified in fractions of the normal render surface in the sequence left/right/bottom/top. When children are rendered, the output will only appear in the specified subset of the render surface.&#10;ヒント: default value 0 1 0 1 indicates 0-1 left-to-right and 0-1 bottom-to-top, meaning full view." name="clipBoundary"/>
	<attribute tooltip="[bboxCenter &initializeOnlyLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxCenter"/>
	<attribute tooltip="[bboxSize &initializeOnlyLabel; &SFVec3fLabel; &#34;-1 -1 -1&#34;]&#10;Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint.&#10;Hint: can be useful for collision computations or inverse-kinematics (IK) engines.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxSize"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;viewport&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Warning: X3D Schema has incorrect default value for containerField.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <!-- Layout component -->
    <element icon="icons/Group.gif" tooltip="(X3D version 3.2 or later) Layout node is used as layout field of LayoutLayer and LayoutGroup nodes. Layout provides all parameters required to define the size, location and scale of a 2D rectangular region.&#10;ヒント: the align, offset, and offsetUnits fields are used to determine the location of the layout region." name="Layout">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[align &inputOutputLabel; &MFStringLabel; &LayoutAlignHorizontalValues; &LayoutAlignVerticalValues; &quot;CENTER&quot; &quot;CENTER&quot;]&#10;The align field values align the sized rectangle to an edge or center of the parent rectangle. Two quoted string values are provided. The first value is for horizontal direction (LEFT | CENTER | RIGHT) and the second value is for vertical direction (BOTTOM | CENTER | TOP).&#10;Examples: &#34;CENTER&#34; &#34;CENTER&#34; (default value), &#34;LEFT&#34; &#34;TOP&#34; or &#34;RIGHT&#34; &#34;BOTTOM&#34;.&#10;Warning: two values (or possibly one value) only.&#10;Warning: if the align field has only one value, that value shall be &quot;CENTER&quot; and apply both horizontally and vertically.&#10;ヒント: MFString arrays can have multiple values, so &quot;separate each individual string&quot; &quot;by using quote marks&quot;." name="align"/>
	<attribute tooltip="[offset &initializeOnlyLabel; &MFFloatLabel; 0 0] (-&#8734;,+&#8734;)&#10;The values of the offset field are used to translate the location of this rectangle after the initial alignment. The offsetUnits field specifies how to interpret the offset field.&#10;Warning: if only one value is provided, it applies equally to horizontal and vertical directions (width and height).  More than two values are not allowed." name="offset"/>
	<attribute tooltip="[offsetUnits &inputOutputLabel; &MFStringLabel; &LayoutOffsetUnitsValues; &quot;WORLD&quot; &quot;WORLD&quot;]&#10;The offsetUnits field values are used to interprete the offset values. Two quoted string values are provided. The first value is for horizontal offset, and the second value is for vertical offset.&#10;Examples: &#34;WORLD&#34; &#34;WORLD&#34; (default value), &#34;FRACTION&#34; &#34;FRACTION&#34; or &#34;PIXEL&#34; &#34;PIXEL&#34;.&#10;ヒント: If the value of the offsetUnits field is FRACTION, the size of the corresponding dimension is interpreted as a fraction of the corresponding parent窶冱 dimension.&#10;Warning: if only one value is provided, it applies equally to horizontal and vertical directions (width and height).  More than two values are not allowed.&#10;ヒント: MFString arrays can have multiple values, so &quot;separate each individual string&quot; &quot;by using quote marks&quot;." name="offsetUnits"/>
        <attribute tooltip="[scaleMode &inputOutputLabel; &MFStringLabel; &LayoutScaleModeValues; &quot;NONE&quot; &quot;NONE&quot;]&#10;The scaleMode field specifies how the scale of the parent is modified. Two quoted string values are provided. The first value is for horizontal scale and the second value is for vertical scale.&#10;Examples: &#34;NONE&#34; &#34;NONE&#34; (default value), &#34;FRACTION&#34; &#34;FRACTION&#34;, &#34;STRETCH&#34; &#34;STRETCH&#34; or &#34;PIXEL&#34; &#34;PIXEL&#34;.&#10;ヒント: A scaleMode field value of NONE specifies that the corresponding scale value is not modified. Instead, the scale is inherited from its parent. Since a LayoutLayer node does not have a parent, the value of NONE reverts to FRACTION.&#10;ヒント: A scaleMode value of FRACTION specifies a scale in the corresponding direction so that one unit is equal to the dimension (width or height) of this rectangle.&#10;ヒント: a scaleMode value of STRETCH specifies a scale in the corresponding direction such that the resulting scale in the horizontal direction is equal to the scale in the vertical direction, thus producing a uniform scale.&#10;ヒント: a value of PIXEL specifies a scale in the corresponding direction such that one unit is equal to one pixel.&#10;Warning: if only one value is provided, it applies equally to horizontal and vertical directions (width and height).  More than two values are not allowed.&#10;ヒント: MFString arrays can have multiple values, so &quot;separate each individual string&quot; &quot;by using quote marks&quot;." name="scaleMode"/>
	<attribute tooltip="[size &initializeOnlyLabel; &MFFloatLabel; 1 1] (0,+&#8734;)&#10;The two values in the size field define the width and height of the layout rectangle. The sizeUnits field specifies how to interpret the size values.&#10;Warning: if only one value is provided, it applies equally to horizontal and vertical directions (width and height).  More than two values are not allowed." name="size"/>
	<attribute tooltip="[sizeUnits &inputOutputLabel; &MFStringLabel; &LayoutOffsetUnitsValues; &quot;WORLD&quot; &quot;WORLD&quot;]&#10;The sizeUnits field values are used to interprete the offset values. Two quoted string values are provided. The first value is for horizontal size, and the second value is for vertical size.&#10;Examples: &#34;WORLD&#34; &#34;WORLD&#34; (default value), &#34;FRACTION&#34; &#34;FRACTION&#34; or &#34;PIXEL&#34; &#34;PIXEL&#34;.&#10;ヒント: If the value of the sizeUnits field is FRACTION, the size of the corresponding dimension is interpreted as a fraction of the corresponding parent窶冱 dimension.&#10;Warning: if only one value is provided, it applies equally to horizontal and vertical directions (width and height).  More than two values are not allowed.&#10;ヒント: MFString arrays can have multiple values, so &quot;separate each individual string&quot; &quot;by using quote marks&quot;." name="sizeUnits"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Group.gif" tooltip="(X3D version 3.2 or later) LayoutGroup is a Grouping node that can contain most nodes, whose children are related by a common layout within a parent layout.&#10;The layout field contains an X3DLayoutNode node that provides the information required to locate and size the layout region of the LayoutGroup node relative to its parent窶冱 layout region. LayoutGroup content is clipped by the specified viewport node.&#10;ヒント: The origin of the node is always in the center of its layout region. Thus, children (with the exception of LayoutGroup) are specified in a coordinate system whose origin is located at the center of the rectangle and can be transformed from that location.&#10;Warning: a LayoutGroup can only be a child of a LayoutLayer node or another LayoutGroup node.&#10;ヒント: insert a Shape node before adding geometry or Appearance.&#10;ヒント: LayoutGroup does not directly have any pixel-dependent concepts. However, it can contain a Layout node that does have pixel-specific options." name="LayoutGroup">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[layout &inputOutputLabel; &SFNodeLabel;, NULL node] [X3DLayoutNode]&#10;The layout field contains an X3DLayoutNode node that provides the information required to locate and size the layout region of the LayoutGroup node relative to its parent窶冱 layout region, and also to scale the contents of the LayoutGroup." name="layout"/>
	<attribute tooltip="[viewport &inputOutputLabel; &SFNodeLabel;, NULL node] [X3DViewportNode]&#10;The content of the LayoutGroup is clipped by the specified viewport." name="viewport"/>
	<attribute tooltip="[children &inputOutputLabel; &MFNodeLabel;, empty list] [X3DChildNode]&#10;Grouping nodes contain an ordered list of children nodes.&#10;ヒント: Each grouping node defines a coordinate space for its children, relative to the coordinate space of its parent node. Thus transformations accumulate down the scene graph hierarchy.&#10;Hint: inputOnly MFNode addChildren field can append new X3DChildNode nodes via a ROUTE connection, duplicate input nodes (i.e. matching DEF, USE values) are ignored.&#10;Hint: inputOnly MFNode removeChildren field can remove nodes from the children list, unrecognized input nodes (i.e. nonmatching DEF, USE values) are ignored.&#10;Hint: X3D Architecture 10.2.1 Grouping and children node types, https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#GroupingAndChildrenNodes" name="children"/>
	<attribute tooltip="[bboxCenter &initializeOnlyLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxCenter"/>
	<attribute tooltip="[bboxSize &initializeOnlyLabel; &SFVec3fLabel; &#34;-1 -1 -1&#34;]&#10;Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint.&#10;Hint: can be useful for collision computations or inverse-kinematics (IK) engines.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxSize"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Group.gif" tooltip="(X3D version 3.2 or later) LayoutLayer is a Grouping node that can contain most nodes. LayoutLayer content is clipped by the specified viewport node.&#10;ヒント: insert a Shape node before adding geometry or Appearance.&#10;Warning: better functional description needed in X3D specification." name="LayoutLayer">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[layout &inputOutputLabel; &SFNodeLabel;, NULL node] [X3DLayoutNode]&#10;The layout field contains an X3DLayoutNode node that provides the information required to locate and size the layout region of the LayoutGroup node relative to its parent窶冱 layout region, and also to scale the contents of the LayoutGroup." name="layout"/>
	<attribute tooltip="[viewport &inputOutputLabel; &SFNodeLabel;, NULL node] [X3DViewportNode]&#10;The content of the LayoutGroup is clipped by the specified viewport." name="viewport"/>
	<attribute tooltip="[children &inputOutputLabel; &MFNodeLabel;, empty list] [X3DChildNode]&#10;Grouping nodes contain an ordered list of children nodes.&#10;ヒント: Each grouping node defines a coordinate space for its children, relative to the coordinate space of its parent node. Thus transformations accumulate down the scene graph hierarchy.&#10;Hint: inputOnly MFNode addChildren field can append new X3DChildNode nodes via a ROUTE connection, duplicate input nodes (i.e. matching DEF, USE values) are ignored.&#10;Hint: inputOnly MFNode removeChildren field can remove nodes from the children list, unrecognized input nodes (i.e. nonmatching DEF, USE values) are ignored.&#10;Hint: X3D Architecture 10.2.1 Grouping and children node types, https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#GroupingAndChildrenNodes" name="children"/>
	<attribute tooltip="[isPickable &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;isPickable determines whether pick traversal is performed for this layer.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isPickable"/>
	<attribute tooltip="[bboxCenter &initializeOnlyLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxCenter"/>
	<attribute tooltip="[bboxSize &initializeOnlyLabel; &SFVec3fLabel; &#34;-1 -1 -1&#34;]&#10;Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint.&#10;Hint: can be useful for collision computations or inverse-kinematics (IK) engines.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxSize"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/FontStyle.gif" tooltip="(X3D version 3.2 or later) ScreenFontStyle is an X3DFontStyleNode defines the size, family, justification, and other styles used within a screen layout. ScreenFontStyle renders text so that it appears identical to typical 2D applications by specifying pointSize in points (as in 2D document layout) rather than size in meters. Each glyph of text is rendered as a quadrilateral with a texture applied.&#10;ヒント: first add a Text node as a parent." name="ScreenFontStyle">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[family &initializeOnlyLabel; &MFStringLabel; &FontStyleFamilyValues; &#34;SERIF&#34;]&#10;Array of quoted font family names in preference order, browsers use the first supported family.&#10;Hint: example family array might be &#34;Times&#34; &#34;SERIF&#34;&#10;Warning: font family support often varies.&#10;ヒント: values with guaranteed support include &#34;SERIF&#34; &#34;SANS&#34; &#34;TYPEWRITER&#34;.&#10;ヒント: SERIF and SANS are variable-width fonts (for example, Times Roman and Arial).&#10;ヒント: TYPEWRITER is a fixed-width font (for example, Courier).&#10;ヒント: MFString arrays can have multiple values, so &quot;separate each individual string&quot; &quot;by using quote marks&quot;.&#10;ヒント: see 15.2.2.2 Font family and style https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/text.html#Fontfamilyandstyle for details.&#10;Hint: relates to Internationalization (i18n) http://www.w3.org/standards/webdesign/i18n" name="family"/>
	<attribute tooltip="[style &initializeOnlyLabel; &SFStringLabel; &FontStyleStyleValues; PLAIN]&#10;Pick one of four values for text style.&#10;Warning: do not wrap extra quotation marks  around these SFString enumeration values, since &#34;quotation&#34; &#34;marks&#34; are only used for MFString values.&#10;ヒント: see 15.2.2.2 Font family and style https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/text.html#Fontfamilyandstyle for details." name="style"/>
	<attribute tooltip="[justify &initializeOnlyLabel; &MFStringLabel; &FontStyleJustifyValues; &quot;BEGIN&quot; or &quot;BEGIN&quot; &quot;END&quot;]The justify field determines alignment of the above text layout relative to the origin of the object coordinate system.&#10;Hint: preferred value is usually justify=' &quot;MIDDLE&quot; &quot;MIDDLE&quot; ' for centered justification horizontally and vertically.&#10;Warning: exactly two string values are provided for major and minor axis alignment.&#10;Warning: do not use illegal values such as LEFT RIGHT TOP BOTTOM or CENTER.&#10;ヒント: MFString arrays can have multiple values, so &quot;separate each individual string&quot; &quot;by using quote marks&quot;.&#10;ヒント: see 15.2.2.3 Direction and justification https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/text.html#Directionandjustification for details." name="justify"/>
	<attribute tooltip="[pointSize &initializeOnlyLabel; &SFFloatLabel; &#34;12.0&#34;] (0,+&#8734;)&#10;pointSize field specifies the size of text in points. Nominal height (in local coordinate system) of text glyphs&#10;Also sets default spacing between adjacent lines of text.&#10;ヒント: pointSize replaces the size field of the FontStyle node." name="pointSize"/>
	<attribute tooltip="[spacing &initializeOnlyLabel; &SFFloatLabel; &#34;1.0&#34;] [0,+&#8734;)&#10;Adjustment factor for line spacing between adjacent lines of text." name="spacing"/>
	<attribute tooltip="[language &initializeOnlyLabel; &SFStringLabel; #IMPLIED]&#10;Language codes consist of a primary code and a (possibly empty) series of subcodes.&#10;[ language-code = primary-code ( &quot;-&quot; subcode )* ]&#10;Two-letter primary codes are reserved for language abbreviations.&#10;Two-letter primary codes include en (English), fr (French), de (German), it (Italian), nl (Dutch),  el (Greek), es (Spanish), pt (Portuguese),  ar (Arabic), he (Hebrew), ru (Russian), zh (Chinese), ja (Japanese), hi (Hindi), ur (Urdu), and sa (Sanskrit).&#10;Any two-letter subcode is understood to be a country code.&#10;Warning: do not wrap extra quotation marks  around these SFString enumeration values, since &#34;quotation&#34; &#34;marks&#34; are only used for MFString values.&#10;ヒント: see ISO3166 or http://xml.coverpages.org/languageIdentifiers.html&#10;Hint: relates to Internationalization (i18n) http://www.w3.org/standards/webdesign/i18n" name="language"/>
	<attribute tooltip="[horizontal &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether text direction is horizontal (true) or vertical (false).&#10;ヒント: see 15.2.2.3 Direction and justification https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/text.html#Directionandjustification for details.&#10;Hint: relates to Internationalization (i18n) http://www.w3.org/standards/webdesign/i18n" name="horizontal"/>
	<attribute tooltip="[leftToRight &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether text direction is left-to-right (true) or right-to-left (false).&#10;ヒント: see 15.2.2.3 Direction and justification https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/text.html#Directionandjustification for details.&#10;Hint: relates to Internationalization (i18n) http://www.w3.org/standards/webdesign/i18n" name="leftToRight"/>
	<attribute tooltip="[topToBottom &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;Whether text direction is top-to-bottom (true) or bottom-to-top (false).&#10;ヒント: see 15.2.2.3 Direction and justification https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/text.html#Directionandjustification for details.&#10;Hint: relates to Internationalization (i18n) http://www.w3.org/standards/webdesign/i18n" name="topToBottom"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;fontStyle&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Group.gif" tooltip="(X3D version 3.2 or later) ScreenGroup is a Grouping node that can contain most nodes. ScreenGroup modifies the screen scale in such a way that one unit is equal to one pixel in both the horizontal and vertical directions.&#10;ヒント: insert a Shape node before adding geometry or Appearance." name="ScreenGroup">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[children &inputOutputLabel; &MFNodeLabel;, empty list] [X3DChildNode]&#10;Grouping nodes contain an ordered list of children nodes.&#10;ヒント: Each grouping node defines a coordinate space for its children, relative to the coordinate space of its parent node. Thus transformations accumulate down the scene graph hierarchy.&#10;Hint: inputOnly MFNode addChildren field can append new X3DChildNode nodes via a ROUTE connection, duplicate input nodes (i.e. matching DEF, USE values) are ignored.&#10;Hint: inputOnly MFNode removeChildren field can remove nodes from the children list, unrecognized input nodes (i.e. nonmatching DEF, USE values) are ignored.&#10;Hint: X3D Architecture 10.2.1 Grouping and children node types, https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#GroupingAndChildrenNodes" name="children"/>
	<attribute tooltip="[bboxCenter &initializeOnlyLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxCenter"/>
	<attribute tooltip="[bboxSize &initializeOnlyLabel; &SFVec3fLabel; &#34;-1 -1 -1&#34;]&#10;Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint.&#10;Hint: can be useful for collision computations or inverse-kinematics (IK) engines.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxSize"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <!-- Rigid body physics component -->
    <element icon="icons/Sphere.gif" tooltip="(X3D version 3.2 or later) BallJoint represents an unconstrained joint between two bodies that pivot about a common anchor point.&#10;Contains two RigidBody nodes (containerField values body1, body2).&#10;ヒント: RigidBodyPhysics component, level 2." name="BallJoint">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[anchorPoint &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;anchorPoint is joint center, specified in world coordinates." name="anchorPoint"/>
	<attribute tooltip="[forceOutput &inputOutputLabel; &MFStringLabel; &#34;NONE&#34;]&#10;forceOutput controls which output fields are generated for the next frame.&#10;Values are ALL, NONE, or exact names of output fields updated at start of next frame." name="forceOutput"/>
	<attribute tooltip="[body1AnchorPoint &outputOnlyLabel; &SFVec3fLabel;]&#10;body1AnchorPoint describes anchorPoint position relative to local coordinate reference frame.&#10;ヒント: can detect separation if body1AnchorPoint!=body2AnchorPoint.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="body1AnchorPoint"/>
	<attribute tooltip="[body2AnchorPoint &outputOnlyLabel; &SFVec3fLabel;]&#10;body2AnchorPoint describes anchorPoint position relative to local coordinate reference frame.&#10;ヒント: can detect separation if body1AnchorPoint!=body2AnchorPoint.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="body2AnchorPoint"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;joints&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Transform.gif" tooltip="(X3D version 3.2 or later) CollidableOffset repositions geometry relative to center of owning body.&#10;Contains a single CollidableShape or CollidableOffset node (containerField='collidable')." name="CollidableOffset">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[enabled &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enables/disables node operation." name="enabled"/>
	<attribute tooltip="[translation &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Position (x, y, z in meters) of children relative to local coordinate system.&#10;ヒント: The order of operation is first apply the center offset, then scaleOrientation and scale, then rotation, then restore the center offset, then translation." name="translation"/>
	<attribute tooltip="[rotation &inputOutputLabel; &SFRotationLabel; &#34;0 0 1 0&#34;]&#10;Orientation (axis, angle in radians) of children relative to local coordinate system.&#10;ヒント: The order of operation is first apply the center offset, then scaleOrientation and scale, then rotation, then restore the center offset, then translation." name="rotation"/>
	<attribute tooltip="[bboxCenter &initializeOnlyLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxCenter"/>
	<attribute tooltip="[bboxSize &initializeOnlyLabel; &SFVec3fLabel; &#34;-1 -1 -1&#34;]&#10;Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint.&#10;Hint: can be useful for collision computations or inverse-kinematics (IK) engines.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxSize"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/SHAPE32.png" tooltip="(X3D version 3.2 or later) CollidableShape connects the collision detection system, the rigid body model, and the renderable scene graph.&#10;Contains a single Shape node (containerField='shape') for animating collidable geometry.&#10;Warning: avoid changing Shape geometry at run time to prevent performance problems.&#10;Warning: apply containerField='shape' to single Shape child node, not containerField='children' default." name="CollidableShape">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[enabled &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enables/disables node operation." name="enabled"/>
	<attribute tooltip="[translation &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Position (x, y, z in meters) of children relative to local coordinate system.&#10;ヒント: The order of operation is first apply the center offset, then scaleOrientation and scale, then rotation, then restore the center offset, then translation." name="translation"/>
	<attribute tooltip="[rotation &inputOutputLabel; &SFRotationLabel; &#34;0 0 1 0&#34;]&#10;Orientation (axis, angle in radians) of children relative to local coordinate system.&#10;ヒント: The order of operation is first apply the center offset, then scaleOrientation and scale, then rotation, then restore the center offset, then translation." name="rotation"/>
	<attribute tooltip="[bboxCenter &initializeOnlyLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxCenter"/>
	<attribute tooltip="[bboxSize &initializeOnlyLabel; &SFVec3fLabel; &#34;-1 -1 -1&#34;]&#10;Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint.&#10;Hint: can be useful for collision computations or inverse-kinematics (IK) engines.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxSize"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Group.gif" tooltip="(X3D version 3.2 or later) CollisionCollection holds a collection of objects that can be managed as a single entity for resolution of inter-object collisions.&#10;ヒント: contains CollisionSpace, CollidableShape or CollidableOffset nodes (containerField='collidables')." name="CollisionCollection">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[appliedParameters &inputOutputLabel; &MFStringLabel; &#34;BOUNCE&#34;]&#10;Default global parameters for collision outputs of rigid body physics system. Contact node can override parent CollisionCollection node.&#10;Selectable values for array: &#34;BOUNCE&#34; &#34;USER_FRICTION&#34; &#34;FRICTION_COEFFICIENT-2&#34; &#34;ERROR_REDUCTION&#34; &#34;CONSTANT_FORCE&#34; &#34;SPEED-1&#34; &#34;SPEED-2&#34; &#34;SLIP-1&#34; &#34;SLIP-2&#34;.&#10;Hint: BOUNCE: bounce value is used; USER_FRICTION: apply user-supplied value; FRICTION_COEFFICIENT-2: apply frictionCoefficients values; ERROR_REDUCTION: apply softnessErrorCorrection value; CONSTANT_FORCE: apply softnessConstantForceMix value; SPEED-1: apply first component of surfaceSpeed array; SPEED-2: apply second component of surfaceSpeed array; SLIP-1: apply first component of slipFactors array; SLIP-2: apply second component of slipFactors array." name="appliedParameters"/>
	<attribute tooltip="[bounce &inputOutputLabel; &SFFloatLabel; &#34;0&#34;] [0,1]&#10;bounce indicates bounciness (0 = no bounce at all, 1 = maximum bounce)." name="bounce"/>
	<attribute tooltip="[enabled &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enables/disables node operation." name="enabled"/>
	<attribute tooltip="[frictionCoefficients &inputOutputLabel; &SFVec2fLabel; &#34;0 0&#34;]&#10;frictionCoefficients used for computing surface drag." name="frictionCoefficients"/>
	<attribute tooltip="[minBounceSpeed &inputOutputLabel; &SFFloatLabel; &#34;0&#34;] [0,+&#8734;)&#10;minBounceSpeed m/s needed to bounce." name="minBounceSpeed"/>
	<attribute tooltip="[slipFactors &inputOutputLabel; &SFVec2fLabel; &#34;0 0&#34;]&#10;slipFactors used for computing surface drag." name="slipFactors"/>
	<attribute tooltip="[softnessConstantForceMix &inputOutputLabel; &SFFloatLabel; &#34;0&#34;] [0,1]&#10;softnessConstantForceMix value applies a constant force value to make colliding surfaces appear to be somewhat soft." name="softnessConstantForceMix"/>
	<attribute tooltip="[softnessErrorCorrection &inputOutputLabel; &SFFloatLabel; &#34;0&#34;] [0,1]&#10;softnessErrorCorrection indicates fraction of collision error fixed in a set of evaluations (0 = no error correction, 1 = all errors corrected in single step)." name="softnessErrorCorrection"/>
	<attribute tooltip="[surfaceSpeed &inputOutputLabel; &SFVec2fLabel; &#34;0 0&#34;]&#10;surfaceSpeed defines speed vectors for computing surface drag, if contact surfaces move independently of bodies." name="surfaceSpeed"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;collider&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Collision.gif" tooltip="(X3D version 3.2 or later) CollisionSensor generates collision-detection events.&#10;ヒント: contains CollisionCollection node (containerField='collider').&#10;ヒント: CollisionSensor also has output events: CollidableOffset and CollidableShape nodes (containerField='intersections'), Contact nodes (containerField='contacts').&#10;ヒント: event timing details are explained in X3D Specification 4.4.8.3 Execution model https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/concepts.html#ExecutionModel" name="CollisionSensor">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[enabled &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enables/disables node operation." name="enabled"/>
	<attribute tooltip="[isActive &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;isActive true/false events are sent when sensing starts/stops.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isActive"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Collision.gif" tooltip="(X3D version 3.2 or later) CollisionSpace holds collection of objects considered together for resolution of inter-object collisions.&#10;Contains multiple CollidableShape, CollidableOffset, or CollisionSpace nodes (containerField='collidables')." name="CollisionSpace">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[enabled &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enables/disables node operation." name="enabled"/>
	<attribute tooltip="[useGeometry &inputOutputLabel; &SFBoolLabel; &#34;false&#34;]&#10;useGeometry indicates whether collision-detection code checks down to level of geometry,&#10;or only make approximations using geometry bounds.&#10;ヒント: testing against object bounds is usually sufficient.&#10;Warning: using geometry is more accurate but slower." name="useGeometry"/>
	<attribute tooltip="[bboxCenter &initializeOnlyLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxCenter"/>
	<attribute tooltip="[bboxSize &initializeOnlyLabel; &SFVec3fLabel; &#34;-1 -1 -1&#34;]&#10;Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint.&#10;Hint: can be useful for collision computations or inverse-kinematics (IK) engines.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxSize"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Transform.gif" tooltip="(X3D version 3.2 or later) Contact nodes are produced as output events when two collidable objects or spaces make contact.&#10;ヒント: contains two RigidBody nodes (containerField='body1' and containerField='body2') as well as two CollidableShape or CollidableOffset nodes (containerField='geometry1' and containerField='geometry2').&#10;Warning: Contact nodes are transient and can only occur at run time. It is an error to define this transient node in an X3D file. " name="Contact">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[appliedParameters &inputOutputLabel; &MFStringLabel; &#34;BOUNCE&#34;]&#10;Default global parameters for collision outputs of rigid body physics system. Contact node can override parent CollisionCollection node.&#10;Selectable values for array: &#34;BOUNCE&#34; &#34;USER_FRICTION&#34; &#34;FRICTION_COEFFICIENT-2&#34; &#34;ERROR_REDUCTION&#34; &#34;CONSTANT_FORCE&#34; &#34;SPEED-1&#34; &#34;SPEED-2&#34; &#34;SLIP-1&#34; &#34;SLIP-2&#34;.&#10;Hint: BOUNCE: bounce value is used; USER_FRICTION: apply user-supplied value; FRICTION_COEFFICIENT-2: apply frictionCoefficients values; ERROR_REDUCTION: apply softnessErrorCorrection value; CONSTANT_FORCE: apply softnessConstantForceMix value; SPEED-1: apply first component of surfaceSpeed array; SPEED-2: apply second component of surfaceSpeed array; SLIP-1: apply first component of slipFactors array; SLIP-2: apply second component of slipFactors array." name="appliedParameters"/>
	<attribute tooltip="[bounce &inputOutputLabel; &SFFloatLabel; &#34;0&#34;] [0,1]&#10;bounce indicates bounciness (0 = no bounce at all, 1 = maximum bounce)." name="bounce"/>
	<attribute tooltip="[contactNormal &inputOutputLabel; &SFVec3fLabel; &#34;0 1 0&#34;]&#10;contactNormal is unit vector describing normal between two colliding bodies." name="contactNormal"/>
	<attribute tooltip="[depth &inputOutputLabel; &SFFloatLabel; &#34;0&#34;] [0,1]&#10;depth indicates how deep the current intersection is along normal vector." name="depth"/>
	<attribute tooltip="[frictionCoefficients &inputOutputLabel; &SFVec2fLabel; &#34;0 0&#34;]&#10;frictionCoefficients used for computing surface drag." name="frictionCoefficients"/>
	<attribute tooltip="[frictionDirection &inputOutputLabel; &SFVec3fLabel; &#34;0 1 0&#34;]&#10;frictionDirection controls friction vector.&#10;ヒント: value of (0 0 0) indicates no friction." name="frictionDirection"/>
	<attribute tooltip="[minBounceSpeed &inputOutputLabel; &SFFloatLabel; &#34;0&#34;] [0,+&#8734;)&#10;minBounceSpeed m/s needed to bounce." name="minBounceSpeed"/>
	<attribute tooltip="[position &inputOutputLabel; &SFVec3fLabel; &#34;0 0 10&#34;]&#10;position (x, y, z in meters) of exact location of collision." name="position"/>
	<attribute tooltip="[slipCoefficients &inputOutputLabel; &SFVec2fLabel; &#34;0 0&#34;]&#10;slipCoefficients used for computing surface drag." name="slipCoefficients"/>
	<attribute tooltip="[softnessConstantForceMix &inputOutputLabel; &SFFloatLabel; &#34;0&#34;] [0,1]&#10;softnessConstantForceMix value applies a constant force value to make colliding surfaces appear to be somewhat soft." name="softnessConstantForceMix"/>
	<attribute tooltip="[softnessErrorCorrection &inputOutputLabel; &SFFloatLabel; &#34;0&#34;] [0,1]&#10;softnessErrorCorrection indicates fraction of collision error fixed in a set of evaluations (0 = no error correction, 1 = all errors corrected in single step)." name="softnessErrorCorrection"/>
	<attribute tooltip="[surfaceSpeed &inputOutputLabel; &SFVec2fLabel; &#34;0 0&#34;]&#10;surfaceSpeed defines speed vectors for computing surface drag, if contact surfaces move independently of bodies." name="surfaceSpeed"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;contacts&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Transform.gif" tooltip="(X3D version 3.2 or later) RigidBody describes a collection of shapes with a mass distribution that is affected by the physics model.&#10;Contains a Sphere, Box, or Cone (containerField='massDensityModel') and multiple CollidableOffset or CollidableShape nodes (containerField='geometry') for animating collidable geometry." name="RigidBody">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[angularDampingFactor &inputOutputLabel; &SFFloatLabel; &#34;0.001&#34;] [0,1]&#10;angularDampingFactor automatically damps a portion of body motion over time." name="angularDampingFactor"/>
	<attribute tooltip="[angularVelocity &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;angularVelocity sets constant velocity value to object every frame, and reports updates by physics model.&#10;ヒント: initial value only applied during first frame if forces applied.&#10;Warning: instantaneous velocity changes may lead to numerical instability." name="angularVelocity"/>
	<attribute tooltip="[autoDamp &inputOutputLabel; &SFBoolLabel; &#34;false&#34;]&#10;autoDamp enables/disables angularDampingFactor and linearDampingFactor." name="autoDamp"/>
	<attribute tooltip="[autoDisable &inputOutputLabel; &SFBoolLabel; &#34;false&#34;]&#10;autoDisable toggles operation of disableAngularSpeed, disableLinearSpeed, disableTime." name="autoDisable"/>
	<attribute tooltip="[centerOfMass &inputOutputLabel; &SFFloatLabel; &#34;0 0 0&#34;]&#10;centerOfMass defines local center of mass for physics calculations." name="centerOfMass"/>
	<attribute tooltip="[disableAngularSpeed &inputOutputLabel; &SFFloatLabel; &#34;0&#34;] [0,+&#8734;)&#10;disableAngularSpeed defines lower-limit tolerance value when body is considered at rest and not part of rigid body calculations, reducing numeric instabilities.&#10;ヒント: only activated if autoDisable='true'" name="disableAngularSpeed"/>
        <attribute tooltip="[disableLinearSpeed &inputOutputLabel; &SFFloatLabel; &#34;0&#34;] [0,+&#8734;)&#10;disableLinearSpeed defines lower-limit tolerance value when body is considered at rest and not part of rigid body calculation, reducing numeric instabilitiess.&#10;ヒント: only activated if autoDisable='true'" name="disableLinearSpeed"/>
	<attribute tooltip="[disableTime &inputOutputLabel; &SFTimeLabel; &#34;0&#34;] [0,+&#8734;)&#10;disableTime defines interval when body becomes at rest and not part of rigid body calculations, reducing numeric instabilities.&#10;ヒント: only activated if autoDisable='true'&#10;Hint: disableTime is an SFTime duration interval, not an absolute clock time." name="disableTime"/>
	<attribute tooltip="[enabled &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enables/disables node operation." name="enabled"/>
	<attribute tooltip="[finiteRotationAxis &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;finiteRotationAxis specifies vector around which the object rotates." name="finiteRotationAxis "/>
	<attribute tooltip="[fixed &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;fixed indicates whether body is able to move.&#10;ヒント: fixed is useful for indicating objects that do not move: walls, ground, etc." name="fixed"/>
	<attribute tooltip="[forces &inputOutputLabel; &MFVec3fLabel; &#34;&#34;]&#10;forces defines linear force values applied to the object every frame." name="forces"/>
	<attribute tooltip="[inertia &inputOutputLabel; &SFMatrix3fLabel; &#34;1 0 0, 0 1 0, 0 0 1&#34;]&#10;inertia matrix defines a 3x2 inertia tensor matrix.&#10;Warning: only the first 6 values are used." name="inertia"/>
	<attribute tooltip="[linearDampingFactor &inputOutputLabel; &SFFloatLabel; &#34;0.001&#34;] [0,1]&#10;linearDampingFactor automatically damps a portion of body motion over time." name="linearDampingFactor"/>
	<attribute tooltip="[linearVelocity &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;linearVelocity sets constant velocity value to object every frame, and reports updates by physics model.&#10;ヒント: initial value only applied during first frame if forces applied.&#10;Warning: instantaneous velocity changes may lead to numerical instability." name="linearVelocity"/>
	<attribute tooltip="[mass &inputOutputLabel; &SFFloatLabel; &#34;1&#34;]&#10;(0,1] mass of the body in kilograms.&#10;Warning: mass must be greater than 0.&#10;Hint: https://en.wikipedia.org/wiki/Kilogram&#10;Hint: X3D Architecture 4.3.6 Standard units and coordinate system https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/concepts.html#Standardunitscoordinates" name="mass"/>
	<attribute tooltip="[orientation &inputOutputLabel; &SFRotationLabel; &#34;0 0 1 0&#34;]&#10;orientation sets body direction in world space, then reports physics updates." name="orientation"/>
	<attribute tooltip="[position &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;position sets body location in world space, then reports physics updates." name="position"/>
	<attribute tooltip="[torques &inputOutputLabel; &MFVec3fLabel; &#34;&#34;]&#10;torques defines rotational force values applied to the object every frame." name="torques"/>
	<attribute tooltip="[useFiniteRotation &inputOutputLabel; &SFBoolLabel; &#34;false&#34;]&#10;useFiniteRotation enables/disables higher-resolution, higher-cost computational method for calculating rotations." name="useFiniteRotation"/>
	<attribute tooltip="[useGlobalGravity &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;useGlobalGravity indicates whether this particular body is influenced by parent RigidBodyCollection's gravity setting.&#10;ヒント: contained sub-bodies are not affected by this setting." name="useGlobalGravity"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Transform.gif" tooltip="(X3D version 3.2 or later) RigidBodyCollection represents a system of bodies that interact within a single physics model." name="RigidBodyCollection">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[set_contacts &inputOnlyLabel; &SFNodeLabel;] [Contact]&#10;set_contacts input field for Contact nodes provides per-frame information about contacts between bodies.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_contacts"/>
	<attribute tooltip="[autoDisable &inputOutputLabel; &SFBoolLabel; &#34;false&#34;]&#10;autoDisable toggles operation of disableAngularSpeed, disableLinearSpeed, disableTime." name="autoDisable"/>
	<attribute tooltip="[constantForceMix &inputOutputLabel; &SFFloatLabel; &#34;0.0001&#34;] [0,+&#8734;)&#10;constantForceMix modifies damping calculations by violating normal constraints while applying small, constant forces in those calculations.&#10;ヒント: this allows joints and bodies to be a fraction springy, and helps to eliminate numerical instability.&#10;ヒント: spring-driven or spongy connections can be emulated by combined use of errorCorrection and constantForceMix." name="constantForceMix"/>
	<attribute tooltip="[contactSurfaceThickness &inputOutputLabel; &SFFloatLabel; &#34;0&#34;] [0,+&#8734;)&#10;contactSurfaceThickness defines how far bodies may interpenetrate after a collision, allowing simulation of softer bodies that deform somewhat during collision." name="contactSurfaceThickness"/>
	<attribute tooltip="[disableAngularSpeed &inputOutputLabel; &SFFloatLabel; &#34;0&#34;] [0,+&#8734;)&#10;disableAngularSpeed defines lower-limit tolerance value when body is considered at rest and not part of rigid body calculations, reducing numeric instabilities.&#10;ヒント: only activated if autoDisable='true'" name="disableAngularSpeed"/>
	<attribute tooltip="[disableLinearSpeed &inputOutputLabel; &SFFloatLabel; &#34;0&#34;] [0,+&#8734;)&#10;disableLinearSpeed defines lower-limit tolerance value when body is considered at rest and not part of rigid body calculation, reducing numeric instabilitiess.&#10;ヒント: only activated if autoDisable='true'" name="disableLinearSpeed"/>
	<attribute tooltip="[disableTime &inputOutputLabel; &SFTimeLabel; &#34;0&#34;] [0,+&#8734;)&#10;disableTime defines interval when body becomes at rest and not part of rigid body calculations, reducing numeric instabilities.&#10;ヒント: only activated if autoDisable='true'&#10;Hint: disableTime is an SFTime duration interval, not an absolute clock time." name="disableTime"/>
	<attribute tooltip="[enabled &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enables/disables node operation." name="enabled"/>
	<attribute tooltip="[errorCorrection &inputOutputLabel; &SFFloatLabel; &#34;0.8&#34;] [0,1]&#10;errorCorrection describes how quickly intersection errors due to floating-point inaccuracies are resolved (0=no correction, 1=all corrected in single step)." name="errorCorrection"/>
	<attribute tooltip="[gravity &inputOutputLabel; &SFVec3fLabel; &#34;0 -9.8 0&#34;]&#10;gravity indicates direction and strength of local gravity vector for this collection of bodies (units m/sec^2)." name="gravity"/>
	<attribute tooltip="[iterations &inputOutputLabel; &SFInt32Label; &#34;10&#34;] [0,+&#8734;)&#10;iterations controls number of iterations performed over collectioned joints and bodies during each evaluation." name="iterations"/>
	<attribute tooltip="[maxCorrectionSpeed &inputOutputLabel; &SFFloatLabel; &#34;-1&#34;] [0,+&#8734;)&#10;or -1, maxCorrectionSpeed ." name="maxCorrectionSpeed"/>
	<attribute tooltip="[preferAccuracy &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;preferAccuracy provides hint for performance preference: higher accuracy or faster computational speed." name="preferAccuracy"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Box.gif" tooltip="(X3D version 3.2 or later) MotorJoint drives relative angular velocities between body1 and body2 within a common reference frame.&#10;Contains two RigidBody nodes (containerField values body1, body2).&#10;ヒント: useful in combination with BallJoint.&#10;ヒント: RigidBodyPhysics component, level 2." name="MotorJoint">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[autoCalc &initializeOnlyLabel; &SFBoolLabel; &#34;false&#34;]&#10;autoCalc controls whether user manually provides individual angle rotations each frame (false) or if angle values are automatically calculated by motor implementations (true)." name="autoCalc"/>
	<attribute tooltip="[axis1Angle &inputOutputLabel; &SFFloatLabel; &#34;0&#34;]&#10;axis1Angle (radians) is rotation angle for corresponding motor axis when in user-calculated mode.&#10;Hint: https://en.wikipedia.org/wiki/Radian" name="axis1Angle"/>
	<attribute tooltip="[axis2Angle &inputOutputLabel; &SFFloatLabel; &#34;0&#34;]&#10;axis2Angle (radians) is rotation angle for corresponding motor axis when in user-calculated mode.&#10;Hint: https://en.wikipedia.org/wiki/Radian" name="axis2Angle"/>
	<attribute tooltip="[axis3Angle &inputOutputLabel; &SFFloatLabel; &#34;0&#34;]&#10;axis3Angle (radians) is rotation angle for corresponding motor axis when in user-calculated mode.&#10;Hint: https://en.wikipedia.org/wiki/Radian" name="axis3Angle"/>
	<attribute tooltip="[axis1Torque &inputOutputLabel; &SFFloatLabel; &#34;0&#34;]&#10;axis1Torque is rotational torque applied by corresponding motor axis when in user-calculated mode." name="axis1Torque"/>
	<attribute tooltip="[axis2Torque &inputOutputLabel; &SFFloatLabel; &#34;0&#34;]&#10;axis2Torque is rotational torque applied by corresponding motor axis when in user-calculated mode." name="axis2Torque"/>
	<attribute tooltip="[axis3Torque &inputOutputLabel; &SFFloatLabel; &#34;0&#34;]&#10;axis3Torque is rotational torque applied by corresponding motor axis when in user-calculated mode." name="axis3Torque"/>
	<attribute tooltip="[enabledAxes &inputOutputLabel; &SFInt32Label; &#34;0&#34;]&#10;[0,3] enabledAxes indicates which motor axes are active.&#10;(0) none, (1) axis 1, (2) axes 1 and 2, (3) all three axes." name="enabledAxes"/>
	<attribute tooltip="[forceOutput &inputOutputLabel; &MFStringLabel; &#34;NONE&#34;]&#10;forceOutput controls which output fields are generated for the next frame.&#10;Values are ALL, NONE, or exact names of output fields updated at start of next frame." name="forceOutput"/>
	<attribute tooltip="[motor1Axis &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;motor1Axis defines axis vector of corresponding motor axis.&#10;ヒント: 0 0 0 means motor disabled." name="motor1Axis"/>
	<attribute tooltip="[motor2Axis &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;motor2Axis defines axis vector of corresponding motor axis.&#10;ヒント: 0 0 0 means motor disabled." name="motor2Axis"/>
	<attribute tooltip="[motor3Axis &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;motor3Axis defines axis vector of corresponding motor axis.&#10;ヒント: 0 0 0 means motor disabled." name="motor3Axis"/>
	
	<attribute tooltip="[stop1Bounce &inputOutputLabel; &SFFloatLabel; &#34;1&#34;] [0,1]&#10;stop1Bounce is velocity factor for bounce back once stop point is reached.&#10;ヒント: 0 means no bounce, 1 means return velocity matches." name="stop1Bounce"/>
	<attribute tooltip="[stop2Bounce &inputOutputLabel; &SFFloatLabel; &#34;1&#34;] [0,1]&#10;stop2Bounce is velocity factor for bounce back once stop point is reached.&#10;ヒント: 0 means no bounce, 1 means return velocity matches." name="stop2Bounce"/>
	<attribute tooltip="[stop3Bounce &inputOutputLabel; &SFFloatLabel; &#34;1&#34;] [0,1]&#10;stop3Bounce is velocity factor for bounce back once stop point is reached.&#10;ヒント: 0 means no bounce, 1 means return velocity matches." name="stop3Bounce"/>
	<attribute tooltip="[stop1ErrorCorrection &inputOutputLabel; &SFFloatLabel; &#34;1&#34;] [0,1]&#10;stop1ErrorCorrection is fraction of error correction performed during time step once stop point is reached.&#10;ヒント: 0 means no error correction, 1 means all error corrected in single step." name="stop1ErrorCorrection"/>
	<attribute tooltip="[stop2ErrorCorrection &inputOutputLabel; &SFFloatLabel; &#34;1&#34;] [0,1]&#10;stop2ErrorCorrection is fraction of error correction performed during time step once stop point is reached.&#10;ヒント: 0 means no error correction, 1 means all error corrected in single step." name="stop2ErrorCorrection"/>
	<attribute tooltip="[stop3ErrorCorrection &inputOutputLabel; &SFFloatLabel; &#34;1&#34;] [0,1]&#10;stop3ErrorCorrection is fraction of error correction performed during time step once stop point is reached.&#10;ヒント: 0 means no error correction, 1 means all error corrected in single step." name="stop3ErrorCorrection"/>
	<attribute tooltip="[motor1Angle &outputOnlyLabel; &SFFloatLabel;]&#10;motor1Angle provides calculated angle of rotation (radians) for this motor joint from last frame.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events.&#10;Hint: https://en.wikipedia.org/wiki/Radian" name="motor1Angle"/>
	<attribute tooltip="[motor2Angle &outputOnlyLabel; &SFFloatLabel;]&#10;motor2Angle provides calculated angle of rotation (radians) for this motor joint from last frame.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events.&#10;Hint: https://en.wikipedia.org/wiki/Radian" name="motor2Angle"/>
	<attribute tooltip="[motor3Angle &outputOnlyLabel; &SFFloatLabel;]&#10;motor3Angle provides calculated angle of rotation (radians) for this motor joint from last frame.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events.&#10;Hint: https://en.wikipedia.org/wiki/Radian" name="motor3Angle"/>
	<attribute tooltip="[motor1AngleRate &outputOnlyLabel; &SFFloatLabel;]&#10;motor1AngleRate provides calculated anglular rotation rate (radians/second) for this motor joint from last frame.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="motor1AngleRate"/>
	<attribute tooltip="[motor2AngleRate &outputOnlyLabel; &SFFloatLabel;]&#10;motor2AngleRate provides calculated anglular rotation rate (radians/second) for this motor joint from last frame.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="motor2AngleRate"/>
	<attribute tooltip="[motor3AngleRate &outputOnlyLabel; &SFFloatLabel;]&#10;motor3AngleRate provides calculated anglular rotation rate (radians/second) for this motor joint from last frame.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="motor3AngleRate"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;joints&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Cylinder.gif" tooltip="(X3D version 3.2 or later) SliderJoint constrains all movement between body1 and body2 along a single axis.&#10;Contains two RigidBody nodes (containerField values body1, body2).&#10;ヒント: RigidBodyPhysics component, level 2." name="SliderJoint">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.do NOT include DEF (or any other attribute values) when using a USE attribute!" name="USE"/>
	<attribute tooltip="[axis &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;] [0,1]&#10;axis is normalized vector specifying direction of motion." name="axis"/>
	<attribute tooltip="[forceOutput &inputOutputLabel; &MFStringLabel; &#34;NONE&#34;]&#10;forceOutput controls which output fields are generated for the next frame.&#10;Values are ALL, NONE, or exact names of output fields updated at start of next frame." name="forceOutput"/>
	<attribute tooltip="[minSeparation &inputOutputLabel; &SFFloatLabel; &#34;0&#34;]&#10;minSeparation is minimum separation distance between the two bodies.&#10;ヒント: if (minSeparation is less than maxSeparation) then no stop is effective." name="minSeparation"/>
	<attribute tooltip="[maxSeparation &inputOutputLabel; &SFFloatLabel; &#34;1&#34;]&#10;maxSeparation is maximum separation distance between the two bodies.&#10;ヒント: if (minSeparation is less than maxSeparation) then no stop is effective." name="maxSeparation"/>
	<attribute tooltip="[stopBounce &inputOutputLabel; &SFFloatLabel; &#34;1&#34;] [0,1]&#10;stopBounce is velocity factor for bounce back once stop point is reached.&#10;ヒント: 0 means no bounce, 1 means return velocity matches." name="stopBounce"/>
	<attribute tooltip="[stopErrorCorrection &inputOutputLabel; &SFFloatLabel; &#34;1&#34;] [0,1]&#10;stopErrorCorrection is fraction of error correction performed during time step once stop point is reached.&#10;ヒント: 0 means no error correction, 1 means all error corrected in single step." name="stopErrorCorrection"/>
    <!-- TODO:
	<attribute tooltip="[sliderForce &inputOutputLabel; &SFFloatLabel; &#34;0&#34;]&#10;sliderForce applies a force along slider axis in equal and opposite directions to the two bodies." name="sliderForce"/>
    -->
	<attribute tooltip="[separation &outputOnlyLabel; &SFFloatLabel;]&#10;separation indicates final separation distance between the two bodies.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="separation"/>
    	<attribute tooltip="[separationRate &outputOnlyLabel; &SFFloatLabel;]&#10;separationRate indicates change in separation distance over time between the two bodies.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="separationRate"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;joints&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Sphere.gif" tooltip="(X3D version 3.2 or later) UniversalJoint is like a BallJoint that constrains an extra degree of rotational freedom.&#10;Contains two RigidBody nodes (containerField values body1, body2).&#10;ヒント: useful in combination with BallJoint.&#10;ヒント: RigidBodyPhysics component, level 2." name="UniversalJoint">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[anchorPoint &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;anchorPoint is joint center, specified in world coordinates." name="anchorPoint"/>
	<attribute tooltip="[axis1 &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;axis1 defines axis vector of joint connection to body1.&#10;ヒント: 0 0 0 means motor disabled." name="axis1"/>
	<attribute tooltip="[axis2 &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;axis2 defines axis vector of joint connection to body2.&#10;ヒント: 0 0 0 means motor disabled." name="axis2"/>
	<attribute tooltip="[forceOutput &inputOutputLabel; &MFStringLabel; &#34;NONE&#34;]&#10;forceOutput controls which output fields are generated for the next frame.&#10;Values are ALL, NONE, or exact names of output fields updated at start of next frame." name="forceOutput"/>
	<attribute tooltip="[stop1Bounce &inputOutputLabel; &SFFloatLabel; &#34;1&#34;] [0,1]&#10;stop1Bounce is velocity factor for bounce back once stop point is reached.&#10;ヒント: 0 means no bounce, 1 means return velocity matches." name="stop1Bounce"/>
	<attribute tooltip="[stop2Bounce &inputOutputLabel; &SFFloatLabel; &#34;1&#34;] [0,1]&#10;stop2Bounce is velocity factor for bounce back once stop point is reached.&#10;ヒント: 0 means no bounce, 1 means return velocity matches." name="stop2Bounce"/>
	<attribute tooltip="[stop1ErrorCorrection &inputOutputLabel; &SFFloatLabel; &#34;1&#34;] [0,1]&#10;stop1ErrorCorrection is fraction of error correction performed during time step once stop point is reached.&#10;ヒント: 0 means no error correction, 1 means all error corrected in single step." name="stop1ErrorCorrection"/>
	<attribute tooltip="[stop2ErrorCorrection &inputOutputLabel; &SFFloatLabel; &#34;1&#34;] [0,1]&#10;stop2ErrorCorrection is fraction of error correction performed during time step once stop point is reached.&#10;ヒント: 0 means no error correction, 1 means all error corrected in single step." name="stop2ErrorCorrection"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;joints&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Sphere.gif" tooltip="(X3D version 3.2 or later) SingleAxisHingeJoint has single axis about which to rotate, similar to a traditional door hinge.&#10;Contains two RigidBody nodes (containerField values body1, body2).&#10;ヒント: RigidBodyPhysics component, level 2." name="SingleAxisHingeJoint">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[anchorPoint &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;anchorPoint is joint center, specified in world coordinates." name="anchorPoint"/>
	<attribute tooltip="[axis &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;axis defines vector of joint connection between body1 and body2." name="axis"/>
        <attribute tooltip="[forceOutput &inputOutputLabel; &MFStringLabel; &#34;NONE&#34;]&#10;forceOutput controls which output fields are generated for the next frame.&#10;Values are ALL, NONE, or exact names of output fields updated at start of next frame." name="forceOutput"/>
	<attribute tooltip="[minAngle &inputOutputLabel; &SFFloatLabel; &#34;-3.1416&#34;] [-&#960;,&#960;]&#10;minAngle is minimum rotation angle for hinge.&#10;Hint: https://en.wikipedia.org/wiki/Radian" name="minAngle"/>
	<attribute tooltip="[maxAngle &inputOutputLabel; &SFFloatLabel; &#34;3.1416&#34;] [-&#960;,&#960;]&#10;maxAngle is maximum rotation angle for hinge.&#10;Hint: https://en.wikipedia.org/wiki/Radian" name="maxAngle"/>
	<attribute tooltip="[stopBounce &inputOutputLabel; &SFFloatLabel; &#34;0&#34;] [0,1]&#10;stopBounce is velocity factor for bounce back once stop point is reached.&#10;ヒント: 0 means no bounce, 1 means return velocity matches." name="stopBounce"/>
	<attribute tooltip="[stopErrorCorrection &inputOutputLabel; &SFFloatLabel; &#34;0.8&#34;] [0,1]&#10;stopErrorCorrection is fraction of error correction performed during time step once stop point is reached.&#10;ヒント: 0 means no error correction, 1 means all error corrected in single step." name="stopErrorCorrection"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;joints&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Sphere.gif" tooltip="(X3D version 3.2 or later) DoubleAxisHingeJoint has two independent axes located around a common anchor point. axis1 has limits and a motor, axis 2 only has a motor&#10;Contains two RigidBody nodes (containerField values body1, body2).&#10;ヒント: RigidBodyPhysics component, level 2." name="DoubleAxisHingeJoint">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[anchorPoint &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;anchorPoint is joint center, specified in world coordinates." name="anchorPoint"/>
	<attribute tooltip="[axis1 &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;axis1 defines axis vector of joint connection to body1.&#10;ヒント: 0 0 0 means motor disabled." name="axis1"/>
	<attribute tooltip="[axis2 &inputOutputLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;axis2 defines axis vector of joint connection to body2.&#10;ヒント: 0 0 0 means motor disabled." name="axis2"/>
        <attribute tooltip="[desiredAngularVelocity1 &inputOutputLabel; &SFFloatLabel; &#34;0&#34;]&#10;desiredAngularVelocity1 is goal rotation rate for hinge connection to body1." name="desiredAngularVelocity1"/>
        <attribute tooltip="[desiredAngularVelocity2 &inputOutputLabel; &SFFloatLabel; &#34;0&#34;]&#10;desiredAngularVelocity2 is goal rotation rate for hinge connection to body2." name="desiredAngularVelocity2"/>
	<attribute tooltip="[forceOutput &inputOutputLabel; &MFStringLabel; &#34;NONE&#34;]&#10;forceOutput controls which output fields are generated for the next frame.&#10;Values are ALL, NONE, or exact names of output fields updated at start of next frame." name="forceOutput"/>
	<attribute tooltip="[minAngle1 &inputOutputLabel; &SFFloatLabel; &#34;-3.1416&#34;] [-&#960;,&#960;]&#10;minAngle1 is minimum rotation angle for hinge." name="minAngle1"/>
	<attribute tooltip="[maxAngle1 &inputOutputLabel; &SFFloatLabel; &#34;3.1416&#34;] [-&#960;,&#960;]&#10;maxAngle1 is maximum rotation angle for hinge." name="maxAngle1"/>
	<attribute tooltip="[maxTorque1 &inputOutputLabel; &SFFloatLabel; &#34;0&#34;]&#10;maxTorque1 is maximum rotational torque applied by corresponding motor axis to achieve desiredAngularVelocity1." name="maxTorque1"/>
	<attribute tooltip="[maxTorque2 &inputOutputLabel; &SFFloatLabel; &#34;0&#34;]&#10;maxTorque2 is maximum rotational torque applied by corresponding motor axis to achieve desiredAngularVelocity2." name="maxTorque2"/>
	<attribute tooltip="[stop1Bounce &inputOutputLabel; &SFFloatLabel; &#34;0&#34;] [0,1]&#10;stop1Bounce is velocity factor for bounce back once stop point is reached.&#10;ヒント: 0 means no bounce, 1 means return velocity matches." name="stop1Bounce"/>
	<attribute tooltip="[stop1ErrorCorrection &inputOutputLabel; &SFFloatLabel; &#34;0.8&#34;] [0,1]&#10;stop1ErrorCorrection is fraction of error correction performed during time step once stop point is reached.&#10;ヒント: 0 means no error correction, 1 means all error corrected in single step." name="stop1ErrorCorrection"/>
	<attribute tooltip="[stop1ConstantForceMix &inputOutputLabel; &SFFloatLabel; &#34;0.001&#34;] [0,1]&#10;stop1ConstantForceMix value applies a constant force value to make colliding surfaces appear to be somewhat soft.&#10;ヒント: use with suspensionForce to improve softness and numerical stability.&#10;ヒント: 0 means no stop adjustment, 1 means springier stop response." name="stop1ConstantForceMix"/>
	<attribute tooltip="[suspensionErrorCorrection &inputOutputLabel; &SFFloatLabel; &#34;0.8&#34;] [0,1]&#10;suspensionErrorCorrection describes how quickly the system resolves intersection errors due to floating-point inaccuracies.&#10;ヒント: use with stop1ConstantForceMix to improve softness and numerical stability.&#10;ヒント: 0 means no stop adjustment, 1 means springier stop response." name="suspensionErrorCorrection"/>
	<attribute tooltip="[suspensionForce &inputOutputLabel; &SFFloatLabel; &#34;0.8&#34;] [0,1]&#10;suspensionForce describes how quickly the system resolves intersection errors due to floating-point inaccuracies.&#10;ヒント: use with stop1ConstantForceMix to improve softness and numerical stability.&#10;ヒント: 0 means no stop adjustment, 1 means springier stop response." name="suspensionForce"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;joints&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <!-- Picking sensor component -->
    <element icon="icons/Group.gif" tooltip="(X3D version 3.2 or later) PickableGroup is a Grouping node that can contain most nodes. PickableGroup contains children that are marked as having a given classification of picking types, and can also enable or disable picking of the children.&#10;ヒント: insert a Shape node before adding geometry or Appearance.&#10;Hint: content must be visible to be pickable." name="PickableGroup">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[children &inputOutputLabel; &MFNodeLabel;, empty list] [X3DChildNode]&#10;Grouping nodes contain an ordered list of children nodes.&#10;ヒント: Each grouping node defines a coordinate space for its children, relative to the coordinate space of its parent node. Thus transformations accumulate down the scene graph hierarchy.&#10;Hint: inputOnly MFNode addChildren field can append new X3DChildNode nodes via a ROUTE connection, duplicate input nodes (i.e. matching DEF, USE values) are ignored.&#10;Hint: inputOnly MFNode removeChildren field can remove nodes from the children list, unrecognized input nodes (i.e. nonmatching DEF, USE values) are ignored.&#10;Hint: X3D Architecture 10.2.1 Grouping and children node types, https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#GroupingAndChildrenNodes" name="children"/>
	<attribute tooltip="[objectType &inputOutputLabel; &MFStringLabel; &PickableGroupObjectTypeValues; &#34;ALL&#34;]&#10;The objectType field specifies a set of labels used in the picking process. Each string specified is treated as an independent label that needs to be matched against the same type in one of the pick sensor instances.&#10;Example: labeling a PickableGroup with the objectType value &#34;WATER&#34; and then attempting to intersect a pick sensor with objectType value &#34;GROUND&#34; fails since the objectType values do not match.&#10;Example: the special value &#34;ALL&#34; means that each node is available for picking regardless of the type specified by the pick sensor.&#10;Example: the special value &#34;NONE&#34; effectively disables all picking for this node and is the equivalent of setting the pickable field to false.&#10;ヒント: authors may define any value for objectType.&#10;ヒント: MFString arrays can have multiple values, so &quot;separate each individual string&quot; &quot;by using quote marks&quot;." name="objectType"/>
	<attribute tooltip="[pickable &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;The pickable field determines whether pick traversal is performed on this node or its children.&#10;ヒント: pickable only affects children accessed through the transformation hierarchy of the parent.&#10;Warning: if one or more of the children of this instance is accessible through another transformation hierarchy through DEF/USE that still has picking enabled, they are still pickable through that path only." name="pickable"/>
	<attribute tooltip="[bboxCenter &initializeOnlyLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxCenter"/>
	<attribute tooltip="[bboxSize &initializeOnlyLabel; &SFVec3fLabel; &#34;-1 -1 -1&#34;]&#10;Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint.&#10;Hint: can be useful for collision computations or inverse-kinematics (IK) engines.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxSize"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/TouchSensor.gif" tooltip="(X3D version 3.2 or later) LinePickSensor uses one or more pickingGeometry line segments to compute intersections with pickTarget shapes. As each line intersection generates a known point in space, useful event information is returned including normal, geometry and texCoord values.&#10;ヒント: sort order for line picking is based on each pair of coordinates that defining a line segment, with first declared vertex of the segment defined to be the start of the line to which the intersection points are closest.&#10;ヒント: when the picking line segment intersects a coplanar polygon, computed intersection point(s) are illustrated in Figure 38.1 https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/picking.html#f-LineIntersection&#10;ヒント: picking is performed between rendered frames of the event model. An author sets up the picking request in one frame by placing a LinePickSensor in the desired location. At the start of the next frame, any picking intersections are reported by the pick sensor.&#10;ヒント: picking notification is performed at the start of the frame for all enabled pick sensors once all other sensors are processed.&#10;ヒント: event timing details are explained in X3D Specification 4.4.8.3 Execution model https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/concepts.html#ExecutionModelWarning: order of contained nodes is significant, single pickingGeometry node must precede pickTarget node array. Hint: IndexedLineSet or Lineset can be used for pickingGeometry node." name="LinePickSensor">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[enabled &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enables/disables node operation." name="enabled"/>
	<attribute tooltip="[isActive &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;isActive indicates when the intersecting object is picked by the picking geometry.&#10;Output event isActive=true gets sent once a picked item is found.&#10;Output event isActive=false gets sent once no picked item is found.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isActive"/>
	<attribute tooltip="[intersectionType &initializeOnlyLabel; &SFStringLabel; &PickSensorIntersectionTypeValues; &#34;BOUNDS&#34;]&#10;intersectionType specifies precision of the collision computation.&#10;ヒント: intersectionType constants may be extended by the browser to provide additional options.&#10;Warning: do not wrap extra quotation marks  around these SFString enumeration values, since &#34;quotation&#34; &#34;marks&#34; are only used for MFString values." name="intersectionType"/>
	<attribute tooltip="[matchCriterion &inputOutputLabel; &SFStringLabel; &MatchCriterionTypeValues; &#34;MATCH_ANY&#34;]&#10;defines whether the intersection test (i.e. pick) by this X3DPickSensorNode must match one or more objectType. Specifically MATCH_ANY means any match of objectType values is acceptable, MATCH_EVERY means that every objectType value in this node shall match an objectType value in the X3DPickableObject, and MATCH_ONLY_ONE means that one and only one objectType value can match." name="matchCriterion"/>
	<attribute tooltip="[objectType &inputOutputLabel; &MFStringLabel; &PickableGroupObjectTypeValues; &#34;ALL&#34;]&#10;The objectType field specifies a set of labels used in the picking process. Each string specified is treated as an independent label that needs to be matched against the same type in one of the pick sensor instances.&#10;Example: labeling a PickableGroup with the objectType value &#34;WATER&#34; and then attempting to intersect a pick sensor with objectType value &#34;GROUND&#34; fails since the objectType values do not match.&#10;Example: the special value &#34;ALL&#34; means that each node is available for picking regardless of the type specified by the pick sensor.&#10;Example: the special value &#34;NONE&#34; effectively disables all picking for this node and is the equivalent of setting the pickable field of the corresponding PickableGroup to false.&#10;ヒント: authors may define any value for objectType.&#10;ヒント: MFString arrays can have multiple values, so &quot;separate each individual string&quot; &quot;by using quote marks&quot;." name="objectType"/>
	<attribute tooltip="[sortOrder &initializeOnlyLabel; &SFStringLabel; &PickSensorSortOrderValues; CLOSEST]&#10;The sortOrder field determines the order provided for picked output events.&#10;Example: ANY means that any single object can satisfy picking conditions for this pick sensor. Consistency of results is not guaranteed.&#10;Example: ALL means that every object that satisfies the picking conditions for this pick sensor shall be returned.&#10;Example: ALL_SORTED means that every object that satisfies the picking conditions for this pick sensor shall be returned with the order of the output fields provided in a distance-sorted order from closest to farthest away. The exact algorithm for sorting is defined by the individual node definitions.&#10;Example: CLOSEST means that the closest object by distance that satisfies the conditions of this pick sensor. *The exact algorithm for distance determination shall be defined by individual node definitions*.&#10;ヒント: browser implementations may define additional values and algorithms beyond these four required values.&#10;Warning: do not wrap extra quotation marks  around these SFString enumeration values, since &#34;quotation&#34; &#34;marks&#34; are only used for MFString values." name="sortOrder"/>
	<attribute tooltip="[pickingGeometry &inputOutputLabel; &SFNodeLabel;, NULL node] [IndexedLineSet|LineSet]&#10;pickingGeometry specifies the exact geometry coordinates that are used to perform the intersection testing of the picking operation." name="pickingGeometry"/>
	<attribute tooltip="[pickTarget &inputOutputLabel; &MFNodeLabel;, empty list] [X3DGroupingNode|X3DShapeNode|Inline]&#10;pickTarget specifies the list of nodes against which picking operations are performed. All nodes declared in this field and their descendents are evaluated for intersections." name="pickTarget"/>
	<attribute tooltip="[pickedGeometry &outputOnlyLabel; &MFNodeLabel; #FIXED &#34;&#34;]&#10;Output event containing the node or nodes that have been found to intersect with the picking geometry from the last time this node performed a picking operation, given in the local coordinate system.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="pickedGeometry"/>
	<attribute tooltip="[pickedPoint &outputOnlyLabel; &MFVec3fLabel; #FIXED &#34;&#34;]&#10;Output event containing 3D points on surface of underlying pickingGeometry computed by the picking intersection computations, given in the local coordinate system.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="pickedPoint"/>
	<attribute tooltip="[pickedNormal &outputOnlyLabel; &MFVec3fLabel; #FIXED &#34;&#34;]&#10;Output event containing surface normal vectors computed by the picking intersection computations.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="pickedNormal"/>
	<attribute tooltip="[pickedTextureCoordinate &outputOnlyLabel; &MFVec3fLabel; #FIXED &#34;&#34;]&#10;Output event containing 3D texture coordinates of surfaces computed by the picking intersection computations. Picked texture coordinates are in three dimensions. If the target texture coordinate has two dimensions, the third coordinate (z component of an SFVec3f) shall be zero.&#10;Warning: if the target object has multiple textures defined, only texture coordinates for the first texture are returned and all other textures are ignored.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="pickedTextureCoordinate"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/TouchSensor.gif" tooltip="(X3D version 3.2 or later) PointPickSensor tests one or more pickingGeometry points in space as lying inside the provided pickTarget geometry. For each pickingGeometry PointSet coordinate point that lies inside the pickTarget geometry, a pickedPoint coordinate is returned along with a corresponding pickedGeometry node inside which the point lies.&#10;ヒント: because points represent an infinitely small location in space, sortOrder values CLOSEST and ALL_SORTED are defined to mean ANY and ALL respectively.&#10;ヒント: picking is performed between rendered frames of the event model. An author sets up the picking request in one frame by placing a LinePickSensor in the desired location. At the start of the next frame, any picking intersections are reported by the pick sensor.&#10;ヒント: picking notification is performed at the start of the frame for all enabled pick sensors once all other sensors are processed.&#10;ヒント: event timing details are explained in X3D Specification 4.4.8.3 Execution model https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/concepts.html#ExecutionModelWarning: order of contained nodes is significant, single pickingGeometry node must precede pickTarget node array. Hint: PointSet can be used for pickingGeometry node." name="PointPickSensor">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[enabled &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enables/disables node operation." name="enabled"/>
	<attribute tooltip="[isActive &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;isActive indicates when the intersecting object is picked by the picking geometry.&#10;Output event isActive=true gets sent once a picked item is found.&#10;Output event isActive=false gets sent once no picked item is found.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isActive"/>
	<attribute tooltip="[intersectionType &initializeOnlyLabel; &SFStringLabel; &PickSensorIntersectionTypeValues; &#34;BOUNDS&#34;]&#10;intersectionType specifies precision of the collision computation.&#10;ヒント: intersectionType constants may be extended by the browser to provide additional options.&#10;Warning: do not wrap extra quotation marks  around these SFString enumeration values, since &#34;quotation&#34; &#34;marks&#34; are only used for MFString values." name="intersectionType"/>
	<attribute tooltip="[matchCriterion &inputOutputLabel; &SFStringLabel; &MatchCriterionTypeValues; &#34;MATCH_ANY&#34;]&#10;defines whether the intersection test (i.e. pick) by this X3DPickSensorNode must match one or more objectType. Specifically MATCH_ANY means any match of objectType values is acceptable, MATCH_EVERY means that every objectType value in this node shall match an objectType value in the X3DPickableObject, and MATCH_ONLY_ONE means that one and only one objectType value can match." name="matchCriterion"/>
	<attribute tooltip="[objectType &inputOutputLabel; &MFStringLabel; &PickableGroupObjectTypeValues; &#34;ALL&#34;]&#10;The objectType field specifies a set of labels used in the picking process. Each string specified is treated as an independent label that needs to be matched against the same type in one of the pick sensor instances.&#10;Example: labeling a PickableGroup with the objectType value &#34;WATER&#34; and then attempting to intersect a pick sensor with objectType value &#34;GROUND&#34; fails since the objectType values do not match.&#10;Example: the special value &#34;ALL&#34; means that each node is available for picking regardless of the type specified by the pick sensor.&#10;Example: the special value &#34;NONE&#34; effectively disables all picking for this node and is the equivalent of setting the pickable field of the corresponding PickableGroup to false.&#10;ヒント: authors may define any value for objectType.&#10;ヒント: MFString arrays can have multiple values, so &quot;separate each individual string&quot; &quot;by using quote marks&quot;." name="objectType"/>
	<attribute tooltip="[sortOrder &initializeOnlyLabel; &SFStringLabel; &PickSensorSortOrderValues; CLOSEST]&#10;The sortOrder field determines the order provided for picked output events.&#10;Example: ANY means that any single object can satisfy picking conditions for this pick sensor. Consistency of results is not guaranteed.&#10;Example: ALL means that every object that satisfies the picking conditions for this pick sensor shall be returned.&#10;Example: ALL_SORTED means that every object that satisfies the picking conditions for this pick sensor shall be returned with the order of the output fields provided in a distance-sorted order from closest to farthest away. The exact algorithm for sorting is defined by the individual node definitions.&#10;Example: CLOSEST means that the closest object by distance that satisfies the conditions of this pick sensor. *The exact algorithm for distance determination shall be defined by individual node definitions*.&#10;ヒント: browser implementations may define additional values and algorithms beyond these four required values.&#10;Warning: do not wrap extra quotation marks  around these SFString enumeration values, since &#34;quotation&#34; &#34;marks&#34; are only used for MFString values." name="sortOrder"/>
	<attribute tooltip="[pickingGeometry &inputOutputLabel; &SFNodeLabel;, NULL node] [PointSet]&#10;pickingGeometry specifies the exact geometry coordinates that are used to perform the intersection testing of the picking operation." name="pickingGeometry"/>
	<attribute tooltip="[pickTarget &inputOutputLabel; &MFNodeLabel;, empty list] [X3DGroupingNode|X3DShapeNode|Inline]&#10;pickTarget specifies the list of nodes against which picking operations are performed. All nodes declared in this field and their descendents are evaluated for intersections." name="pickTarget"/>
	<attribute tooltip="[pickedGeometry &outputOnlyLabel; &MFNodeLabel; #FIXED &#34;&#34;]&#10;Output event containing the node or nodes that have been found to intersect with the picking geometry from the last time this node performed a picking operation, given in the local coordinate system.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="pickedGeometry"/>
	<attribute tooltip="[pickedPoint &outputOnlyLabel; &MFVec3fLabel; #FIXED &#34;&#34;]&#10;Output event containing 3D points on surface of underlying pickingGeometry computed by the picking intersection computations, given in the local coordinate system.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="pickedPoint"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/TouchSensor.gif" tooltip="(X3D version 3.2 or later) PrimitivePickSensor tests picking intersections using one of the basic primitive shapes specified in the pickingGeometry field [Cone|Cylinder|Sphere|Box] against the pickTarget geometry.&#10;Warning: boolean fields used to control visibility of primitive pickingGeometry subsections are ignored when evaluating picking intersections.&#10;Example: a Cylinder without end caps is still treated as an enclosed Cylinder.&#10;ヒント: Sorting is defined based on the primitive type as follows. For Cone, the closest picked primitive is defined to be that closest to the vertex point. For Cylinder, Box, and Sphere, the closest picked primitive is defined to be that closest to the center.&#10;ヒント: picking is performed between rendered frames of the event model. An author sets up the picking request in one frame by placing a LinePickSensor in the desired location. At the start of the next frame, any picking intersections are reported by the pick sensor.&#10;ヒント: picking notification is performed at the start of the frame for all enabled pick sensors once all other sensors are processed.&#10;ヒント: event timing details are explained in X3D Specification 4.4.8.3 Execution model https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/concepts.html#ExecutionModelWarning: order of contained nodes is significant, single pickingGeometry node must precede pickTarget node array. Hint: Box, Cone, Cylinder or Sphere can be used for pickingGeometry node." name="PrimitivePickSensor">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[enabled &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enables/disables node operation." name="enabled"/>
	<attribute tooltip="[isActive &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;isActive indicates when the intersecting object is picked by the picking geometry.&#10;Output event isActive=true gets sent once a picked item is found.&#10;Output event isActive=false gets sent once no picked item is found.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isActive"/>
	<attribute tooltip="[intersectionType &initializeOnlyLabel; &SFStringLabel; &PickSensorIntersectionTypeValues; &#34;BOUNDS&#34;]&#10;intersectionType specifies precision of the collision computation.&#10;ヒント: intersectionType constants may be extended by the browser to provide additional options.&#10;Warning: do not wrap extra quotation marks  around these SFString enumeration values, since &#34;quotation&#34; &#34;marks&#34; are only used for MFString values." name="intersectionType"/>
	<attribute tooltip="[matchCriterion &inputOutputLabel; &SFStringLabel; &MatchCriterionTypeValues; &#34;MATCH_ANY&#34;]&#10;defines whether the intersection test (i.e. pick) by this X3DPickSensorNode must match one or more objectType. Specifically MATCH_ANY means any match of objectType values is acceptable, MATCH_EVERY means that every objectType value in this node shall match an objectType value in the X3DPickableObject, and MATCH_ONLY_ONE means that one and only one objectType value can match." name="matchCriterion"/>
	<attribute tooltip="[objectType &inputOutputLabel; &MFStringLabel; &PickableGroupObjectTypeValues; &#34;ALL&#34;]&#10;The objectType field specifies a set of labels used in the picking process. Each string specified is treated as an independent label that needs to be matched against the same type in one of the pick sensor instances.&#10;Example: labeling a PickableGroup with the objectType value &#34;WATER&#34; and then attempting to intersect a pick sensor with objectType value &#34;GROUND&#34; fails since the objectType values do not match.&#10;Example: the special value &#34;ALL&#34; means that each node is available for picking regardless of the type specified by the pick sensor.&#10;Example: the special value &#34;NONE&#34; effectively disables all picking for this node and is the equivalent of setting the pickable field of the corresponding PickableGroup to false.&#10;ヒント: authors may define any value for objectType.&#10;ヒント: MFString arrays can have multiple values, so &quot;separate each individual string&quot; &quot;by using quote marks&quot;." name="objectType"/>
	<attribute tooltip="[sortOrder &initializeOnlyLabel; &SFStringLabel; &PickSensorSortOrderValues; CLOSEST]&#10;The sortOrder field determines the order provided for picked output events.&#10;Example: ANY means that any single object can satisfy picking conditions for this pick sensor. Consistency of results is not guaranteed.&#10;Example: ALL means that every object that satisfies the picking conditions for this pick sensor shall be returned.&#10;Example: ALL_SORTED means that every object that satisfies the picking conditions for this pick sensor shall be returned with the order of the output fields provided in a distance-sorted order from closest to farthest away. The exact algorithm for sorting is defined by the individual node definitions.&#10;Example: CLOSEST means that the closest object by distance that satisfies the conditions of this pick sensor. *The exact algorithm for distance determination shall be defined by individual node definitions*.&#10;ヒント: browser implementations may define additional values and algorithms beyond these four required values.&#10;Warning: do not wrap extra quotation marks  around these SFString enumeration values, since &#34;quotation&#34; &#34;marks&#34; are only used for MFString values." name="sortOrder"/>
	<attribute tooltip="[pickingGeometry &inputOutputLabel; &SFNodeLabel;, NULL node] [Cone|Cylinder|Sphere|Box]&#10;pickingGeometry specifies the exact geometry coordinates that are used to perform the intersection testing of the picking operation." name="pickingGeometry"/>
	<attribute tooltip="[pickTarget &inputOutputLabel; &MFNodeLabel;, empty list] [X3DGroupingNode|X3DShapeNode|Inline]&#10;pickTarget specifies the list of nodes against which picking operations are performed. All nodes declared in this field and their descendents are evaluated for intersections." name="pickTarget"/>
	<attribute tooltip="[pickedGeometry &outputOnlyLabel; &MFNodeLabel; #FIXED &#34;&#34;]&#10;Output event containing the node or nodes that have been found to intersect with the picking geometry from the last time this node performed a picking operation, given in the local coordinate system.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="pickedGeometry"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/TouchSensor.gif" tooltip="(X3D version 3.2 or later) VolumePickSensor tests picking intersections using the pickingGeometry against the pickTarget geometry volume.&#10;ヒント: sort order is based on distance between centers of the bounds of the picking geometry and the picked geometry.&#10;Warning: pickingGeometry volume is defined by the convex hull of the enclosing planes of the provided X3DGeometryNode. If the provided volume is not manifold, pick results are undefined.&#10;ヒント: a pick is successful if any vertex of the pickTarget geometry intersects the volume defined by the pickingGeometry.&#10;ヒント: Sorting is defined based on distance between the centers of the bounds of the picking geometry and the picked geometry.&#10;ヒント: picking is performed between rendered frames of the event model. An author sets up the picking request in one frame by placing a LinePickSensor in the desired location. At the start of the next frame, any picking intersections are reported by the pick sensor.&#10;ヒント: picking notification is performed at the start of the frame for all enabled pick sensors once all other sensors are processed.&#10;ヒント: event timing details are explained in X3D Specification 4.4.8.3 Execution model https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/concepts.html#ExecutionModelWarning: order of contained nodes is significant, single pickingGeometry node must precede pickTarget node array. Hint: any geometry can be used for pickingGeometry node." name="VolumePickSensor">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[enabled &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enables/disables node operation." name="enabled"/>
	<attribute tooltip="[isActive &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;isActive indicates when the intersecting object is picked by the picking geometry.&#10;Output event isActive=true gets sent once a picked item is found.&#10;Output event isActive=false gets sent once no picked item is found.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isActive"/>
	<attribute tooltip="[intersectionType &initializeOnlyLabel; &SFStringLabel; &PickSensorIntersectionTypeValues; &#34;BOUNDS&#34;]&#10;intersectionType specifies precision of the collision computation.&#10;ヒント: intersectionType constants may be extended by the browser to provide additional options.&#10;Warning: do not wrap extra quotation marks  around these SFString enumeration values, since &#34;quotation&#34; &#34;marks&#34; are only used for MFString values." name="intersectionType"/>
	<attribute tooltip="[matchCriterion &inputOutputLabel; &SFStringLabel; &MatchCriterionTypeValues; &#34;MATCH_ANY&#34;]&#10;defines whether the intersection test (i.e. pick) by this X3DPickSensorNode must match one or more objectType. Specifically MATCH_ANY means any match of objectType values is acceptable, MATCH_EVERY means that every objectType value in this node shall match an objectType value in the X3DPickableObject, and MATCH_ONLY_ONE means that one and only one objectType value can match." name="matchCriterion"/>
	<attribute tooltip="[objectType &inputOutputLabel; &MFStringLabel; &PickableGroupObjectTypeValues; &#34;ALL&#34;]&#10;The objectType field specifies a set of labels used in the picking process. Each string specified is treated as an independent label that needs to be matched against the same type in one of the pick sensor instances.&#10;Example: labeling a PickableGroup with the objectType value &#34;WATER&#34; and then attempting to intersect a pick sensor with objectType value &#34;GROUND&#34; fails since the objectType values do not match.&#10;Example: the special value &#34;ALL&#34; means that each node is available for picking regardless of the type specified by the pick sensor.&#10;Example: the special value &#34;NONE&#34; effectively disables all picking for this node and is the equivalent of setting the pickable field of the corresponding PickableGroup to false.&#10;ヒント: authors may define any value for objectType.&#10;ヒント: MFString arrays can have multiple values, so &quot;separate each individual string&quot; &quot;by using quote marks&quot;." name="objectType"/>
	<attribute tooltip="[sortOrder &initializeOnlyLabel; &SFStringLabel; &PickSensorSortOrderValues; CLOSEST]&#10;The sortOrder field determines the order provided for picked output events.&#10;Example: ANY means that any single object can satisfy picking conditions for this pick sensor. Consistency of results is not guaranteed.&#10;Example: ALL means that every object that satisfies the picking conditions for this pick sensor shall be returned.&#10;Example: ALL_SORTED means that every object that satisfies the picking conditions for this pick sensor shall be returned with the order of the output fields provided in a distance-sorted order from closest to farthest away. The exact algorithm for sorting is defined by the individual node definitions.&#10;Example: CLOSEST means that the closest object by distance that satisfies the conditions of this pick sensor. *The exact algorithm for distance determination shall be defined by individual node definitions*.&#10;ヒント: browser implementations may define additional values and algorithms beyond these four required values.&#10;Warning: do not wrap extra quotation marks  around these SFString enumeration values, since &#34;quotation&#34; &#34;marks&#34; are only used for MFString values." name="sortOrder"/>
	<attribute tooltip="[pickingGeometry &inputOutputLabel; &SFNodeLabel;, NULL node] [X3DGeometryNode]&#10;pickingGeometry specifies the exact geometry coordinates that are used to perform the intersection testing of the picking operation." name="pickingGeometry"/>
	<attribute tooltip="[pickTarget &inputOutputLabel; &MFNodeLabel;, empty list] [X3DGroupingNode|X3DShapeNode|Inline]&#10;pickTarget specifies the list of nodes against which picking operations are performed. All nodes declared in this field and their descendents are evaluated for intersections." name="pickTarget"/>
	<attribute tooltip="[pickedGeometry &outputOnlyLabel; &MFNodeLabel; #FIXED &#34;&#34;]&#10;Output event containing the node or nodes that have been found to intersect with the picking geometry from the last time this node performed a picking operation, given in the local coordinate system.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="pickedGeometry"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <!-- Followers component: Chasers and Dampers -->
    <element icon="icons/ColorInterpolator.gif" tooltip="(X3D version 3.2 or later) ColorDamper generates a series of RGB color values that progressively change from initial value to destination value.&#10;ヒント: ROUTE value_changed output events to one of a &lt;Material&gt; node's color fields, for example.&#10;Hint: X3D Scene Authoring Hints, Color https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Color" name="ColorDamper">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[order &initializeOnlyLabel; &SFInt32Label; &#34;3&#34;] [0,5]&#10;order defines the number of internal filters (larger means smoother response, longer delay)." name="order"/>
	<attribute tooltip="[tau &inputOutputLabel; &SFTimeLabel; &#34;0.3&#34;] [0,+&#8734;)&#10;tau is the exponential-decay time constant for filter response in seconds." name="tau"/>
	<attribute tooltip="[tolerance &inputOutputLabel; &SFFloatLabel; #IMPLIED] [0,+&#8734;) or -1.&#10;Absolute value for satisfactory completion proximity (-1 lets browser choose)." name="tolerance"/>
	<attribute tooltip="[initialValue &initializeOnlyLabel; &SFColorLabel; &#34;0.8 0.8 0.8&#34;]&#10;Initial starting value for this node." name="initialValue"/>
	<attribute tooltip="[initialDestination &initializeOnlyLabel; &SFColorLabel; &#34;0.8 0.8 0.8&#34;]&#10;Initial destination value for this node." name="initialDestination"/>
	<attribute tooltip="[set_value &inputOnlyLabel; &SFColorLabel; #FIXED &#34;&#34;]&#10;set_value resets current value of this node.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_value"/>
	<attribute tooltip="[set_destination &inputOnlyLabel; &SFColorLabel; #FIXED &#34;&#34;]&#10;set_destination resets destination value of this node.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_destination"/>
	<attribute tooltip="[isActive &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;isActive true/false events are sent when follower-node computation starts/stops.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isActive"/>
	<attribute tooltip="[value_changed &outputOnlyLabel; &SFColorLabel; #FIXED &#34;&#34;]&#10;Computed output value that approaches within tolerance of destination value, as determined by elapsed time, order and tau.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="value_changed"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/CoordinateInterpolator.gif" tooltip="(X3D version 3.2 or later) CoordinateDamper generates a series of coordinate arrays that progressively change from initial value to destination value.&#10;ヒント: ROUTE value_changed output events to a &lt;Coordinate&gt; node's point field, for example." name="CoordinateDamper">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[order &initializeOnlyLabel; &SFInt32Label; &#34;3&#34;] [0,5]&#10;order defines the number of internal filters (larger means smoother response, longer delay)." name="order"/>
	<attribute tooltip="[tau &inputOutputLabel; &SFTimeLabel; &#34;0.3&#34;] [0,+&#8734;)&#10;tau is the exponential-decay time constant for filter response in seconds." name="tau"/>
	<attribute tooltip="[tolerance &inputOutputLabel; &SFFloatLabel; #IMPLIED] [0,+&#8734;) or -1.&#10;Absolute value for satisfactory completion proximity (-1 lets browser choose)." name="tolerance"/>
	<attribute tooltip="[initialValue &initializeOnlyLabel; &MFVec3fLabel; &#34;0 0 0&#34;]&#10;Initial starting value for this node." name="initialValue"/>
	<attribute tooltip="[initialDestination &initializeOnlyLabel; &MFVec3fLabel; &#34;0 0 0&#34;]&#10;Initial destination value for this node." name="initialDestination"/>
	<attribute tooltip="[set_value &inputOnlyLabel; &MFVec3fLabel; #FIXED &#34;&#34;]&#10;set_value resets current value of this node.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_value"/>
	<attribute tooltip="[set_destination &inputOnlyLabel; &MFVec3fLabel; #FIXED &#34;&#34;]&#10;set_destination resets destination value of this node.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_destination"/>
	<attribute tooltip="[isActive &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;isActive true/false events are sent when follower-node computation starts/stops.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isActive"/>
	<attribute tooltip="[value_changed &outputOnlyLabel; &MFVec3fLabel; #FIXED &#34;&#34;]&#10;Computed output value that approaches within tolerance of destination value, as determined by elapsed time, order and tau.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="value_changed"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/OrientationInterpolator.gif" tooltip="(X3D version 3.2 or later) OrientationDamper generates a series of 4-tuple axis-angle SFRotation values that progressively change from initial value to destination value.&#10;ヒント: ROUTE value_changed output events to a &lt;Transform&gt; node's rotation field, for example." name="OrientationDamper">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[order &initializeOnlyLabel; &SFInt32Label; &#34;3&#34;] [0,5]&#10;order defines the number of internal filters (larger means smoother response, longer delay)." name="order"/>
	<attribute tooltip="[tau &inputOutputLabel; &SFTimeLabel; &#34;0.3&#34;] [0,+&#8734;)&#10;tau is the exponential-decay time constant for filter response in seconds." name="tau"/>
	<attribute tooltip="[tolerance &inputOutputLabel; &SFFloatLabel; #IMPLIED] [0,+&#8734;) or -1.&#10;Absolute value for satisfactory completion proximity (-1 lets browser choose)." name="tolerance"/>
	<attribute tooltip="[initialValue &initializeOnlyLabel; &SFRotationLabel; &#34;0 0 0&#34;]&#10;Initial starting value for this node." name="initialValue"/>
	<attribute tooltip="[initialDestination &initializeOnlyLabel; &SFRotationLabel; &#34;0 0 0&#34;]&#10;Initial destination value for this node." name="initialDestination"/>
	<attribute tooltip="[set_value &inputOnlyLabel; &SFRotationLabel; #FIXED &#34;&#34;]&#10;set_value resets current value of this node.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_value"/>
	<attribute tooltip="[set_destination &inputOnlyLabel; &SFRotationLabel; #FIXED &#34;&#34;]&#10;set_destination resets destination value of this node.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_destination"/>
	<attribute tooltip="[isActive &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;isActive true/false events are sent when follower-node computation starts/stops.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isActive"/>
	<attribute tooltip="[value_changed &outputOnlyLabel; &SFRotationLabel; #FIXED &#34;&#34;]&#10;Computed output value that approaches within tolerance of destination value, as determined by elapsed time, order and tau.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="value_changed"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/PositionInterpolator.gif" tooltip="(X3D version 3.2 or later) PositionDamper generates a series of position values that progressively change from initial value to destination value.&#10;ヒント: ROUTE value_changed output events to a &lt;Transform&gt; node's translation field, for example." name="PositionDamper">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[order &initializeOnlyLabel; &SFInt32Label; &#34;3&#34;] [0,5]&#10;order defines the number of internal filters (larger means smoother response, longer delay)." name="order"/>
	<attribute tooltip="[tau &inputOutputLabel; &SFTimeLabel; &#34;0.3&#34;] [0,+&#8734;)&#10;tau is the exponential-decay time constant for filter response in seconds." name="tau"/>
	<attribute tooltip="[tolerance &inputOutputLabel; &SFFloatLabel; #IMPLIED] [0,+&#8734;) or -1.&#10;Absolute value for satisfactory completion proximity (-1 lets browser choose)." name="tolerance"/>
	<attribute tooltip="[initialValue &initializeOnlyLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Initial starting value for this node." name="initialValue"/>
	<attribute tooltip="[initialDestination &initializeOnlyLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Initial destination value for this node." name="initialDestination"/>
	<attribute tooltip="[set_value &inputOnlyLabel; &SFVec3fLabel; #FIXED &#34;&#34;]&#10;set_value resets current value of this node.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_value"/>
	<attribute tooltip="[set_destination &inputOnlyLabel; &SFVec3fLabel; #FIXED &#34;&#34;]&#10;set_destination resets destination value of this node.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_destination"/>
	<attribute tooltip="[isActive &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;isActive true/false events are sent when follower-node computation starts/stops.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isActive"/>
	<attribute tooltip="[value_changed &outputOnlyLabel; &SFVec3fLabel; #FIXED &#34;&#34;]&#10;Computed output value that approaches within tolerance of destination value, as determined by elapsed time, order and tau.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="value_changed"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/PositionInterpolator2D.gif" tooltip="(X3D version 3.2 or later) PositionDamper2D generates a series of 2D floating-point values that progressively change from initial value to destination value.&#10;ヒント: ROUTE value_changed output events to a &lt;TextureTransform&gt; node's translation field, for example." name="PositionDamper2D">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[order &initializeOnlyLabel; &SFInt32Label; &#34;3&#34;] [0,5]&#10;order defines the number of internal filters (larger means smoother response, longer delay)." name="order"/>
	<attribute tooltip="[tau &inputOutputLabel; &SFTimeLabel; &#34;0.3&#34;] [0,+&#8734;)&#10;tau is the exponential-decay time constant for filter response in seconds." name="tau"/>
	<attribute tooltip="[tolerance &inputOutputLabel; &SFFloatLabel; #IMPLIED] [0,+&#8734;) or -1.&#10;Absolute value for satisfactory completion proximity (-1 lets browser choose)." name="tolerance"/>
	<attribute tooltip="[initialValue &initializeOnlyLabel; &SFVec2fLabel; &#34;0 0&#34;]&#10;Initial starting value for this node." name="initialValue"/>
	<attribute tooltip="[initialDestination &initializeOnlyLabel; &SFVec2fLabel; &#34;0 0&#34;]&#10;Initial destination value for this node." name="initialDestination"/>
	<attribute tooltip="[set_value &inputOnlyLabel; &SFVec2fLabel; #FIXED &#34;&#34;]&#10;set_value resets current value of this node.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_value"/>
	<attribute tooltip="[set_destination &inputOnlyLabel; &SFVec2fLabel; #FIXED &#34;&#34;]&#10;set_destination resets destination value of this node.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_destination"/>
	<attribute tooltip="[isActive &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;isActive true/false events are sent when follower-node computation starts/stops.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isActive"/>
	<attribute tooltip="[value_changed &outputOnlyLabel; &SFVec2fLabel; #FIXED &#34;&#34;]&#10;Computed output value that approaches within tolerance of destination value, as determined by elapsed time, order and tau.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="value_changed"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/ScalarInterpolator.gif" tooltip="(X3D version 3.3 or later) ScalarDamper generates a series of floating-point values that progressively change from initial value to destination value.&#10;ヒント: ROUTE value_changed output events to an interpolator node's set_fraction field, for example." name="ScalarDamper">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[order &initializeOnlyLabel; &SFInt32Label; &#34;3&#34;] [0,5]&#10;order defines the number of internal filters (larger means smoother response, longer delay)." name="order"/>
	<attribute tooltip="[tau &inputOutputLabel; &SFTimeLabel; &#34;0.3&#34;] [0,+&#8734;)&#10;tau is the exponential-decay time constant for filter response in seconds." name="tau"/>
	<attribute tooltip="[tolerance &inputOutputLabel; &SFFloatLabel; #IMPLIED] [0,+&#8734;) or -1.&#10;Absolute value for satisfactory completion proximity (-1 lets browser choose)." name="tolerance"/>
	<attribute tooltip="[initialValue &initializeOnlyLabel; &SFFloatLabel; &#34;0&#34;]&#10;Initial starting value for this node." name="initialValue"/>
	<attribute tooltip="[initialDestination &initializeOnlyLabel; &SFFloatLabel; &#34;0&#34;]&#10;Initial destination value for this node." name="initialDestination"/>
	<attribute tooltip="[set_value &inputOnlyLabel; &SFFloatLabel; #FIXED &#34;&#34;]&#10;set_value resets current value of this node.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_value"/>
	<attribute tooltip="[set_destination &inputOnlyLabel; &SFFloatLabel; #FIXED &#34;&#34;]&#10;set_destination resets destination value of this node.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_destination"/>
	<attribute tooltip="[isActive &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;isActive true/false events are sent when follower-node computation starts/stops.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isActive"/>
	<attribute tooltip="[value_changed &outputOnlyLabel; &SFFloatLabel; #FIXED &#34;&#34;]&#10;Computed output value that approaches within tolerance of destination value, as determined by elapsed time, order and tau.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="value_changed"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/TextureCoordinate.gif" tooltip="(X3D version 3.2 or later) TexCoordDamper2D generates a series of 2D floating-point arrays that progressively change from initial value to destination value.&#10;ヒント: ROUTE value_changed output events to a &lt;TextureTransform&gt; node's translation field, for example." name="TexCoordDamper2D">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[order &initializeOnlyLabel; &SFInt32Label; &#34;3&#34;] [0,5]&#10;order defines the number of internal filters (larger means smoother response, longer delay)." name="order"/>
	<attribute tooltip="[tau &inputOutputLabel; &SFTimeLabel; &#34;0.3&#34;] [0,+&#8734;)&#10;tau is the exponential-decay time constant for filter response in seconds." name="tau"/>
	<attribute tooltip="[tolerance &inputOutputLabel; &SFFloatLabel; #IMPLIED] [0,+&#8734;) or -1.&#10;Absolute value for satisfactory completion proximity (-1 lets browser choose)." name="tolerance"/>
	<attribute tooltip="[initialValue &initializeOnlyLabel; &MFVec2fLabel; #IMPLIED]&#10;Initial starting value for this node." name="initialValue"/>
	<attribute tooltip="[initialDestination &initializeOnlyLabel; &MFVec2fLabel; #IMPLIED]&#10;Initial destination value for this node." name="initialDestination"/>
	<attribute tooltip="[set_value &inputOnlyLabel; &MFVec2fLabel; #FIXED &#34;&#34;]&#10;set_value resets current value of this node.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_value"/>
	<attribute tooltip="[set_destination &inputOnlyLabel; &MFVec2fLabel; #FIXED &#34;&#34;]&#10;set_destination resets destination value of this node.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_destination"/>
	<attribute tooltip="[isActive &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;isActive true/false events are sent when follower-node computation starts/stops.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isActive"/>
	<attribute tooltip="[value_changed &outputOnlyLabel; &MFVec2fLabel; #FIXED &#34;&#34;]&#10;Computed output value that approaches within tolerance of destination value, as determined by elapsed time, order and tau.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="value_changed"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/ColorInterpolator.gif" tooltip="(X3D version 3.3 or later) ColorChaser generates a series of SFColor values that progressively change from initial value to destination value.&#10;ヒント: ROUTE value_changed output events to one of a &lt;Material&gt; node's color fields, for example.&#10;Hint: X3D Scene Authoring Hints, Color https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Color" name="ColorChaser">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[duration &inputOutputLabel; &SFTimeLabel; &#34;1&#34;] [0,+&#8734;)&#10;duration is the time interval for filter response in seconds.&#10;Hint: duration is a nonnegative SFTime duration interval, not an absolute clock time." name="duration"/>
	<attribute tooltip="[initialValue &initializeOnlyLabel; &SFColorLabel; &#34;0.8 0.8 0.8&#34;]&#10;Initial starting value for this node." name="initialValue"/>
	<attribute tooltip="[initialDestination &initializeOnlyLabel; &SFColorLabel; &#34;0.8 0.8 0.8&#34;]&#10;Initial destination value for this node." name="initialDestination"/>
	<attribute tooltip="[set_value &inputOnlyLabel; &SFColorLabel; #FIXED &#34;&#34;]&#10;set_value resets current value of this node.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_value"/>
	<attribute tooltip="[set_destination &inputOnlyLabel; &SFColorLabel; #FIXED &#34;&#34;]&#10;set_destination resets destination value of this node.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_destination"/>
	<attribute tooltip="[isActive &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;isActive true/false events are sent when follower-node computation starts/stops.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isActive"/>
	<attribute tooltip="[value_changed &outputOnlyLabel; &SFColorLabel; #FIXED &#34;&#34;]&#10;Computed output value that approaches within tolerance of destination value, as determined by elapsed time, order and tau.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="value_changed"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/CoordinateInterpolator.gif" tooltip="(X3D version 3.3 or later) CoordinateChaser generates a series of coordinate arrays that progressively change from initial value to destination value.&#10;ヒント: ROUTE value_changed output events to a &lt;Coordinate&gt; node's point field, for example." name="CoordinateChaser">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[duration &inputOutputLabel; &SFTimeLabel; &#34;1&#34;] [0,+&#8734;)&#10;duration is the time interval for filter response in seconds.&#10;Hint: duration is a nonnegative SFTime duration interval, not an absolute clock time." name="duration"/>
	<attribute tooltip="[initialValue &initializeOnlyLabel; &MFVec3fLabel; &#34;0 0 0&#34;]&#10;Initial starting value for this node." name="initialValue"/>
	<attribute tooltip="[initialDestination &initializeOnlyLabel; &MFVec3fLabel; &#34;0 0 0&#34;]&#10;Initial destination value for this node." name="initialDestination"/>
	<attribute tooltip="[set_value &inputOnlyLabel; &MFVec3fLabel; #FIXED &#34;&#34;]&#10;set_value resets current value of this node.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_value"/>
	<attribute tooltip="[set_destination &inputOnlyLabel;&MFVec3fLabel; #FIXED &#34;&#34;]&#10;set_destination resets destination value of this node.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_destination"/>
	<attribute tooltip="[isActive &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;isActive true/false events are sent when follower-node computation starts/stops.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isActive"/>
	<attribute tooltip="[value_changed &outputOnlyLabel; &MFVec3fLabel; #FIXED &#34;&#34;]&#10;Computed output value that approaches within tolerance of destination value, as determined by elapsed time, order and tau.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="value_changed"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/OrientationInterpolator.gif" tooltip="(X3D version 3.2 or later) OrientationChaser generates a series of 4-tuple axis-angle SFRotation values that progressively change from initial value to destination value.&#10;ヒント: ROUTE value_changed output events to a &lt;Transform&gt; node's rotation field, for example." name="OrientationChaser">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[duration &inputOutputLabel; &SFTimeLabel; &#34;1&#34;] [0,+&#8734;)&#10;duration is the time interval for filter response in seconds.&#10;Hint: duration is a nonnegative SFTime duration interval, not an absolute clock time." name="duration"/>
	<attribute tooltip="[initialValue &initializeOnlyLabel; &SFRotationLabel; &#34;0 1 0 0&#34;]&#10;Initial starting value for this node." name="initialValue"/>
	<attribute tooltip="[initialDestination &initializeOnlyLabel; &SFRotationLabel; &#34;0 1 0 0&#34;]&#10;Initial destination value for this node." name="initialDestination"/>
	<attribute tooltip="[set_value &inputOnlyLabel; &SFRotationLabel; #FIXED &#34;&#34;]&#10;set_value resets current value of this node.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_value"/>
	<attribute tooltip="[set_destination &inputOnlyLabel; &SFRotationLabel; #FIXED &#34;&#34;]&#10;set_destination resets destination value of this node.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_destination"/>
	<attribute tooltip="[isActive &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;isActive true/false events are sent when follower-node computation starts/stops.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isActive"/>
	<attribute tooltip="[value_changed &outputOnlyLabel; &SFRotationLabel; #FIXED &#34;&#34;]&#10;Computed output value that approaches within tolerance of destination value, as determined by elapsed time, order and tau.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="value_changed"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/PositionInterpolator.gif" tooltip="(X3D version 3.2 or later) PositionChaser generates a series of position values that progressively change from initial value to destination value.&#10;ヒント: ROUTE value_changed output events to a &lt;Transform&gt; node's translation field, for example." name="PositionChaser">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[duration &inputOutputLabel; &SFTimeLabel; &#34;1&#34;] [0,+&#8734;)&#10;duration is the time interval for filter response in seconds.&#10;Hint: duration is a nonnegative SFTime duration interval, not an absolute clock time." name="duration"/>
	<attribute tooltip="[initialValue &initializeOnlyLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Initial starting value for this node." name="initialValue"/>
	<attribute tooltip="[initialDestination &initializeOnlyLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Initial destination value for this node." name="initialDestination"/>
	<attribute tooltip="[set_value &inputOnlyLabel; &SFVec3fLabel; #FIXED &#34;&#34;]&#10;set_value resets current value of this node.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_value"/>
	<attribute tooltip="[set_destination &inputOnlyLabel; &SFVec3fLabel; #FIXED &#34;&#34;]&#10;set_destination resets destination value of this node.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_destination"/>
	<attribute tooltip="[isActive &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;isActive true/false events are sent when follower-node computation starts/stops.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isActive"/>
	<attribute tooltip="[value_changed &outputOnlyLabel; &SFVec3fLabel; #FIXED &#34;&#34;]&#10;Computed output value that approaches within tolerance of destination value, as determined by elapsed time, order and tau.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="value_changed"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/PositionInterpolator2D.gif" tooltip="(X3D version 3.2 or later) PositionChaser2D generates a series of 2D position values that progressively change from initial value to destination value.&#10;ヒント: ROUTE value_changed output events to a &lt;TextureTransform&gt; node's translation field, for example." name="PositionChaser2D">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[duration &inputOutputLabel; &SFTimeLabel; &#34;1&#34;] [0,+&#8734;)&#10;duration is the time interval for filter response in seconds.&#10;Hint: duration is a nonnegative SFTime duration interval, not an absolute clock time." name="duration"/>
	<attribute tooltip="[initialValue &initializeOnlyLabel; &SFVec2fLabel; &#34;0 0&#34;]&#10;Initial starting value for this node." name="initialValue"/>
	<attribute tooltip="[initialDestination &initializeOnlyLabel; &SFVec2fLabel; &#34;0 0&#34;]&#10;Initial destination value for this node." name="initialDestination"/>
	<attribute tooltip="[set_value &inputOnlyLabel; &SFVec2fLabel; #FIXED &#34;&#34;]&#10;set_value resets current value of this node.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_value"/>
	<attribute tooltip="[set_destination &inputOnlyLabel; &SFVec2fLabel; #FIXED &#34;&#34;]&#10;set_destination resets destination value of this node.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_destination"/>
	<attribute tooltip="[isActive &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;isActive true/false events are sent when follower-node computation starts/stops.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isActive"/>
	<attribute tooltip="[value_changed &outputOnlyLabel; &SFVec2fLabel; #FIXED &#34;&#34;]&#10;Computed output value that approaches within tolerance of destination value, as determined by elapsed time, order and tau.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="value_changed"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/ScalarInterpolator.gif" tooltip="(X3D version 3.2 or later) ScalarChaser generates a series of single floating-point values that progressively change from initial value to destination value.&#10;ヒント: ROUTE value_changed output events to an interpolator node's set_fraction field, for example." name="ScalarChaser">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[duration &inputOutputLabel; &SFTimeLabel; &#34;1&#34;] [0,+&#8734;)&#10;duration is the time interval for filter response in seconds.&#10;Hint: duration is a nonnegative SFTime duration interval, not an absolute clock time." name="duration"/>
	<attribute tooltip="[initialValue &initializeOnlyLabel; &SFFloatLabel; &#34;0&#34;]&#10;Initial starting value for this node." name="initialValue"/>
	<attribute tooltip="[initialDestination &initializeOnlyLabel; &SFFloatLabel; &#34;0&#34;]&#10;Initial destination value for this node." name="initialDestination"/>
	<attribute tooltip="[set_value &inputOnlyLabel; &SFFloatLabel; #FIXED &#34;&#34;]&#10;set_value resets current value of this node.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_value"/>
	<attribute tooltip="[set_destination &inputOnlyLabel; &SFFloatLabel; #FIXED &#34;&#34;]&#10;set_destination resets destination value of this node.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_destination"/>
	<attribute tooltip="[isActive &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;isActive true/false events are sent when follower-node computation starts/stops.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isActive"/>
	<attribute tooltip="[value_changed &outputOnlyLabel; &SFFloatLabel; #FIXED &#34;&#34;]&#10;Computed output value that approaches within tolerance of destination value, as determined by elapsed time, order and tau.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="value_changed"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/CoordinateInterpolator.gif" tooltip="(X3D version 3.3 or later) TexCoordChaser2D generates a series of single floating-point values that progressively change from initial value to destination value.&#10;ヒント: ROUTE value_changed output events to a &lt;TextureTransform&gt; node's translation field, for example." name="TexCoordChaser2D">
	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
	<attribute tooltip="[duration &inputOutputLabel; &SFTimeLabel; &#34;1&#34;] [0,+&#8734;)&#10;duration is the time interval for filter response in seconds.&#10;Hint: duration is a nonnegative SFTime duration interval, not an absolute clock time." name="duration"/>
	<attribute tooltip="[initialValue &initializeOnlyLabel; &MFVec2fLabel; #IMPLIED]&#10;Initial starting value for this node." name="initialValue"/>
	<attribute tooltip="[initialDestination &initializeOnlyLabel; &MFVec2fLabel; #IMPLIED]&#10;Initial destination value for this node." name="initialDestination"/>
	<attribute tooltip="[set_value &inputOnlyLabel; &MFVec2fLabel; #FIXED &#34;&#34;]&#10;set_value resets current value of this node.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_value"/>
	<attribute tooltip="[set_destination &inputOnlyLabel; &MFVec2fLabel; #FIXED &#34;&#34;]&#10;set_destination resets destination value of this node.&#10;Warning: it is an error to define this transient inputOnly field in an X3D file, instead only use it a destination for ROUTE events." name="set_destination"/>
	<attribute tooltip="[isActive &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;isActive true/false events are sent when follower-node computation starts/stops.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isActive"/>
	<attribute tooltip="[value_changed &outputOnlyLabel; &MFVec2fLabel; #FIXED &#34;&#34;]&#10;Computed output value that approaches within tolerance of destination value, as determined by elapsed time, order and tau.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="value_changed"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <!-- Particle systems component -->
    <element icon="icons/SHAPE16.png" tooltip="(X3D version 3.2 or later) BoundedPhysicsModel provides user-defined geometrical boundaries for particle motion. A child geometry node specifies boundaries that constrain the location of the particles.&#10;ヒント: when a particle touches the boundary surface, it is reflected by the geometry (either inside or outside)." name="BoundedPhysicsModel">
 	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
   	<attribute tooltip="[geometry &inputOutputLabel; &SFNodeLabel;, NULL node] [X3DGeometryNode]&#10;The geometry node provides the geometry used for each particle when the parent ParticleSystem node has geometryType=GEOMETRY.&#10;ヒント: include &lt;component name='Geospatial' level='1'/&gt;" name="geometry"/>
	<attribute tooltip="[enabled &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enables/disables node operation." name="enabled"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;physics&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/SHAPE16.png" tooltip="(X3D version 3.2 or later) ConeEmitter generates all available particles from a specific point in space. Particles are emitted from the single point specified by the position field emanating in a direction randomly distributed within the cone specified by the angle and direction fields." name="ConeEmitter">
 	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
   	<attribute tooltip="[angle &inputOutputLabel; &SFFloatLabel; &#34;0&#34;] [0,+&#8734;)&#10;Cone boundary for random distribution of particles about initial direction.&#10;Hint: https://en.wikipedia.org/wiki/Radian" name="angle"/>
	<attribute tooltip="[direction &inputOutputLabel; &SFVec3fLabel; &#34;0 1 0&#34;]&#10;Initial direction from which particles emanate." name="direction"/>
	<attribute tooltip="[position &inputOutputLabel; &SFVec3fLabel; &#34;0 1 0&#34;]&#10;Point from which particles emanate." name="position"/>
	<attribute tooltip="[speed &inputOutputLabel; &SFFloatLabel; &#34;0&#34;] [0,+&#8734;)&#10;Initial linear speed (default is m/s) imparted to all particles along their direction of movement." name="speed"/>
	<attribute tooltip="[surfaceArea &initializeOnlyLabel; &SFFloatLabel; &#34;0&#34;] [0,+&#8734;)&#10;Particle surface area in area base units (default is meters squared). Surface area is used for calculations such as wind effects per particle.&#10;ヒント: surfaceArea value represents average frontal area presented to the wind.&#10;ヒント: assumes spherical model for each particle (i.e., surface area is the same regardless of direction)." name="surfaceArea"/>
	<attribute tooltip="[variation &inputOutputLabel; &SFFloatLabel; &#34;0.25&#34;] [0,+&#8734;)&#10;Multiplier for the randomness used to control the range of possible output values. The bigger the value, the more random the output and the bigger the range of possible initial values possible.&#10;ヒント: variation of zero does not allow any randomness." name="variation"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;emitter&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/SHAPE16.png" tooltip="(X3D version 3.2 or later) ExplosionEmitter generates all particles from a specific point in space at the initial time enabled." name="ExplosionEmitter">
 	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
   	<attribute tooltip="[position &inputOutputLabel; &SFVec3fLabel; &#34;0 1 0&#34;]&#10;Point from which particles emanate." name="position"/>
	<attribute tooltip="[mass &initializeOnlyLabel; &SFFloatLabel; &#34;0&#34;] [0,+&#8734;)&#10;Basic mass of each particle, defined in mass base units (default is kilograms).&#10;ヒント: mass is needed if gravity or other force-related calculations are performed on a per-particle basis.&#10;Hint: https://en.wikipedia.org/wiki/Kilogram&#10;Hint: X3D Architecture 4.3.6 Standard units and coordinate system https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/concepts.html#Standardunitscoordinates" name="mass"/>
	<attribute tooltip="[speed &inputOutputLabel; &SFFloatLabel; &#34;0&#34;] [0,+&#8734;)&#10;Initial linear speed (default is m/s) imparted to all particles along their direction of movement." name="speed"/>
	<attribute tooltip="[surfaceArea &initializeOnlyLabel; &SFFloatLabel; &#34;0&#34;] [0,+&#8734;)&#10;Particle surface area in area base units (default is meters squared). Surface area is used for calculations such as wind effects per particle.&#10;ヒント: surfaceArea value represents average frontal area presented to the wind.&#10;ヒント: assumes spherical model for each particle (i.e., surface area is the same regardless of direction)." name="surfaceArea"/>
	<attribute tooltip="[variation &inputOutputLabel; &SFFloatLabel; &#34;0.25&#34;] [0,+&#8734;)&#10;Multiplier for the randomness used to control the range of possible output values. The bigger the value, the more random the output and the bigger the range of initial values possible.&#10;ヒント: variation of zero does not allow any randomness." name="variation"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;emitter&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/SHAPE16.png" tooltip="(X3D version 3.2 or later) ForcePhysicsModel applies a constant force value to the particles.&#10;ヒント: force may act in any given direction vector at any strength." name="ForcePhysicsModel">
 	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
   	<attribute tooltip="[enabled &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enables/disables node operation." name="enabled"/>
	<attribute tooltip="[force &inputOutputLabel; &SFVec3fLabel; &#34;0 -9.8 0&#34;] (-&#8734;,+&#8734;)&#10;force field indicates strength and direction of the propelling force on the particles (e.g. default is Earth's gravity).&#10;ヒント: force is specified in force base units (usually newtons).&#10;ヒント: if particles have zero mass, ForcePhysicsModel node has no effect." name="force"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;physics&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/SHAPE16.png" tooltip="(X3D version 3.2 or later) ParticleSystem specifies a complete particle system. It can contain Appearance for particle appearance, a geometry node if gemoetryType='GEOMETRY', a colorRamp Color|ColorRGBA node for changing base color over each particle's lifetime, a texcoordRamp TextureCoordinate node to control texture coordinates of provided texture(s) in the Appearance node over time, a single emitter X3DParticleEmitterNode, and an array of physics X3DParticlePhysicsModelNode nodes.&#10;ヒント: event timing details are explained in X3D Specification 4.4.8.3 Execution model https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/concepts.html#ExecutionModelHint: Wikipedia, particle system https://en.wikipedia.org/wiki/Particle_system" name="ParticleSystem">
 	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
   	<attribute tooltip="[appearance &inputOutputLabel; &SFNodeLabel;, NULL node] [X3DAppearanceNode]&#10;The appearance field holds an Appearance node that is used for the geometry. All effects, such as material colors and/or multi-textures, are applied to each particle.&#10;ヒント: if a texture coordinate ramp and key is supplied with this geometry, it shall be used in preference to any automatic texture coordinate generation.&#10;ヒント: if automatic texture coordinate generation is used, results shall be based on the entire volume that the particles consume, not locally applied to each particle." name="appearance"/>
	<attribute tooltip="[colorKey &initializeOnlyLabel; &MFFloatLabel; #IMPLIED] [0,+&#8734;)&#10;Array of time intervals in seconds, corresponding to particle lifetime, that are used to interpolate colorRamp array values.&#10;ヒント: color values are interpolated in linear Hue Saturation Value (HSV) space, similar to ColorInterpolator node.&#10;ヒント: color values are defined as per-vertex color values.&#10;Warning: if an Appearance and Material nodes are provided, those material properties override colorRamp interpolation.&#10;ヒント: number of colorKey values must match length of the per-vertex colorRamp arrays!&#10;Hint: X3D Scene Authoring Hints, Color https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Color" name="colorKey"/>
	<attribute tooltip="[colorRamp &initializeOnlyLabel; &SFNodeLabel;, NULL node] [X3DColorNode]&#10;The colorRamp Color|ColorRGBA node holds a series of color values to be used at the given colorKey points in time.&#10;ヒント: color values are defined as per-vertex color values.&#10;Warning: if an Appearance and Material nodes are provided, those material properties override colorRamp interpolation.&#10;ヒント: number of colorKey values must match length of the per-vertex colorRamp arrays!&#10;Hint: X3D Scene Authoring Hints, Color https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Color" name="colorRamp"/>
	<attribute tooltip="[emitter &initializeOnlyLabel; &SFNodeLabel;, NULL node] [X3DParticleEmitterNode]&#10;The emitter field specifies the type of emitter geometry and properties that the particles are given for their initial positions." name="emitter"/>
	<attribute tooltip="[geometryType &initializeOnlyLabel; &SFStringLabel; &ParticleSystemgeometryTypes; QUAD]&#10;specifies type of geometry used to represent individual particles. Typically, a particle is calculated as point in space at which the geometry is placed. Changing the value of the geometry field or the definition of the geometry node shall be applied during current computation of the next frame to be rendered.&#10;ヒント: LINE means that a line is drawn along the particle's current velocity vector, for this frame, centered about the particle's position. The length of the line is specified by the particle's height from the particleSize field value.&#10;ヒント: POINT means that a point geometry is rendered at the particle's position.&#10;ヒント: QUAD means that a 2D quad is rendered aligned in the local coordinate space of the particle system with the face normal pointing along the positive Z axis. Individual quads are not aligned to the user's eye position but are affected in depth by the physics model. The particle's position is at the center of the quad.&#10;ヒント: SPRITE means that a point sprite that uses a 2D point position to locate a screen-aligned quad at the center of the particle's location is rendered.&#10;ヒント: TRIANGLE means that a 2D quad is rendered using a pair of triangles aligned in the local coordinate space of the particle system with the face normal pointing along the positive Z axis. Individual triangles are not aligned to the user's eye position, but are affected in depth by the physics model. The particle's position is at the center of the triangle.&#10;ヒント: GEOMETRY means that the geometry specified by the geometry field is rendered for each particle using the local coordinate system.&#10;Warning: do not wrap extra quotation marks  around these SFString enumeration values, since &#34;quotation&#34; &#34;marks&#34; are only used for MFString values.&#10;ヒント: include &lt;component name='Geospatial' level='1'/&gt;" name="geometryType"/>
	<attribute tooltip="[geometry &inputOutputLabel; &SFNodeLabel;, NULL node] [X3DGeometryNode]&#10;The geometry node provides geometry used for each particle when geometryType=GEOMETRY.&#10;ヒント: include &lt;component name='Geospatial' level='1'/&gt;" name="geometry"/>
	<attribute tooltip="[physics &initializeOnlyLabel; &MFNodeLabel;, empty list] [X3DParticlePhysicsModelNode]&#10;After being created, the individual particles are then manipulated according to the physics model(s) specified in the physics field." name="physics"/>
	<attribute tooltip="[createParticles &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enables/disables creation of new particles, while any existing particles remain in existence and continue to animate until the end of their lifetimes.&#10;ヒント: if no particles are left in scene, system is considered both active and enabled." name="createParticles"/>
	<attribute tooltip="[enabled &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enables/disables node operation." name="enabled"/>
	<attribute tooltip="[lifetimeVariation &inputOutputLabel; &SFFloatLabel; &#34;0.25&#34;] [0,1)&#10;TODO not properly defined in X3D spedification.&#10;Multiplier for the randomness used to control the range of possible output values. The bigger the value, the more random the output and the bigger the range of initial values possible.&#10;ヒント: variation of zero does not allow any randomness." name="lifetimeVariation"/>
	<attribute tooltip="[maxParticles &inputOutputLabel; &SFInt32Label; &#34;200&#34;] [0,+&#8734;)&#10;Maximum number of particles to be generated at one time (subject to player limitations)." name="maxParticles"/>
	<attribute tooltip="[particleLifetime &inputOutputLabel; &SFFloatLabel; &#34;5&#34;] [0,+&#8734;)&#10;TODO not properly defined in X3D spedification.&#10;Particle animation lifetime in base time units (default is seconds)." name="particleLifetime"/>
	<attribute tooltip="[particleSize &inputOutputLabel; &SFVec2fLabel; &#34;0.02 0.02&#34;] [0,+&#8734;)&#10;particleSize describes width and height dimensions for each particle in length base units (default is meters). Changing this value dynamically will only change new particles created after the change.&#10;ヒント: particles created before this timestamp will remain at the old size.&#10;ヒント: his field only effects particles using LINE, QUAD, SPRITE, and TRIANGLE geometry types." name="particleSize"/>
	<attribute tooltip="[texCoordKey &initializeOnlyLabel; &MFFloatLabel; #IMPLIED] [0,+&#8734;)&#10;Array of time intervals in seconds, corresponding to particle lifetime, that are used to sequence texCoordRamp array values.&#10;ヒント: no interpolation is performed, texture coordinates are simply sequenced in order.&#10;ヒント: texture-coordinate values map textures to vertices in the geometry.&#10;ヒント: number of texCoordKey values must match length of the per-vertex texCoordRamp arrays!" name="texCoordKey"/>
	<attribute tooltip="[texCoordRamp &initializeOnlyLabel; &SFNodeLabel;, NULL node] [TextureCoordinate]&#10;texture coordinates of the provided texture(s) in the Appearance node, over time. Particle systems frequently like to change the texture on a particle as it ages, yet there is no good way of accomplishing this through standard interpolators because interpolators have no concept of particle time. This pair of fields hold time-dependent values for the texture coordinates to be applied to the particle. When a particle reaches the next time stamp it moves to the next set of texture coordinates.&#10;ヒント: texture-coordinate values map textures to vertices in the geometry.&#10;ヒント: number of texCoordKey values must match length of the per-vertex texCoordRamp arrays!" name="texCoordRamp"/>
	<attribute tooltip="[isActive &outputOnlyLabel; &SFBoolLabel; #FIXED &#34;&#34;]&#10;isActive true/false events are sent when playback starts/stops.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="isActive"/>
	<attribute tooltip="[bboxCenter &initializeOnlyLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxCenter"/>
	<attribute tooltip="[bboxSize &initializeOnlyLabel; &SFVec3fLabel; &#34;-1 -1 -1&#34;]&#10;Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint.&#10;Hint: can be useful for collision computations or inverse-kinematics (IK) engines.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxSize"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/SHAPE16.png" tooltip="(X3D version 3.2 or later) PointEmitter generates particles from a specific point in space using the specified direction and speed." name="PointEmitter">
 	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
   	<attribute tooltip="[direction &inputOutputLabel; &SFVec3fLabel; &#34;0 1 0&#34;]&#10;Initial direction from which particles emanate." name="direction"/>
	<attribute tooltip="[position &inputOutputLabel; &SFVec3fLabel; &#34;0 1 0&#34;]&#10;Point from which particles emanate." name="position"/>
	<attribute tooltip="[mass &initializeOnlyLabel; &SFFloatLabel; &#34;0&#34;] [0,+&#8734;)&#10;Basic mass of each particle, defined in mass base units (default is kilograms).&#10;ヒント: mass is needed if gravity or other force-related calculations are performed on a per-particle basis.&#10;Hint: https://en.wikipedia.org/wiki/Kilogram&#10;Hint: X3D Architecture 4.3.6 Standard units and coordinate system https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/concepts.html#Standardunitscoordinates" name="mass"/>
	<attribute tooltip="[speed &inputOutputLabel; &SFFloatLabel; &#34;0&#34;] [0,+&#8734;)&#10;Initial linear speed (default is m/s) imparted to all particles along their direction of movement." name="speed"/>
	<attribute tooltip="[surfaceArea &initializeOnlyLabel; &SFFloatLabel; &#34;0&#34;] [0,+&#8734;)&#10;Particle surface area in area base units (default is meters squared). Surface area is used for calculations such as wind effects per particle.&#10;ヒント: surfaceArea value represents average frontal area presented to the wind.&#10;ヒント: assumes spherical model for each particle (i.e., surface area is the same regardless of direction)." name="surfaceArea"/>
	<attribute tooltip="[variation &inputOutputLabel; &SFFloatLabel; &#34;0.25&#34;] [0,+&#8734;)&#10;Multiplier for the randomness used to control the range of possible output values. The bigger the value, the more random the output and the bigger the range of possible initial values possible.&#10;ヒント: variation of zero does not allow any randomness." name="variation"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;emitter&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/SHAPE16.png" tooltip="(X3D version 3.2 or later) PolylineEmitter emits particles along a single polyline. The coordinates for the line along which particles should be randomly generated are taken from a combination of the coord and coordIndex fields. The starting point for generating particles is randomly distributed along this line and given the initial speed and direction.&#10;ヒント: if no coordinates are available, PolylineEmitter acts like a point source located at local origin." name="PolylineEmitter">
 	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
   	<attribute tooltip="[coord &inputOutputLabel; &SFNodeLabel;, NULL node] [X3DCoordinateNode]&#10;Coordinates for the line along which particles are randomly generated.&#10;Warning: If no coordinates are available, PolylineEmitter acts like a point source located at local origin." name="coord"/>
	<attribute tooltip="[coordIndex &initializeOnlyLabel; &MFInt32Label; &#34;-1&#34;] [-1,+&#8734;)&#10;coordIndex indices are applied to contained Coordinate values in order to define randomly generated initial geometry of the particles.&#10;Warning: If no coordinates are available, PolylineEmitter acts like a point source located at local origin.&#10;Warning: coordIndex is required in order to connect contained coordinate point values." name="coordIndex"/>
	<attribute tooltip="[direction &inputOutputLabel; &SFVec3fLabel; &#34;0 1 0&#34;]&#10;Initial direction from which particles emanate." name="direction"/>
	<attribute tooltip="[mass &initializeOnlyLabel; &SFFloatLabel; &#34;0&#34;] [0,+&#8734;)&#10;Basic mass of each particle, defined in mass base units (default is kilograms).&#10;ヒント: mass is needed if gravity or other force-related calculations are performed on a per-particle basis.&#10;Hint: https://en.wikipedia.org/wiki/Kilogram&#10;Hint: X3D Architecture 4.3.6 Standard units and coordinate system https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/concepts.html#Standardunitscoordinates" name="mass"/>
	<attribute tooltip="[speed &inputOutputLabel; &SFFloatLabel; &#34;0&#34;] [0,+&#8734;)&#10;Initial linear speed (default is m/s) imparted to all particles along their direction of movement." name="speed"/>
	<attribute tooltip="[surfaceArea &initializeOnlyLabel; &SFFloatLabel; &#34;0&#34;] [0,+&#8734;)&#10;Particle surface area in area base units (default is meters squared). Surface area is used for calculations such as wind effects per particle.&#10;ヒント: surfaceArea value represents average frontal area presented to the wind.&#10;ヒント: assumes spherical model for each particle (i.e., surface area is the same regardless of direction)." name="surfaceArea"/>
	<attribute tooltip="[variation &inputOutputLabel; &SFFloatLabel; &#34;0.25&#34;] [0,+&#8734;)&#10;Multiplier for the randomness used to control the range of possible output values. The bigger the value, the more random the output and the bigger the range of possible initial values possible.&#10;ヒント: variation of zero does not allow any randomness." name="variation"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;emitter&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/SHAPE16.png" tooltip="(X3D version 3.2 or later) SurfaceEmitter generates particles from the surface of an object. New particles are generated by first randomly choosing a face on the tessellated geometry and then a random position on that face. Particles are generated with an initial direction of the normal to that point (including any normal averaging due to normalPerVertex and creaseAngle field settings).&#10;ヒント: ff surface is not solid (solid=false), randomly choose from which side of the surface to emit, negating the normal direction when generating from the back side.&#10;Warning: only valid geometry shall be used." name="SurfaceEmitter">
 	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
   	<attribute tooltip="[surface &inputOutputLabel; &SFNodeLabel;, NULL node] [X3DGeometryNode]&#10;The geometry node provides geometry used as the emitting surface.&#10;ヒント: If the surface is indicated as not being solid (solid field set to false), randomly choose from which side of the surface to emit, negating the normal direction when generating from the back side.&#10;Warning: only valid geometry shall be used." name="surface"/>
	<attribute tooltip="[mass &initializeOnlyLabel; &SFFloatLabel; &#34;0&#34;] [0,+&#8734;)&#10;Basic mass of each particle, defined in mass base units (default is kilograms).&#10;ヒント: mass is needed if gravity or other force-related calculations are performed on a per-particle basis.&#10;Hint: https://en.wikipedia.org/wiki/Kilogram&#10;Hint: X3D Architecture 4.3.6 Standard units and coordinate system https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/concepts.html#Standardunitscoordinates" name="mass"/>
	<attribute tooltip="[speed &inputOutputLabel; &SFFloatLabel; &#34;0&#34;] [0,+&#8734;)&#10;Initial linear speed (default is m/s) imparted to all particles along their direction of movement." name="speed"/>
	<attribute tooltip="[surfaceArea &initializeOnlyLabel; &SFFloatLabel; &#34;0&#34;] [0,+&#8734;)&#10;Particle surface area in area base units (default is meters squared). Surface area is used for calculations such as wind effects per particle.&#10;ヒント: surfaceArea value represents average frontal area presented to the wind.&#10;ヒント: assumes spherical model for each particle (i.e., surface area is the same regardless of direction)." name="surfaceArea"/>
	<attribute tooltip="[variation &inputOutputLabel; &SFFloatLabel; &#34;0.25&#34;] [0,+&#8734;)&#10;Multiplier for the randomness used to control the range of possible output values. The bigger the value, the more random the output and the bigger the range of possible initial values possible.&#10;ヒント: variation of zero does not allow any randomness." name="variation"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;emitter&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/SHAPE16.png" tooltip="(X3D version 3.2 or later) VolumeEmitter emits particles from a random position confined within the given closed geometry volume.&#10;ヒント: otherwise, a VolumeEmitter node acts like a PolylineEmitter node." name="VolumeEmitter">
 	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
   	<attribute tooltip="[coord &inputOutputLabel; &SFNodeLabel;, NULL node] [X3DCoordinateNode]&#10;Coordinates for the geometry used as the emitting volume." name="coord"/>
	<attribute tooltip="[coordIndex &initializeOnlyLabel; &MFInt32Label; &#34;-1&#34;] [-1,+&#8734;)&#10;coordIndex indices are applied to contained Coordinate values in order to define randomly generated initial geometry of the particles.&#10;Warning: coordIndex is required in order to connect contained coordinate point values." name="coordIndex"/>
	<attribute tooltip="[direction &inputOutputLabel; &SFVec3fLabel; &#34;0 1 0&#34;]&#10;Initial direction from which particles emanate." name="direction"/>
	<attribute tooltip="[internal &initializeOnlyLabel; &SFBoolLabel; &#34;true&#34;]&#10;TODO, X3D specification is unclear." name="internal"/>
	<attribute tooltip="[mass &initializeOnlyLabel; &SFFloatLabel; &#34;0&#34;] [0,+&#8734;)&#10;Basic mass of each particle, defined in mass base units (default is kilograms).&#10;ヒント: mass is needed if gravity or other force-related calculations are performed on a per-particle basis.&#10;Hint: https://en.wikipedia.org/wiki/Kilogram&#10;Hint: X3D Architecture 4.3.6 Standard units and coordinate system https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/concepts.html#Standardunitscoordinates" name="mass"/>
	<attribute tooltip="[speed &inputOutputLabel; &SFFloatLabel; &#34;0&#34;] [0,+&#8734;)&#10;Initial linear speed (default is m/s) imparted to all particles along their direction of movement." name="speed"/>
	<attribute tooltip="[surfaceArea &initializeOnlyLabel; &SFFloatLabel; &#34;0&#34;] [0,+&#8734;)&#10;Particle surface area in area base units (default is meters squared). Surface area is used for calculations such as wind effects per particle.&#10;ヒント: surfaceArea value represents average frontal area presented to the wind.&#10;ヒント: assumes spherical model for each particle (i.e., surface area is the same regardless of direction)." name="surfaceArea"/>
	<attribute tooltip="[variation &inputOutputLabel; &SFFloatLabel; &#34;0.25&#34;] [0,+&#8734;)&#10;Multiplier for the randomness used to control the range of possible output values. The bigger the value, the more random the output and the bigger the range of possible initial values possible.&#10;ヒント: variation of zero does not allow any randomness." name="variation"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;emitter&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/SHAPE16.png" tooltip="(X3D version 3.2 or later) WindPhysicsModel applies a wind effect to the particles. The wind includes a random variation factor to model gustiness." name="WindPhysicsModel">
 	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
   	<attribute tooltip="[enabled &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enables/disables node operation." name="enabled"/>
	<attribute tooltip="[direction &inputOutputLabel; &SFVec3fLabel; &#34;1 0 0&#34;]&#10;direction in which wind is travelling in the form of a  normalized, unit vector." name="direction"/>
	<attribute tooltip="[gustiness &inputOutputLabel; &SFFloatLabel; &#34;0.1&#34;] [0,+&#8734;)&#10;gustiness specifies how much wind speed varies from the average speed.&#10;ヒント: wind speed variation is calculated once per frame and applied equally to all particles." name="gustiness"/>
	<attribute tooltip="[speed &inputOutputLabel; &SFFloatLabel; &#34;0.1&#34;] [0,+&#8734;)&#10;Initial linear speed (default is m/s) imparted to all particles along their direction of movement." name="speed"/>
	<attribute tooltip="[turbulence &inputOutputLabel; &SFFloatLabel; &#34;0.1&#34;] [0,1]&#10;turbulence field specifies how much the wind acts directly in line with the direction, and how much variation is applied in directions other than the wind direction.&#10;ヒント: this is determined per-particle to model how each is effected by turbulence." name="turbulence"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;physics&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <!-- version 3.3 -->
    <element icon="icons/UNIT16.png" tooltip="(X3D version 3.3 or later) A unit statement defines data-conversion factors for typed values defined within a scene.&#10;ヒント: unit statements are optional secondary children of head statement (add a head statement and optionally any component elements first).&#10;Hint: unit conversionFactor scale values only affect node definitions in the current Scene, leaving Inline and ExternProtoDeclare content subject to their own independent unit statements.&#10;Hint: a good practice is to always include unit statements in CAD scenes in order to ensure correct model composition.&#10;Hint: X3D XML Encoding https://www.web3d.org/documents/specifications/19776-1/V3.3/Part01/concepts.html#Header&#10;Hint: X3D Scene Authoring Hints, Scale Factors and Unit Conversions https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Scale&#10;Warning: the UNIT statement is capitalized in the ClassicVRML Encoding.&#10;Hint: X3D Architecture 7.2.5.5 UNIT statement https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/core.html#UNITStatement" name="unit">
	<attribute tooltip="[name type NMTOKEN #REQUIRED]&#10;Author-defined name for this unit conversionFactor value (for example, FeetToMeters).&#10;Hint: well-defined names can simplify design and debugging through improved author understanding.&#10;Hint: X3D Scene Authoring Hints, Naming Conventions https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="name"/>
	<attribute tooltip="[category type ENUMERATION #REQUIRED &unitCategoryChoices;]&#10;Base-unit category as defined in X3D Specification.&#10;Hint: X3D Specification 4.3.6 Standard units and coordinate system https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/concepts.html#Standardunitscoordinates" name="category"/>
    	<attribute tooltip="[conversionFactor &SFDoubleLabel; #REQUIRED] [0,+&#8734;)&#10;Positive double-precision factor that converts new base unit to default base unit.&#10;Hint: X3D Scene Authoring Hints, Scale Factors and Unit Conversions https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Scale" name="conversionFactor"/>
    </element>
    <!-- v3.3 Volume Rendering component -->
    <element icon="icons/Appearance.gif" tooltip="(X3D version 3.3 or later) BlendedVolumeStyle combines rendering of two voxel data sets into one by blending voxel values. Hint: BlendedVolumeStyle can contain just one each of following: VolumeStyle node with containerField='renderStyle', Texture3D node with containerField='voxels', Texture2D node with containerField='weightTransferFunction1' and Texture2D node with containerField='weightTransferFunction2'." name="BlendedVolumeStyle">
 	<!-- TODO update X3D-Edit tooltips -->
        <attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
    	<attribute tooltip="[enabled &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enables/disables node operation." name="enabled"/>
	<attribute tooltip="[weightConstant1 &inputOutputLabel; &SFFloatLabel; &#34;0.5&#34;] [0,1]&#10;weightConstant1 is used when weightFunction1=CONSTANT" name="weightConstant1"/>
	<attribute tooltip="[weightConstant2 &inputOutputLabel; &SFFloatLabel; &#34;0.5&#34;] [0,1]&#10;weightConstant2 is used when weightFunction2=CONSTANT" name="weightConstant2"/>
	<attribute tooltip="[weightFunction1 &inputOutputLabel; &SFStringLabel; &VolumeRenderingWeightFunctionValues; CONSTANT]&#10;specifies 2D textures used to determine weight values when weight function is set to TABLE.&#10;Warning: do not wrap extra quotation marks  around these SFString enumeration values, since &#34;quotation&#34; &#34;marks&#34; are only used for MFString values.&#10;ヒント: See Table 41.3, Weight function types https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/volume.html#t-WeightFunctionTypes Hint: X3D Architecture Table 41.4, Transfer function to weight mapping https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/volume.html#t-transferFunctionToWeightMapping" name="weightFunction1"/>
	<attribute tooltip="[weightFunction2 &inputOutputLabel; &SFStringLabel; &VolumeRenderingWeightFunctionValues; CONSTANT]&#10;specifies 2D textures used to determine weight values when weight function is set to TABLE.&#10;Warning: do not wrap extra quotation marks  around these SFString enumeration values, since &#34;quotation&#34; &#34;marks&#34; are only used for MFString values.&#10;ヒント: See Table 41.3, Weight function types https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/volume.html#t-WeightFunctionTypes Hint: X3D Architecture Table 41.4, Transfer function to weight mapping https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/volume.html#t-transferFunctionToWeightMapping" name="weightFunction2"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;renderStyle&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Appearance.gif" tooltip="(X3D version 3.3 or later) BoundaryEnhancementVolumeStyle provides boundary enhancement for the volume rendering style." name="BoundaryEnhancementVolumeStyle">
 	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
    	<attribute tooltip="[enabled &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enables/disables node operation." name="enabled"/>
	<attribute tooltip="[retainedOpacity &inputOutputLabel; &SFFloatLabel; &#34;0.2&#34;] [0,1]&#10;retainedOpacity k_gc is the amount of initial opacity to mix into the output" name="retainedOpacity"/>
	<attribute tooltip="[boundaryOpacity &inputOutputLabel; &SFFloatLabel; &#34;0.9&#34;] [0,+&#8734;)&#10;boundaryOpacity k_gs is the factored amount of the gradient enhancement to use." name="boundaryOpacity"/>
	<attribute tooltip="[opacityFactor &inputOutputLabel; &SFFloatLabel; &#34;2&#34;] [0,+&#8734;)&#10;opacityFactor k_ge is the power function to control the slope of the opacity curve to highlight the set of data." name="opacityFactor"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;renderStyle&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Appearance.gif" tooltip="(X3D version 3.3 or later) CartoonVolumeStyle generates cartoon-style non-photorealistic rendering of associated volumetric data. Hint: contains single Texture3D node with containerField='surfaceNormals'" name="CartoonVolumeStyle">
 	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
    	<attribute tooltip="[enabled &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enables/disables node operation." name="enabled"/>
	<attribute tooltip="[colorSteps &inputOutputLabel; &SFInt32Label; &#34;4&#34;] [1,64]&#10;Number of distinct colors taken from interpolated colors and used to render the object.&#10;ヒント: colorSteps=1 means no color interpolation takes place, only use orthogonalColor.&#10;ヒント: parallelColor and orthogonalColor interpolation is in HSV color space for RGB components, linearly for alpha component." name="colorSteps"/>
	<attribute tooltip="[orthogonalColor &inputOutputLabel; &SFColorRGBALabel; &#34;1 1 1 1&#34;] [0,1]&#10;orthogonalColor is used for surface normals that are orthogonal (perpendicular) to viewer's current location.&#10;ヒント: plane of surface itself is orthogonal to user's view direction.&#10;Hint: X3D Scene Authoring Hints, Color https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Color" name="orthogonalColor"/>
	<attribute tooltip="[parallelColor &inputOutputLabel; &SFColorRGBALabel; &#34;0 0 0 1&#34;] [0,1]&#10;parallelColor is used for surface normals that are orthogonal to viewer's current location.&#10;ヒント: plane of surface itself is parallel to user's view direction.&#10;Hint: X3D Scene Authoring Hints, Color https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Color" name="parallelColor"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;renderStyle&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Appearance.gif" tooltip="(X3D version 3.3 or later) ComposedVolumeStyle allows compositing multiple rendering styles into single rendering pass. Hint: contains multiple RenderStyle nodes." name="ComposedVolumeStyle">
 	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
    	<attribute tooltip="[enabled &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enables/disables node operation." name="enabled"/>
	<attribute tooltip="[ordered &inputOutputLabel; &SFBoolLabel; &#34;false&#34;]&#10;If ordered  is true, strictly apply each contained renderStyle node in order declared." name="ordered"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;renderStyle&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Appearance.gif" tooltip="(X3D version 3.3 or later) EdgeEnhancementVolumeStyle specifies edge enhancement for the volume rendering style. Hint: surfaceNormals can be provided in a single ComposedTexture3D, ImageTexture3D or PixelTexture3D node." name="EdgeEnhancementVolumeStyle">

 	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
    	<attribute tooltip="[enabled &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enables/disables node operation." name="enabled"/>
	<attribute tooltip="[gradientThreshold &inputOutputLabel; &SFFloatLabel; &#34;0.4&#34;] [0,1]&#10;minimum angle (in radians) away from view-direction vector for surface normal before applying enhancement" name="gradientThreshold"/>
	<attribute tooltip="[edgeColor &inputOutputLabel; &SFColorRGBALabel; &#34;0 0 0 1&#34;] [0,1]&#10;color used to highlight edges.&#10;Hint: X3D Scene Authoring Hints, Color https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Color" name="edgeColor"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;renderStyle&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/SHAPE16.png" tooltip="(X3D version 3.3 or later) IsoSurfaceVolumeData displays one or more surfaces extracted from a voxel dataset. A surface is defined as the boundary between regions in the volume where the voxel values are larger than a given value (the iso value) on one side of the boundary and smaller on the other side, and the gradient magnitude is larger than surfaceTolerance.&#10;ヒント: IsoSurfaceVolumeData can contain a single  Texture3D node with containerField='gradients' that is used to provide explicit per-voxel gradient direction information for determining surface boundaries, rather than having values implicitly calculated by the implementation. Hint:  IsoSurfaceVolumeData  can contain another Texture3D node with containerField='voxels' containing voxel data. Hint: IsoSurfaceVolumeData can contain multiple VolumeStyle nodes.&#10;Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events." name="IsoSurfaceVolumeData">
 	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
    	<attribute tooltip="[dimensions &inputOutputLabel; &SFVec3fLabel; &#34;1 1 1&#34;]&#10;Actual-size X-Y-Z dimensions of volume data in local coordinate system." name="dimensions"/>
	<attribute tooltip="[contourStepSize &inputOutputLabel; &SFFloatLabel; &#34;0&#34;]&#10;If contourStepSize is non-zero, also render all isosurfaces that are multiples of that step size from initial surface value.&#10;ヒント: contourStepSize can be negative so that steppping can proceed in a negative direction." name="contourStepSize"/>
	<attribute tooltip="[surfaceTolerance &inputOutputLabel; &SFFloatLabel; &#34;0&#34;] [0,+&#8734;)&#10;Threshold for gradient magnitude for voxel inolusion in isosurface.&#10;ヒント: contained Texture3D node with containerField='gradients' can provide explicit per-voxel gradient direction information for determining surface boundaries." name="surfaceTolerance"/>
	<attribute tooltip="[surfaceValues &inputOutputLabel; &MFFloatLabel; &#34;0&#34;]&#10;If surfaceValues has one value defined, render corresponding isosurface plus any isosurfaces based on contourStepSize. If surfaceValues has more than one value defined, ignore contourStepSize and render surfaces corresponding to listed surfaceValues." name="surfaceValues"/>
	<attribute tooltip="[bboxCenter &initializeOnlyLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxCenter"/>
	<attribute tooltip="[bboxSize &initializeOnlyLabel; &SFVec3fLabel; &#34;-1 -1 -1&#34;]&#10;Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint.&#10;Hint: can be useful for collision computations or inverse-kinematics (IK) engines.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxSize"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Appearance.gif" tooltip="(X3D version 3.3 or later) OpacityMapVolumeStyle specifies that volumetric data is rendered using opacity mapped to a transfer function texture. Hint: contains a single ImageTexture2D or ImageTexture3D node with containerField='transferFunction'. Voxel values are used as lookup coordinates into the transfer function texture, where the texel value represents the output color." name="OpacityMapVolumeStyle">
 	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
    	<attribute tooltip="[enabled &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enables/disables node operation." name="enabled"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;renderStyle&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Appearance.gif" tooltip="(X3D version 3.3 or later) ProjectionVolumeStyle uses voxel data to directly generate output color." name="ProjectionVolumeStyle">
 	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
    	<attribute tooltip="[enabled &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enables/disables node operation." name="enabled"/>
	<attribute tooltip="[intensityThreshold &inputOutputLabel; &SFFloatLabel; &#34;0&#34;] [0,1]&#10;Threshold value used when type=MIN (LMIP) or type=MAX (MIP).&#10;ヒント: ignored if type=AVERAGE (no thresholding)." name="intensityThreshold"/>
	<attribute tooltip="[type &inputOutputLabel; &SFStringLabel; &ProjectionVolumeStyleTypeValues; MAX]&#10;If type=MAX then Maximum Intensity Projection (MIP) or Least MIP (LMIP) algorithm is used to generate output color. If type=MIN then Minimum Intensity Projection algorithm is used. If type=AVERAGE then all voxels along ray are averaged.&#10;ヒント: type=AVERAGE matches a simple approximation of an X-ray.#10;Warning: do not wrap extra quotation marks  around these SFString enumeration values, since &#34;quotation&#34; &#34;marks&#34; are only used for MFString values." name="type"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;renderStyle&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/SHAPE16.png" tooltip="(X3D version 3.3 or later) SegmentedVolumeData displays a segmented voxel dataset with different RenderStyle nodes. Hint: SegmentedVolumeData can contain a single ComposedTexture3D, ImageTexture3D or PixelTexture3D node with containerField='segmentIdentifiers' and another with containerField='voxels'. Hint: SegmentedVolumeData can contain multiple RenderStyle nodes." name="SegmentedVolumeData">
 	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
    	<attribute tooltip="[dimensions &inputOutputLabel; &SFVec3fLabel; &#34;1 1 1&#34;]&#10;Actual-size X-Y-Z dimensions of volume data in local coordinate system." name="dimensions"/>
	<attribute tooltip="[bboxCenter &initializeOnlyLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxCenter"/>
	<attribute tooltip="[bboxSize &initializeOnlyLabel; &SFVec3fLabel; &#34;-1 -1 -1&#34;]&#10;Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint.&#10;Hint: can be useful for collision computations or inverse-kinematics (IK) engines.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxSize"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Appearance.gif" tooltip="(X3D version 3.3 or later) ShadedVolumeStyle applies Blinn-Phong illumination model to volume rendering. Hint: ShadedVolumeStyle can contain a single Texture3D node with containerField='surfaceNormals' and a single Material node." name="ShadedVolumeStyle">
 	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
    	<attribute tooltip="[enabled &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enables/disables node operation." name="enabled"/>
	<attribute tooltip="[lighting &inputOutputLabel; &SFBoolLabel; &#34;false&#34;]&#10;Whether rendering calculates and applies shading effects to visual output." name="lighting"/>
	<attribute tooltip="[shadows &inputOutputLabel; &SFBoolLabel; &#34;false&#34;]&#10;Whether rendering calculates and applies shadows to visual output (using global illumination model)." name="shadows"/>
	<attribute tooltip="[phaseFunction &inputOutputLabel; &SFStringLabel; &ShadedVolumeStylePhaseFunctionValues; Henyey-Greenstein]&#10;define scattering model for implementations using global illumination (NONE or Henyey-Greenstein phase function).#10;Warning: do not wrap extra quotation marks  around these SFString enumeration values, since &#34;quotation&#34; &#34;marks&#34; are only used for MFString values." name="phaseFunction"/>
        <attribute tooltip="[containerField type NMTOKEN &#34;renderStyle&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Appearance.gif" tooltip="(X3D version 3.3 or later) SilhouetteEnhancementVolumeStyle specifies that volumetric data is rendered with silhouette enhancement.&#10;Hint: SilhouetteEnhancementVolumeStyle can contain a single Texture3D node with containerField='surfaceNormals'" name="SilhouetteEnhancementVolumeStyle">
 	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
    	<attribute tooltip="[enabled &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enables/disables node operation." name="enabled"/>
	<attribute tooltip="[silhouetteBoundaryOpacity &inputOutputLabel; &SFFloatLabel; &#34;0&#34;] [0,1]&#10;amount of the silhouette enhancement to use." name="silhouetteBoundaryOpacity"/>
	<attribute tooltip="[silhouetteRetainedOpacity &inputOutputLabel; &SFFloatLabel; &#34;1&#34;] [0,1]&#10;scaling of non-silhouette regions." name="silhouetteRetainedOpacity"/>
	<attribute tooltip="[silhouetteSharpness &inputOutputLabel; &SFFloatLabel; &#34;0.5&#34;] [0,+&#8734;)&#10;power function to control sharpness of the silhouette." name="silhouetteSharpness"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;renderStyle&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/Appearance.gif" tooltip="(X3D version 3.3 or later) ToneMappedVolumeStyle specifies that volumetric data is rendered with Gooch shading model of two-toned warm/cool coloring.&#10;Hint: ToneMappedVolumeStyle can contain a single Texture3D node with containerField='surfaceNormals'" name="ToneMappedVolumeStyle">
 	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
    	<attribute tooltip="[enabled &inputOutputLabel; &SFBoolLabel; &#34;true&#34;]&#10;Enables/disables node operation." name="enabled"/>
	<attribute tooltip="[coolColor &inputOutputLabel; &SFColorRGBALabel; &#34;0 0 1 0&#34;] [0,1]&#10;coolColor is used for surfaces facing away from the light direction.&#10;Hint: X3D Scene Authoring Hints, Color https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Color" name="coolColor"/>
	<attribute tooltip="[warmColor &inputOutputLabel; &SFColorRGBALabel; &#34;1 1 0 0&#34;] [0,1]&#10;warmColor is used for surfaces facing towards the light.&#10;Hint: X3D Scene Authoring Hints, Color https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Color" name="warmColor"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;renderStyle&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
    <element icon="icons/SHAPE16.png" tooltip="(X3D version 3.3 or later) [X3DVolumeDataNode] VolumeData displays a simple non-segmented voxel dataset with a single RenderStyle node.  Hint: VolumeData voxels field contains a single ComposedTexture3D, ImageTexture3D or PixelTexture3D node. Hint: VolumeData also contains a single RenderStyle node. Hint: VolumeData can contain a single Texture3D node with containerField='voxels' and a single RenderStyle node." name="VolumeData">
 	<attribute tooltip="[DEF type ID #IMPLIED]&#10;DEF defines a unique ID name for this node, referenceable by other nodes.&#10;ヒント: descriptive DEF names improve clarity and help document a model.&#10;ヒント: https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions" name="DEF"/>
	<attribute tooltip="[USE type IDREF #IMPLIED]&#10;USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).&#10;ヒント: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.&#10;Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.&#10;Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene." name="USE"/>
   	<attribute tooltip="[dimensions &inputOutputLabel; &SFVec3fLabel; &#34;1 1 1&#34;]&#10;Actual-size X-Y-Z dimensions of volume data in local coordinate system." name="dimensions"/>
	<attribute tooltip="[bboxCenter &initializeOnlyLabel; &SFVec3fLabel; &#34;0 0 0&#34;]&#10;Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxCenter"/>
	<attribute tooltip="[bboxSize &initializeOnlyLabel; &SFVec3fLabel; &#34;-1 -1 -1&#34;]&#10;Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint.&#10;Hint: can be useful for collision computations or inverse-kinematics (IK) engines.&#10;Hint: precomputation and inclusion of bounding box information can speed up the initialization of large detailed models, with a corresponding cost of increased file size.&#10;Hint: X3D Architecture, 10.2.2 Bounding boxes https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#BoundingBoxes" name="bboxSize"/>
	<attribute tooltip="[containerField type NMTOKEN &#34;children&#34;]&#10;containerField is a field-label prefix indicating this node&apos;s field relationship to its parent node, for example &lt;Transform&gt;&lt;Shape containerField=&apos;children&apos;/&gt;&lt;/Transform&gt;. Hint: default containerField values for each node are correct in most cases, so the need to override default containerField values is rare.&#10;Hint: example values include containerField=&apos;geometry&apos; for Box node, containerField=&apos;children&apos; for Group node, containerField=&apos;proxy&apos; for hidden proxy shape within a Collision node, etc.&#10;ヒント: containerField attribute is only supported in XML encoding of X3D scenes.&#10;Hint: X3D Scene Authoring Hints, containerField https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField" name="containerField"/>
	<attribute tooltip="[class type CDATA #IMPLIED]&#10;The class attribute is a space-separated list of classes, reserved for use by CSS cascading stylesheets.&#10;Warning: currently the class attribute is only supported in XML encoding of X3D scenes.&#10;Hint: W3C Cascading Style Sheets https://www.w3.org/Style/CSS" name="class"/>
    </element>
  </elements>
  <documents>
    <document description="X3D graphics scene" root="X3D" suffix="x3d" template="/www.web3d.org/x3d/content/examples/newScene.x3d"/>
  </documents>
  <palettes>
<!--
    <toolbarpalette title="Extensible 3D (X3D)">
	<group elements="XML_COMMENT XML_CDATA XML_DOCUMENT_TYPE XML_TEXT XML_PI"/>
    </toolbarpalette>
-->
    <!-- it would be nice if Xeena allowed tooltips on sidebar palette selection tabs. -->
    <!-- available sidebarpalette icons but not functional: XML_DOCUMENT XML_DOCUMENT_TYPE -->
    <sidebarpalette all-visible="yes" searchable="yes" title="Full profile">
	<group elements="XML_COMMENT XML_CDATA XML_DOCUMENT_TYPE &ImmersiveProfileNodesLabel; &DISTagLabels; &GeoSpatialTagLabels; &HAnimTagLabels; &NurbsTagLabels; &CadTagLabels; &CubeMapTexturingTagLabels; &ShadersTagLabels; &FollowerTagLabels;"/>
    </sidebarpalette>
<!-- Xeena bug implementing JDK leads to no nodes visible. Too bad, nice feature.
    <sidebarpalette all-visible="no" searchable="yes" title="Allowed Nodes">
	<group elements="XML_COMMENT XML_CDATA XML_DOCUMENT_TYPE &ImmersiveProfileNodesLabel; &DISTagLabels; &GeoSpatialTagLabels; &HAnimTagLabels; &NurbsTagLabels; &CadTagLabels; &CubeMapTexturingTagLabels; &ShadersTagLabels; &FollowerTagLabels; &Texturing3DTagLabels;"/>
    </sidebarpalette>
-->
    <sidebarpalette all-visible="yes" searchable="yes" title="Immersive profile">
	<group elements="XML_COMMENT XML_CDATA &ImmersiveProfileNodesLabel;"/>
    </sidebarpalette>
    <sidebarpalette all-visible="yes" searchable="yes" title="Interactive profile">
	<group elements="XML_COMMENT &InteractiveProfileNodesLabel;"/>
    </sidebarpalette>
    <sidebarpalette all-visible="yes" searchable="yes" title="Interchange profile">
	<group elements="XML_COMMENT &InterchangeProfileNodesLabel;"/>
    </sidebarpalette>
    <sidebarpalette all-visible="yes" searchable="yes" title="GeoSpatial 1.1">
	<group elements="XML_COMMENT &GeoSpatialTagLabels; IndexedFaceSet Shape ROUTE"/>
    </sidebarpalette>
    <sidebarpalette all-visible="yes" searchable="yes" title="H-Anim 2.0">
	<group elements="XML_COMMENT &HAnimTagLabels; Coordinate Normal Shape IndexedFaceSet Inline Appearance Material ImageTexture Viewpoint ROUTE"/>
    </sidebarpalette>
    <sidebarpalette all-visible="yes" searchable="yes" title="DIS protocol">
	<group elements="XML_COMMENT &DISTagLabels; ROUTE"/>
    </sidebarpalette>
<!--
    <sidebarpalette all-visible="yes" searchable="yes" title="New Nodes">
	<group elements="XML_COMMENT XML_DOCUMENT_TYPE &NewTagLabels; &NurbsTagLabels; &LatticeXvlTagLabels; &NewTagExtras;"/>
    </sidebarpalette>
-->
    <sidebarpalette all-visible="yes" searchable="yes" title="Geometry 2D">
	<group elements="XML_COMMENT &Geometry2DTagLabels;"/>
    </sidebarpalette>
    <sidebarpalette all-visible="yes" searchable="yes" title="CAD">
	<group elements="XML_COMMENT &CadTagLabels; Shape LOD Color Coordinate Normal TextureCoordinate"/>
    </sidebarpalette>
    <sidebarpalette all-visible="yes" searchable="yes" title="Shaders">
	<group elements="XML_COMMENT &ShadersTagLabels; Shape Appearance field IS connect"/>
    </sidebarpalette>
  </palettes>
  <importers>
    <importer class-name="com.ibm.hrl.xmleditor.extension.vrml.VrmlImporter"/>
  </importers>
  <exporters/>
  <!-- Default XSLT launcher toolbars: IE/VRML, IE/ClassicVRML, Xj3d/ClassicVRML, Mozilla/VRML, Netscape/VRML, IE/HTML, Mozilla/HTML.
       Can edit paths for other installs and other operating systems using entity references at top of this document. -->
  <tools>
    <!-- Internet Explorer - VRML97 browser -->
    <tool class-name="com.ibm.hrl.xmleditor.extension.xsl.XSLHandler" init-data="default.viewer=&InternetExplorerBrowser;&#10;default.stylesheet=file:///www.web3d.org/x3d/content/X3dToVrml97.xslt&#10;default.result=_new_result.wrl&#10;label=X3DtoVRML"/>
    <!-- Internet Explorer - ClassicVRML X3D browser -->
    <tool class-name="com.ibm.hrl.xmleditor.extension.xsl.XSLHandler" init-data="default.viewer=&InternetExplorerBrowser;&#10;default.stylesheet=file:///www.web3d.org/x3d/content/X3dToX3dvClassicVrmlEncoding.xslt&#10;default.result=_new_result.x3dv&#10;default.label=X3DtoClassicVRML"/>
    <!-- Xj3D              - X3D/VRML open-source sample-implementation browser -->
    <tool class-name="com.ibm.hrl.xmleditor.extension.xsl.XSLHandler" init-data="default.viewer=&Xj3dBrowser;&#10;default.stylesheet=file:///www.web3d.org/x3d/content/X3dToVrml97.xslt&#10;default.result=_new_result.wrl&#10;tooltip=Xj3D"/>
    <!-- Firefox           - VRML97 browser -->
    <tool class-name="com.ibm.hrl.xmleditor.extension.xsl.XSLHandler" init-data="default.viewer=&FirefoxBrowser;&#10;default.stylesheet=file:///www.web3d.org/x3d/content/X3dToVrml97.xslt&#10;default.result=C:\\www.web3d.org\\x3d\\content\\examples\\_new_result.wrl&#10;tooltip=X3DtoVRML"/>
    <!-- Mozilla           - VRML97 browser -->
    <tool class-name="com.ibm.hrl.xmleditor.extension.xsl.XSLHandler" init-data="default.viewer=&MozillaBrowser;&#10;default.stylesheet=file:///www.web3d.org/x3d/content/X3dToVrml97.xslt&#10;default.result=C:\\www.web3d.org\\x3d\\content\\examples\\_new_result.wrl&#10;tooltip=X3DtoVRML"/>
    <!-- Netscape 4.8x     - VRML97 browser
    <tool class-name="com.ibm.hrl.xmleditor.extension.xsl.XSLHandler" init-data="default.viewer=&NetscapeBrowser;&#10;default.stylesheet=file:///www.web3d.org/x3d/content/X3dToVrml97.xslt&#10;default.result=C:\\www.web3d.org\\x3d\\content\\examples\\_new_result.wrl&#10;tooltip=X3DtoVRML"/> -->
    <!-- Internet Explorer - HTML pretty-print browser -->
    <tool class-name="com.ibm.hrl.xmleditor.extension.xsl.XSLHandler" init-data="default.viewer=&InternetExplorerBrowser;&#10;default.stylesheet=file:///www.web3d.org/x3d/content/X3dToXhtml.xslt&#10;default.result=_new_pretty_print.html"/>
    <!-- Alternate HTML browser location:
    <tool class-name="com.ibm.hrl.xmleditor.extension.xsl.XSLHandler" init-data="default.viewer=&MozillaBrowser;&#10;default.stylesheet=file:///www.web3d.org/x3d/content/X3dToHtml.xslt&#10;default.result=_new_pretty_print.html"/>
    -->
  </tools>
</DTDProfile>
