virocore | ViroCore cross-platform AR/VR renderer | Augmented Reality library
kandi X-RAY | virocore Summary
kandi X-RAY | virocore Summary
ViroCore cross-platform AR/VR renderer
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of virocore
virocore Key Features
virocore Examples and Code Snippets
Community Discussions
Trending Discussions on virocore
QUESTION
I am developing panorama application and I cannot find some ways to implement my Android layouts or Android widgets(TextView, ImageView etc.) to my scene on ViroView.
Is it possible to do in this 3rd party library(ViroCore)?
Thanks, a lot!
...ANSWER
Answered 2019-Feb-19 at 10:26first you need to inflate the view , then create an AndoridViewTexture
,and finally use the function attachview
and give it the inflated view as a parm.
QUESTION
I am working on Vr app using virocore library in android. I have to show video over sphere. The video which i have to implement is not actually video but the two frames provided are the colour frame (left) and the alpha mask (right) frame. I have not worked with openGl but seems like I will need to provide a shader function to perform the alpha masking.
I have used this for shader Adding transparency to a video from black and white (and gray) alpha information video images
but how can i use it with OpenGL in on draw method? or If there is any way in virocore using which i can do alpha masking. I have tried chroma filtering method in virocore but that makes whole video transparent.
...ANSWER
Answered 2018-Dec-31 at 17:17If you want to discard fragments, then you can use the discard
keyword in the fragment shader.
e.g. discard all fragments with an alpha value less than 0.5:
QUESTION
I have downloaded ViroCore lib the latest version (virocore-release-v_1_7_2.aar), then I added dependencies below to my build.gradle file
...ANSWER
Answered 2018-Aug-23 at 12:23I solved this issue. I added to my dependency just viro library, but I must add additionally both sdk-common.aar and core.aar which you can download at the official virocore site.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install virocore
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page