Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- projection = glm::ortho(
- (1.0f + distance) * aspect_ratio,
- (-1.0f - distance) * aspect_ratio,
- 1.0f + distance,
- -1.0f - distance,
- -1000.0f,
- 1000.0f
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement