Skip to content

Commit

Permalink
Website tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
xeolabs committed Feb 21, 2018
1 parent 81b1469 commit cbfd330
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 24 deletions.
2 changes: 1 addition & 1 deletion website/assets/js/custom.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
addPrettify();
addFeatures();
//addFeatures();

function addPrettify() {
var els = document.querySelectorAll('pre');
Expand Down
30 changes: 7 additions & 23 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -408,22 +408,6 @@ <h2>Effects</h2>
<a href="http://xeogl.org/examples/#effects_stereo"><img
src="assets/images/StereoEffect.png"></a>

<br>

<p>How about fishtank VR with quad-buffered stereo, 3D tracking eyewear and stylus interaction?
Drop in some components so that we can explore our model on a zSpace display:</p>
<pre class="prettyprint lang-javascript">// Deactivate the previous effect
stereoEffect.destroy();

// Activate zSpace effect with quad-buffered stereo
var zspaceEffect = new xeogl.ZSpaceEffect();

// Activate the zSpace stylus
var zspaceStylusControl = new xeogl.ZSpaceStylusControl();</pre>

<a href="http://xeogl.org/examples/#effects_zspace_gearbox"><img
src="assets/images/zspaceUser.png"></a>

<h2>Learn More</h2>

<ul>
Expand All @@ -448,16 +432,16 @@ <h2>Learn More</h2>

<!-- section start -->
<!-- ================ -->
<div class="section features">
<div id="featureList" class="container object-non-visible" data-animation-effect="fadeIn">
<h1 id="features" class="title"><span>xeogl</span> Features</h1>
<!--<div class="section features">-->
<!--<div id="featureList" class="container object-non-visible" data-animation-effect="fadeIn">-->
<!--<h1 id="features" class="title"><span>xeogl</span> Features</h1>-->

<div class="space"></div>
<!--<div class="space"></div>-->

<!-- features get appended here by JS at the end of this page -->
<!--&lt;!&ndash; features get appended here by JS at the end of this page &ndash;&gt;-->

</div>
</div>
<!--</div>-->
<!--</div>-->
<!-- section end -->


Expand Down

0 comments on commit cbfd330

Please sign in to comment.