Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update paths in html header #3

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Prev Previous commit
Update ArrowMacro.x3d
  • Loading branch information
andreasplesch authored Aug 30, 2016
commit d260680d066fa8798cd7d0c43dc5375c72e9855e
8 changes: 5 additions & 3 deletions test/ArrowMacro.x3d
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
<!-- X arrow and label -->
<Shape id='%DefId%' isPickable="false" DEF="AXIS_LINE_X">
<IndexedLineSet index="0 1 -1">
<Coordinate point="0 0 0.001, 1 0 0.001" color="1 0 0, 1 0 0"></Coordinate>
<Coordinate point="0 0 0.001, %length% 0 0.001"></Coordinate>
</IndexedLineSet>
<Appearance DEF='Red'>
<Material diffuseColor="0 0 0" emissiveColor='1 0 0'></Material>
<Material diffuseColor="0 0 0" emissiveColor='%color%'></Material>
</Appearance>
</Shape>
<Transform translation='1 0 0'>
Expand All @@ -34,14 +34,16 @@
</Transform>
<Transform rotation='1 0 0 0'>
<Billboard axisOfRotation='0 0 0'>
<Transform translation='0 0 1.2'>
<Transform translation='0 0 %length%'>
<Transform translation='0 0 0.2'>
<Shape isPickable="false" DEF="AXIS_LABEL_X">
<Text string="X" solid="false">
<FontStyle size="0.3"></FontStyle>
</Text>
<Appearance USE='Red'></Appearance>
</Shape>
</Transform>
</Transform>
</Billboard>
</Transform>
</Transform>
Expand Down