---------------------
-- Your Name is Benny
function GM:CalcView( ply, pos, ang, fov )
local view = {
origin = pos + (ang:Forward() * -64),
angles = angles,
fov = fov,
drawviewer = true
}
return view
end