Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Painting in real time (Play mode).

Discussion in 'Getting Started' started by unit_power, Feb 13, 2015.

  1. unit_power

    unit_power

    Joined:
    Jun 11, 2013
    Posts:
    21
    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
     
  2. 00christian00

    00christian00

    Joined:
    Jul 22, 2012
    Posts:
    1,035
    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.
     
  3. Deon-Cadme

    Deon-Cadme

    Joined:
    Sep 10, 2013
    Posts:
    288
    @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?
     
  4. unit_power

    unit_power

    Joined:
    Jun 11, 2013
    Posts:
    21
    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.