Skip to content

Commit

Permalink
Reverted changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
create3000 committed Dec 14, 2024
1 parent dbeb938 commit aa454b9
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_posts/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permalink: /

<x3d-canvas
class="teaser"
src="/x_ite/assets/teaser/teaser.x3dz"
src="/x_ite/assets/teaser/teaser.x3d"
update="auto"
splashScreen="false"
contextMenu="false"
Expand Down
132 changes: 132 additions & 0 deletions docs/assets/teaser/teaser.x3d
Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 4.0//EN" "https://www.web3d.org/specifications/x3d-4.0.dtd">
<X3D profile='Interchange' version='4.0' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='https://www.web3d.org/specifications/x3d-4.0.xsd'>
<head>
<component name='Geometry2D' level='2'/>
<component name='PointingDeviceSensor' level='1'/>
<component name='Scripting' level='1'/>
<component name='Text' level='1'/>
<unit category='angle' name='degree' conversionFactor='0.017453292519943295'/>
<meta name='created' content='Sat, 28 Jan 2023 13:31:50 GMT'/>
<meta name='comment' content='Rise and Shine'/>
<meta name='creator' content='Holger Seelig'/>
<meta name='generator' content='Sunrize X3D Editor V1.7.36, https://create3000.github.io/sunrize/'/>
<meta name='identifier' content='file:///Users/holger/Desktop/X_ITE/x_ite/docs/assets/X3D/teaser.x3d'/>
<meta name='modified' content='Sat, 14 Dec 2024 13:00:40 GMT'/>
</head>
<Scene>
<WorldInfo
title='teaser'>
<MetadataSet containerField='metadata'
name='Sunrize'
reference='https://create3000.github.io/sunrize/'>
<MetadataSet
name='BrowserFrame'>
<MetadataBoolean
name='fixedSize'
value='true'/>
<MetadataDouble
name='aspectRatio'
value='780, 245'/>
<MetadataString
name='backgroundColor'
value='""'/>
</MetadataSet>
</MetadataSet>
</WorldInfo>
<NavigationInfo
type='"NONE"'/>
<Background DEF='Transparent'
transparency='1'/>
<TouchSensor DEF='_6'/>
<Transform DEF='Image'
scale='16 5 1'>
<Shape>
<Appearance>
<UnlitMaterial
emissiveColor='0.8949219 0.8949219 0.8949219'/>
<ImageTexture
url='"triangles.avif", "triangles.jpg"'>
<TextureProperties
generateMipMaps='true'
minificationFilter='NICEST'
magnificationFilter='NICEST'/>
</ImageTexture>
</Appearance>
<Rectangle2D DEF='_1'/>
</Shape>
</Transform>
<Transform DEF='Rectangle2D'
translation='0 -0.65 0.5'
scale='14.94663 1 1'>
<Shape>
<Appearance>
<UnlitMaterial
emissiveColor='0 0 0'
transparency='0.5567618'/>
</Appearance>
<Rectangle2D USE='_1'/>
</Shape>
</Transform>
<Transform DEF='Text'
rotation='1 0 0 180'
center='-3.834375 -0.643363 1'>
<Group DEF='Animation'>
<TimeSensor DEF='_2'
cycleInterval='0.5'
startTime='1734128732.722'/>
<OrientationInterpolator DEF='_3'
key='0, 0.5, 1'
keyValue='1 0 0 0, 1 0 0 90, 1 0 0 180'/>
</Group>
<Transform DEF='Front'
translation='-9 -0.643363 1'>
<Shape DEF='_4'>
<Appearance>
<UnlitMaterial/>
</Appearance>
<Text DEF='_5'
string='"X_ITE v11.0.0"'
solid='true'>
<FontStyle
family='"Michroma-Regular.ttf", "SANS"'
size='1.2'
justify='"BEGIN", "MIDDLE"'/>
</Text>
</Shape>
</Transform>
<Transform DEF='Back'
translation='-9 -0.643363 1'
rotation='1 0 0 180'>
<Shape USE='_4'/>
</Transform>
<Script DEF='X_ITE'>
<field accessType='outputOnly' type='MFString' name='string_changed'/>
<![CDATA[ecmascript:
function initialize ()
{
string_changed = new MFString (Browser .name + " v" + Browser .version);
}
]]>
</Script>
</Transform>
<Transform DEF='HalloweenChild'
translation='5.815239 -23.80504 2'
rotation='0 -1 0 31.4751165798928'
scale='0.08 0.08 0.08'
center='0 22.54239 -0.3160129'>
<Inline DEF='_7'
url='"viernes.glb.gz"'/>
<LoadSensor DEF='_8'>
<Inline USE='_7'/>
</LoadSensor>
</Transform>
<IMPORT inlineDEF='_7' importedDEF='Timer1' AS='HalloweenChildTimer'/>
<ROUTE fromNode='X_ITE' fromField='string_changed' toNode='_5' toField='set_string'/>
<ROUTE fromNode='_6' fromField='touchTime' toNode='_2' toField='set_startTime'/>
<ROUTE fromNode='_2' fromField='fraction_changed' toNode='_3' toField='set_fraction'/>
<ROUTE fromNode='_3' fromField='value_changed' toNode='Text' toField='set_rotation'/>
<ROUTE fromNode='_8' fromField='isLoaded' toNode='HalloweenChildTimer' toField='set_loop'/>
</Scene>
</X3D>
Binary file removed docs/assets/teaser/teaser.x3dz
Binary file not shown.

0 comments on commit aa454b9

Please sign in to comment.