HLneoh

Results 14 comments of HLneoh

@achuvm What if I want to have smooth 3D scaling and rotating in my AR application? Is it possible to achieve that?

@achuvm Thanks for the comment. However, figment AR used viro react and react native to implement the feature. May I know is it possible to use viro core (Java) to...

@achuvm Yes, I am able to achieve that. However, I cannot get a smooth rotating and scaling. My issue sometimes conflig actions, for example when I using two fingers to...

Thanks for the comment. Instead of using viro react, can I use viro core (java) to place 3D animations in a specifc longitutde and latitude? If yes, may I know...

Hi, @VikAdvani. Thanks for the response. I have two questions regarding your comment. 1. In function transformPointToAR, as it stated **latitude(north,south) maps to the z axis in AR longitude(east, west)...

Hi, @VikAdvani. Thanks for your clarification. **In my scene, when I position my nodes:** **_Here are your codes in the comment:_** float northPoint[] = this.transformPointToAR(47.618574, -122.338475); Node node = new...

Hi, can someone lend me a hand pls? :( @VikAdvani

Hi @VikAdvani, my app does not crash as I createAnchoredNode after AR scene is initialized. However, the object still appears for a second (less than one second I think), then...

Hi, for experiment purpose, I just set createAnchoredNode(0,0,-2) [just two meters from my camera view based on documentation of viro core under tracking and anchor].

Hi @VikAdvani , I am using Samsung A5 and Android Studio 3.1.2 The first picture is used to call _initAR_ function after the tracking is initialized as below: ![image](https://user-images.githubusercontent.com/25906607/45488493-26468a00-b794-11e8-9789-545ce7f03e14.png) The...