Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: frederic-schwarz/aframe-orbit-controls-component
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: tizzle/aframe-orbit-controls-component
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Dec 4, 2017

  1. Copy the full SHA
    3f98707 View commit details

Commits on Jul 30, 2018

  1. Update README.md

    tizzle authored Jul 30, 2018
    Copy the full SHA
    79be8b4 View commit details

Commits on Nov 12, 2018

  1. Update README.md

    tizzle authored Nov 12, 2018
    Copy the full SHA
    870d735 View commit details
Showing with 6 additions and 1 deletion.
  1. +5 −0 README.md
  2. +1 −1 examples/index.html
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## aframe-orbit-controls-component

***
Please use this more performant component instead: https://github.com/ngokevin/kframe/tree/master/components/orbit-controls
***


A (almost) direct port of the ThreeJS Orbit Controls for [A-Frame](https://aframe.io).
It allows users to rotate the camera around an object. Might be useful as a fallback to VR mode. Automatically switches to look-controls in VR mode.

2 changes: 1 addition & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ <h1>A-Frame Example Component</h1>

<div class="github-fork-ribbon-wrapper right">
<div class="github-fork-ribbon" style="background: #EF2D5E">
<a href="https://github.com/ngokevin/aframe-orbit-controls-component">Fork me on GitHub</a>
<a href="https://github.com/tizzle/aframe-orbit-controls-component">Fork me on GitHub</a>
</div>
</div>
</body>