Does anybody know kind of a concise verbiage way to have a camera target sort of lazily follow a player character? Just like the simplest possible way to have camera position interpolatively sashay into position? Some guy mentions, x += (target-x) * .1;
radius = 0 won’t work. But any other reasonable positive value will work for first person. Search the forum for firstperson, first person and you’ll find solutions.