doubleInline.x3d
Submitted by Leonard Daly on Fri, 01/08/2016 - 20:33
This X3D code structure is used for all cases when two animated basic scenes are shown. This particular example is for doubleInine.x3d.
If the filename has the suffix '-Rate', then the digit 4 in second Inline's url is changed to 7.
If the reference filename is touchAnimation-Rate.x3d, then the value of the url field in the Inline nodes is touchAnimation with the appropriate digit and extension.
If the reference filename is script.x3d or script-Rate.x3d, then the value of the url field in the Inline nodes is scriptAnimation with the appropriate digit and extension.
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.3//EN" "http://www.web3d.org/specifications/x3d-3.3.dtd"> <X3D profile='Immersive' version='3.3' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='http://www.web3d.org/specifications/x3d-3.2.xsd'> <head> <meta content='doubleInline.x3d' name='title'/> <meta content='Double Inlines the animatied basic scene' name='description'/> <meta content='Leonard Daly' name='creator'/> <meta content='2016-01-07' name='created'/> <meta content='2016-01-07' name='modified'/> <meta content='Copyright 2016, Daly Realism' name='rights'/> <meta content='Creative Commons - Attribution, Share-Alike V4 (CC-BY-SA)' name='accessRights'/> <meta content='http://creativecommons.org/licenses/by-sa/4.0/legalcode' name='license'/> </head> <Scene> <Transform translation='-4 0 0'> <Inline url='"animatedBasic4.x3d"'></Inline> </Transform> <Transform translation='4 0 0'> <Inline url='"animatedBasic4.x3d"'></Inline> </Transform> </Scene> </X3D>