Hey Guys.
Current Situation:
Im Generating a Random Universe, A Sun in the Center, Planets orbiting around.
I am abled to select a Sphere, works by getting the object id.
A Menu pops up and Shows the different properties like speed - planet size ect.
Now i want to make a kind of \"highlight\".
I could easily clone that object, change the size and make it wireframe. but that looks really like ...
Okay, now i decided to make a 2d Circle around that, like a Halo, but there is no way to get this running. When i Take the X and Y Coordinates of the selected sphere and make a circle, the circle uses the coordinate-system of the window and appear in the upper left of the screen.
f.e - the sun always has the position 0,0,0 - so the circle uses them too....
how do i solve that? Is that even possible?
thanks in advance!