Maybe it’s a very simple thing, but i was wondering, how can i position billboards on exact coordinates?
i mean…i used Transform3D to position them, but i want to position the center of the billboard on the coordinates and don’t know how to do it…
this is what i get:
+-----+
| |
| |
| |
| |
| |
+--*--+
where * is the center
and i want it like this:
+-----+
| |
| |
| * |
| |
| |
+-----+