Dmitry Korolev

Results 5 comments of Dmitry Korolev

> Здравствуйте! У меня вопрос, но, вероятно, это какая-то проблема. Я установил FarZ = 1000, установил проекцию на FIXED_ZOOM и повернул камеру (-30, 0, 0) > > Поскольку я хочу...

I have this problem

```lua local function calculate_view_new(camera, camera_world_pos, camera_world_rotation, offset) local rot = camera_world_rotation local pos = camera_world_pos - vmath.rotate(rot, OFFSET) if offset then pos = pos + offset end local look_at =...

fix to screen_x and screen_y