X3D Model Documentation: ClaudeCodeSimpleModel.x3d

  1  <?xml version="1.0" encoding="UTF-8"?>
  2  <!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 4.0//EN" "https://www.web3d.org/specifications/x3d-4.0.dtd">
  3  <X3D profile='Immersive' version='4.0 xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='https://www.web3d.org/specifications/x3d-4.0.xsd'>
  4       <head>
  5            <meta name='titlecontent=' ClaudeCodeSimpleModel.x3d '/>
  6            <meta name='descriptioncontent='Model generated by Claude Code, with small cleanups: Orbiting Primitives with no textures, showing four colored 3D primitives — sphere, box, cone, cylinder — orbiting on an animated platform.'/>
  7            <meta name='authorcontent='Claude (Anthropic)'/>
  8            <meta name='translatorcontent='Don Brutzman'/>
  9            <meta name='createdcontent='27 February 2026'/>
 10            <meta name='modifiedcontent='28 February 2026'/>
 11            <meta name='documentationcontent=' ClaudeCodeExampleChatLog.pdf '/>
 12            <meta name=' warning content=' original model produced by LLM, careful review and precautions are warranted '/>
 13            <meta name='generatorcontent='Claude Sonnet 4.6'/>
 14            <meta name='referencecontent='https://claude.ai/new'/>
 15            <meta name='referencecontent=' X3DOM version originals/x3d_scene.html '/>
 16            <meta name='Imagecontent='ClaudeCodeSimpleModelHtmlX3DOM.png'/>
 17            <meta name='Imagecontent='ClaudeCodeSimpleModelScreenshots.png'/>
 18            <meta name='Imagecontent='ClaudeCodeSimpleModelScreenshotCastle.png'/>
 19            <meta name='referencecontent='History of initial changes at https://sourceforge.net/p/x3d/code/38626/log/?path=/www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/LLM'/>
 20            <meta name='generatorcontent='X3D-Edit 4.0, https://www.web3d.org/x3d/tools/X3D-Edit'/>
 21            <meta name='identifiercontent=' https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/LargeLanguageModels/ClaudeCodeSimpleModel.x3d '/>
 22            <meta name='licensecontent='https://creativecommons.org/licenses/by/4.0/'/>
 23       </head>
<!--

<!--
Event Graph ROUTE Table shows event connections.
-->
<!-- to top DEF nodes index: ORBIT_GROUP, SPINNER, TIMER

Index for Viewpoint node: Viewpoint_1
-->
 24       <Scene>
 25            <Background skyColor='0.05 0.05 0.1'/>
 26            <NavigationInfo/>
 27            <Viewpoint description='Defaultorientation='1 0 0 -0.22position='0 2 9'/>
 28            <!-- Lighting -->
 29            <DirectionalLight color='0.8 0.85 1.0direction='-1 -2 -1intensity='0.8'/>
 30            <PointLight attenuation='0 0 0.1color='0.5 0.6 1.0intensity='1.5location='3 5 3radius='25'/>
 31            <!-- Animated orbit group -->
 32 
          <!-- ROUTE information for ORBIT_GROUP node:  [from SPINNER.value_changed to set_rotation ] -->
          <Transform DEF='ORBIT_GROUP'>
 33 
               <!-- ROUTE information for TIMER node:  [from fraction_changed to SPINNER.set_fraction ] -->
               <TimeSensor DEF='TIMERcycleInterval='7loop='true'/>
 34 
               <!-- ROUTE information for SPINNER node:  [from TIMER.fraction_changed to set_fraction ] [from value_changed to ORBIT_GROUP.set_rotation ] -->
               <OrientationInterpolator DEF='SPINNERkey='0 0.5 1keyValue='0 1 0 0 0 1 0 3.14159 0 1 0 6.28318'/>
 35                 < ROUTE  fromNode='TIMER' fromField='fraction_changed' toNode='SPINNER' toField='set_fraction'/>
 36                 < ROUTE  fromNode='SPINNER' fromField='value_changed' toNode='ORBIT_GROUP' toField='set_rotation'/>
 37                 <!-- Central Sphere -->
 38                 <Transform>
 39                      <Shape>
 40                           <Appearance>
 41                                <Material diffuseColor='0.2 0.4 0.9emissiveColor='0.02 0.05 0.2shininess='0.85specularColor='0.7 0.8 1.0'/>
 42                           </Appearance>
 43                           <Sphere radius='0.85'/>
 44                      </Shape>
 45                 </Transform>
 46                 <!-- Red Box -->
 47                 <Transform translation='2.4 0 0'>
 48                      <Shape>
 49                           <Appearance>
 50                                <Material diffuseColor='0.9 0.2 0.35emissiveColor='0.15 0.01 0.04shininess='0.75specularColor='1.0 0.6 0.7'/>
 51                           </Appearance>
 52                           <Box size='0.6 0.6 0.6'/>
 53                      </Shape>
 54                 </Transform>
 55                 <!-- Green Cone -->
 56                 <Transform translation='-2.4 0 0'>
 57                      <Shape>
 58                           <Appearance>
 59                                <Material diffuseColor='0.15 0.85 0.5emissiveColor='0.01 0.12 0.04shininess='0.7specularColor='0.5 1.0 0.7'/>
 60                           </Appearance>
 61                           <Cone bottomRadius='0.45height='1.0'/>
 62                      </Shape>
 63                 </Transform>
 64                 <!-- Yellow Cylinder -->
 65                 <Transform translation='0 0 2.4'>
 66                      <Shape>
 67                           <Appearance>
 68                                <Material diffuseColor='1.0 0.75 0.1emissiveColor='0.15 0.1 0.0shininess='0.8specularColor='1.0 0.95 0.6'/>
 69                           </Appearance>
 70                           <Cylinder height='0.75radius='0.3'/>
 71                      </Shape>
 72                 </Transform>
 73            </Transform>
 74            <!-- Ground disc -->
 75            <Transform translation='0 -1.4 0'>
 76                 <Shape>
 77                      <Appearance>
 78                           <Material diffuseColor='0.1 0.15 0.45shininess='0.5specularColor='0.3 0.4 0.8transparency='0.35'/>
 79                      </Appearance>
 80                      <Cylinder height='0.05radius='3.5'/>
 81                 </Shape>
 82            </Transform>
 83       </Scene>
 84  </X3D>
<!--

<!--
Event Graph ROUTE Table shows event connections.
-->
<!-- to top DEF nodes index: ORBIT_GROUP, SPINNER, TIMER

Index for Viewpoint node: Viewpoint_1
-->
X3D Tooltips element index: Appearance, Background, Box, Cone, Cylinder, DirectionalLight, head, Material, meta, NavigationInfo, OrientationInterpolator, PointLight, ROUTE, Scene, Shape, Sphere, TimeSensor, Transform, Viewpoint, X3D, plus documentation for accessType definitions, type definitions, XML data types, and field types

Event Graph ROUTE Table entries with 2 ROUTE connections total, showing X3D event-model relationships for this scene.

Each row shows an event cascade that may occur during a single timestamp interval between frame renderings, as part of the X3D execution model.

TIMER
TimeSensor
fraction_changed
SFFloat

ROUTE
event to
(1)
SPINNER
OrientationInterpolator
set_fraction
SFFloat
then
 
 
 
SPINNER
OrientationInterpolator
value_changed
SFRotation

ROUTE
event to
(2)
ORBIT_GROUP
Transform
set_rotation
SFRotation

Additional guidance on X3D animation can be found in the 10-Step Animation Design Process and Event Tracing hint sheets. Have fun with X3D! 😀

-->
<!-- Online at
https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/LargeLanguageModels/ClaudeCodeSimpleModelIndex.html -->
<!-- Version control at
https://sourceforge.net/p/x3d/code/HEAD/tree/www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/LargeLanguageModels/ClaudeCodeSimpleModel.x3d -->

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

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