Tagged Questions
0
votes
0answers
118 views
Keep 3d model facing the camera at all angles
I'm trying to keep a 3d plane facing the camera at all angles but while i have some success with this:
Vector3 gunToCam = cam.cameraPosition - getWorld.Translation;
Vector3 beamRight = ...