model2.lookAt(model.position , model.position) model2.moveUp(50)
im trying to have model2 follow model1, and think works on the x,z axis but it ignores y, is there a reason for this?
model2.lookAt(model.position , model.position) model2.moveUp(50)
im trying to have model2 follow model1, and think works on the x,z axis but it ignores y, is there a reason for this?