Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ You can also use the trigger button instead of trackpad button by adding `button

For Daydream, replace `gearvr-controls` by `daydream-controls`.

If you use [aframe-environment-component](https://github.com/feiss/aframe-environment-component) > 1.0.0
and want to teleport on the generated ground, on the hills, you can
specify `collisionEntities: .environmentGround`. You can also add `.environmentDressing` if you want to teleport on the dressing like the mushrooms.
If you use [aframe-environment-component](https://github.com/feiss/aframe-environment-component)
and want to teleport on the generated ground, you can
specify `collisionEntities: .environmentGround; landingNormal: 0 0 1;`.
On Gear VR, it can be very slow with the curved line. Use `maxLength: 200; type: line;` in this case.


Expand Down