| 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='title' content=' ClaudeCodeSimpleModel.x3d '/> |
| 6 | <meta name='description' content='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='author' content='Claude (Anthropic)'/> |
| 8 | <meta name='translator' content='Don Brutzman'/> |
| 9 | <meta name='created' content='27 February 2026'/> |
| 10 | <meta name='modified' content='28 February 2026'/> |
| 11 | <meta name='documentation' content=' ClaudeCodeExampleChatLog.pdf '/> |
| 12 | <meta name=' warning ' content=' original model produced by LLM, careful review and precautions are warranted '/> |
| 13 | <meta name='generator' content='Claude Sonnet 4.6'/> |
| 14 | <meta name='reference' content='https://claude.ai/new'/> |
| 15 | <meta name='reference' content=' X3DOM version originals/x3d_scene.html '/> |
| 16 |
<meta name='Image' content='ClaudeCodeSimpleModelHtmlX3DOM.png' />
|
| 17 |
<meta name='Image' content='ClaudeCodeSimpleModelScreenshots.png' />
|
| 18 |
<meta name='Image' content='ClaudeCodeSimpleModelScreenshotCastle.png' />
|
| 19 | <meta name='reference' content='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='generator' content='X3D-Edit 4.0, https://www.web3d.org/x3d/tools/X3D-Edit'/> |
| 21 | <meta name='identifier' content=' https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/LargeLanguageModels/ClaudeCodeSimpleModel.x3d '/> |
| 22 | <meta name='license' content='https://creativecommons.org/licenses/by/4.0/'/> |
| 23 | </head> |
| 24 | <Scene> |
| 25 | <Background skyColor='0.05 0.05 0.1'/> |
| 26 | <NavigationInfo/> |
| 27 | <Viewpoint description='Default' orientation='1 0 0 -0.22' position='0 2 9'/> |
| 28 | <!-- Lighting --> |
| 29 | <DirectionalLight color='0.8 0.85 1.0' direction='-1 -2 -1' intensity='0.8'/> |
| 30 | <PointLight attenuation='0 0 0.1' color='0.5 0.6 1.0' intensity='1.5' location='3 5 3' radius='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='TIMER' cycleInterval='7' loop='true'/> |
| 34 |
<!-- ROUTE information for SPINNER node:
[from TIMER.fraction_changed to set_fraction
]
[from value_changed to ORBIT_GROUP.set_rotation
]
-->
<OrientationInterpolator DEF='SPINNER' key='0 0.5 1' keyValue='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.9' emissiveColor='0.02 0.05 0.2' shininess='0.85' specularColor='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.35' emissiveColor='0.15 0.01 0.04' shininess='0.75' specularColor='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.5' emissiveColor='0.01 0.12 0.04' shininess='0.7' specularColor='0.5 1.0 0.7'/> |
| 60 | </Appearance> |
| 61 | <Cone bottomRadius='0.45' height='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.1' emissiveColor='0.15 0.1 0.0' shininess='0.8' specularColor='1.0 0.95 0.6'/> |
| 69 | </Appearance> |
| 70 | <Cylinder height='0.75' radius='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.45' shininess='0.5' specularColor='0.3 0.4 0.8' transparency='0.35'/> |
| 79 | </Appearance> |
| 80 | <Cylinder height='0.05' radius='3.5'/> |
| 81 | </Shape> |
| 82 | </Transform> |
| 83 | </Scene> |
| 84 | </X3D> |
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 |
SPINNER
OrientationInterpolator set_fraction SFFloat |
then
|
SPINNER
OrientationInterpolator value_changed SFRotation |
ORBIT_GROUP
Transform set_rotation SFRotation |
<!--
Color-coding legend: X3D terminology
<X3dNode DEF='idName' field='value'/>
matches XML terminology
<XmlElement DEF='idName' attribute='value'/>
(Light-blue background: event-based behavior node or statement)
(Grey background inside box: inserted documentation)
(Magenta background: X3D Extensibility)
-->
<!--
For additional help information about X3D scenes, please see X3D Tooltips, X3D Resources, and X3D Scene Authoring Hints.
-->