I was trying to draw over the object rather than in the air, currently whenever i draw a line over some object it draws in the air at some specific distance from the camera, and while moving the camera towards that object the camera passes through that line and line doesn't stay on the object anymore.
Currently I've tried changing the strokeDrawDistance value inside the AppSettings.java but that doesn't seem working.
I was trying to draw over the object rather than in the air, currently whenever i draw a line over some object it draws in the air at some specific distance from the camera, and while moving the camera towards that object the camera passes through that line and line doesn't stay on the object anymore. Currently I've tried changing the strokeDrawDistance value inside the AppSettings.java but that doesn't seem working.