Hello Guys i am looking for a way to do this.
I can’t wrap my head around the best way to approach this.
I want to be able to paint on the screen and clone plants or trees in real time (please see Time: 1:10)
Thanks
-UP
Hello Guys i am looking for a way to do this.
I can’t wrap my head around the best way to approach this.
I want to be able to paint on the screen and clone plants or trees in real time (please see Time: 1:10)
Thanks
-UP
Vuforia for the AR with smarterrain. Once you have the plane(smarterrain), you raycast from the camera and place object(grass) on the raycast hit. Since it’s 3d painting, it can become heavy pretty fast as you are adding geometry to the scene at runtime, so careful with the meshes.
@unit_power :
Are you familiar with the technology in a smart device ?
How much experience do you have with Unity and C# ?
How much do you know about the different components that make up 3D graphics?
I am , I’ve been developing in Vuforia for a while but mustly of my work is in multy target chips.
00christian00: Thank you I had no smarterrain could do that, i will look into it
Deon Cadme: I was wondering if there is something similar for iPad, ignoring the Augmented reality that part I have full control over it.