| 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='Interactive' 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=' r_calf.x3d '/> |
| 6 | <meta name='description' content='r_calf includes r_patella (missing), r_tibia and r_fibula'/> |
| 7 | <meta name='creator' content='Don Brutzman, Joe Williams'/> |
| 8 | <meta name='created' content='15 March 2026'/> |
| 9 | <meta name='modified' content='29 March 2026'/> |
| 10 | <meta name='reference' content='https://en.wikipedia.org/wiki/Calf_(leg)'/> |
| 11 | <meta name='reference' content='https://en.wikipedia.org/wiki/Human_leg'/> |
| 12 |
<meta name='reference' content='
https://en.wikipedia.org/wiki/Human_leg#/media/File:Human_leg_bones_labeled.svg
' |
| 13 | <meta name='specificationSection' content='X3D 4.0 Architecture, ISO/IEC 19775-1:202x draft version 4.1, clause 4 Concepts, section 4.11.6.6 LOA‑5 hierarchy'/> |
| 14 | <meta name='specificationUrl' content='https://www.web3d.org/specifications/X3Dv4Draft/ISO-IEC19774/ISO-IEC19774-1/ISO-IEC19774-1v2.1/ISO-IEC19774-1v2.1-WD/Architecture/concepts.html#Hierarchy5'/> |
| 15 | <meta name='reference' content='usage examples https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Medical'/> |
| 16 | <meta name='generator' content='X3D-Edit 4.0, https://www.web3d.org/x3d/tools/X3D-Edit'/> |
| 17 | <meta name='generator' content=' X3D Tidy, https://www.web3d.org/x3d/stylesheets/X3dTidy.html '/> |
| 18 | <meta name='identifier' content=' https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Bones/r_calf.x3d '/> |
| 19 | <meta name='license' content='../license.html'/> |
| 20 | </head> |
| 21 | <Scene> |
| 22 | <WorldInfo title='r_calf.x3d'/> |
| 23 | <!-- user hover lights bone and reveals description, user selection/deselection temporarily binds/unbinds close-up hidden viewpoint --> |
| 24 |
<!-- ROUTE information for UserTouchSensor node:
[from isActive to HiddenViewpoint.set_bind
]
[from isOver to HiddenLight.on
]
-->
<TouchSensor DEF='UserTouchSensor' description='r_calf is r_patella (missing), r_tibia and r_fibula bones'/> |
| 25 | <!-- vertical offset to max height of r_hip_bone --> |
| 26 | <Transform DEF='r_calf' translation='-0.0858 0.2663 -0.0542'> |
| 27 | <ViewpointGroup DEF='ViewpointGroup_r_calf' description='r_calf model' retainUserOffsets='true' containerField='children'> |
| 28 | <Viewpoint DEF='ViewFromFront' description='r_calf front' nearDistance='0.001' position='0 0 0.6' retainUserOffsets='true'/> |
| 29 | <Viewpoint DEF='ViewFromBehind' description='r_calf from left side' nearDistance='0.001' orientation='0 1 0 1.570796' position='0.6 0 0' retainUserOffsets='true'/> |
| 30 | <Viewpoint DEF='ViewFromLeft' description='r_calf from behind' nearDistance='0.001' orientation='0 1 0 3.14159' position='0 0 -0.6' retainUserOffsets='true'/> |
| 31 | <Viewpoint DEF='ViewFromRight' description='r_calf from right side' nearDistance='0.001' orientation='0 1 0 -1.570796' position='-0.6 0 0' retainUserOffsets='true'/> |
| 32 | <Viewpoint DEF='ViewFromAbove' description='r_calf from above' nearDistance='0.001' orientation='1 0 0 -1.570796' position='0 0.6 0' retainUserOffsets='true'/> |
| 33 | <Viewpoint DEF='ViewFromBelow' description='r_calf from below' nearDistance='0.001' orientation='1 0 0 1.570796' position='0 -0.6 0' retainUserOffsets='true'/> |
| 34 | </ViewpointGroup> |
| 35 | <!-- nevertheless, TouchSensor interfaces from each of the Inline models are closer, taking priority and overriding this interface --> |
| 36 |
<!-- ROUTE information for HiddenViewpoint node:
[from UserTouchSensor.isActive to set_bind
]
-->
<Viewpoint DEF='HiddenViewpoint' nearDistance='0.001' position='0 0 0.6' retainUserOffsets='true'> |
| 37 | <NavigationInfo containerField='navigationInfo' transitionType='"ANIMATE"' type='"EXAMINE"'/> |
| 38 | </Viewpoint> |
| 39 | < ROUTE fromNode='UserTouchSensor' fromField='isActive' toNode='HiddenViewpoint' toField='set_bind'/> |
| 40 |
<!-- ROUTE information for HiddenLight node:
[from UserTouchSensor.isOver to on
]
-->
<DirectionalLight DEF='HiddenLight' ambientIntensity='1' color='0.1 0.1 1' on='false'/> |
| 41 | < ROUTE fromNode='UserTouchSensor' fromField='isOver' toNode='HiddenLight' toField='on'/> |
| 42 | </Transform> |
| 43 | <!-- TODO <Inline DEF='r_patella' url='"r_patella.x3d"'/> --> |
| 44 |
|
| 45 |
|
| 46 | </Scene> |
| 47 | </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.
|
UserTouchSensor
TouchSensor isActive SFBool |
HiddenViewpoint
Viewpoint set_bind SFBool |
|
|
UserTouchSensor
TouchSensor isOver SFBool |
HiddenLight
DirectionalLight on SFBool |
<!--
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.
-->