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

About installation #2

Open
mozgbrasil opened this issue Oct 10, 2018 · 3 comments
Open

About installation #2

mozgbrasil opened this issue Oct 10, 2018 · 3 comments

Comments

@mozgbrasil
Copy link

Hello good afternoon

= About installation

I followed the installation process and made available

https://codepen.io/mozgbrasil/pen/jemmxz

See that the Click event is not working

@patrickocoffeyo
Copy link
Member

patrickocoffeyo commented Dec 6, 2018

Hey there!
You may want to check out our basic example. You'll need to provide a position for your entity:

 <a-entity
    id="dialog"
    position="0 0 -2"
    dialog-popup="
      title: Kellogg's frosted flakes;
      body: Frosted Flakes or Frosties is a breakfast cereal, produced by the Kellogg Company and consisting of sugar-coated corn flakes. It was introduced in the United States in 1952, as Sugar Frosted Flakes.;
"></a-entity>

And you'll want to set the mouse as your camera's cursor rayOrigin:

<a-camera id="camera" cursor="rayOrigin: mouse"></a-camera>

@pr0cz
Copy link

pr0cz commented Sep 26, 2019

Sadly I figured out, that your component isn't working at version 9.0 and above anymore! I am currently using it with 8.2, where it works as expected. With best regards.

@patrickocoffeyo
Copy link
Member

@pr0cz Interesting, I'll try to take a look this week and put together a compatibility update, thank you for reporting!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants