Skip to content
This repository was archived by the owner on Oct 11, 2022. It is now read-only.
This repository was archived by the owner on Oct 11, 2022. It is now read-only.

Textures are flipped by TextureLoader #26

Description

@OLEGSHA

When textures are loaded, they are stored in memory vertically flipped. TextureLoader explicitly flips the images. To resolve this issue, not only TextureLoader has to be modified, but also most of the UV maps in the game (primitives and entity models).

This is a problem both because the UV maps are counter-intuitive to experienced developers and because most libraries, specifically, GLFW, expect a certain memory layout for image data.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions