VikAdvani

Results 28 comments of VikAdvani

Hi @michaelbarbero, Answers to your questions below. > Is it possible to add such a method to the Portal API (removePortalEntrance ? hide/showPortalEntrance ? togglePortalEntranceVisibility(Boolean) or is there another way...

Hi @apurvasaxena, we currently don't support rendering GLSurfaces Android Views into virocore since virocore uses a GL surface under the hood. What is the use case you are doing this...

Hi @apurvasaxena, There are several questions here let me try to answer them all. **_I have already tried enabling chromakey filtering and used material.setChromaKeyFiltering(color.black) but it makes whole video transparent...

Hi @apurvasaxena, To animate just the 360 background image you can do the following: ``` mViroView.getScene().setBackgroundRotation(new Vector(myRotation)); ``` You'll have to convert your fling motion into a rotation yourself using...

Hi @apurvasaxena, You can enable this by adding a camera element to your scene and putting your video within that. Whatever is within the camera node will follow the camera,...

Hi @YudizSumeet, thanks for reporting this. I've confirmed this is a bug and we will fix it in our next release.

Hi @YudizSumeet, we have fixed this bug and it will be included in Virocore 1.14 :)

Hi @sergey-ostrovsky, Have you tried to remove the clamping from the code above to see if that fixes the issue?

Hi @henryszex42s, The reason we require the aws sdk's is for key checking. We check the API key to make sure it's valid. If we are unable to properly connect...

HI @HLneoh, The react sample code for this would translate fairly well to java: https://github.com/viromedia/viro/files/1865035/HelloWorldSceneAR.js.zip Here's some code on how it might work in Java using ViroCore: ``` // Convert...