viromedia/viro

Simple scene ViroNode or ViroARPlaneSelector not working

robertobrogi83 opened this issue · 1 comments

Environment

Please provide the following information about your environment:

  1. Development OS: Windows
  2. Device OS & Version: Android
  3. Version: ViroReact version: 2.17.1 and React Native:0.59.3

Description

I all, i this simple code:

`
<ViroARScene
anchorDetectionTypes={'PlanesVertical'}
displayPointCloud={true}
//onTrackingUpdated={this._onInitialized}

    <ViroARPlane minHeight={.1} minWidth={.1} alignment={"Vertical"}>
      <ViroText text={this.state.text} style={styles.helloWorldTextStyle} />
    </ViroARPlane>
  </ViroARScene>

`

my dream is to see the text automatically where the plan is detect. i don't want to specification a position text.

any suggestion?

I have try all.... the doc is a little bit confuse...

Many thanks

Hum.... in the doc spoke about an API_KEY but the link NOT working:
https://viromedia.com/signup/

and i try use the simple complete code here:

https://docs.viromedia.com/docs/tutorial-ar

but ViroNode or ViroARPlaneSelector not working....

Please there is a solution for this HELL?

thanks