okocha1337 Posted November 7, 2019 Share Posted November 7, 2019 Hello, i want to make a Scene with the combination of AR and VR. SRworks works fine for me but I have the Problem that I cant place the virtual objects in the Right Location of the real world. Ist hard to find the Right coordinates and I have the Feeling that the Unity Scene and ist Location Change sometime randomly and moves out of place. For example I would like to replace a real wall with a virtual wall to have a smooth Transition between the Worlds. or the Ground should be where the real Ground is. Can someone help me? @Daniel_Y @reneeclchen Link to comment Share on other sites More sharing options...
Daniel_Y Posted November 11, 2019 Share Posted November 11, 2019 A simpler way, 1. Perform 3D reconstruction like this video first and save the scanned result as OBJ. 2. Reload the OBJ into you scene. 3. Through SRWorks Unity API, ex: GetAllHorizontal(Vertical) / GetLargestHorizontal(Vertical) / GetColliderWithProperties( property array ), to get your desired collider property for your virtual object placement. 4. Or, you could even perform 3D Semantic Segmentation like this video to find wall or floor. A Sample code provided in Experience_Unity > Assets > ViveSR_Experience > Scenes\Sample9 – Semantic Segmentation. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now