Simple scene ViroNode or ViroARPlaneSelector not working
robertobrogi83 opened this issue · 1 comments
robertobrogi83 commented
- [X ] Review the documentation: https://docs.viromedia.com/
- [X ] Search for existing issues: https://github.com/viromedia/viro
- [X ] Use the latest ViroReact release: https://docs.viromedia.com/docs/releases
Environment
Please provide the following information about your environment:
- Development OS: Windows
- Device OS & Version: Android
- 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
robertobrogi83 commented
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