Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • A acgl
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ACGL
  • acgl
  • Wiki
  • faq

faq · Changes

Page history
li created page: faq authored Nov 26, 2015 by Ming Li's avatar Ming Li
Hide whitespace changes
Inline Side-by-side
faq.md 0 → 100644
View page @ bb6d2ea9
### My texture is black, what am I doing wrong?
If a texture is 'incomplete', only black gets sampled. One common reason is that mip-mapping is activated for filtering but the texture has no mip-maps. For most texture types using mip-maping as a filter mode is the default! So either call generateMipmaps() on them or change the minification filter.
### Why are my textures upside down?
The coordinate system of OpenGL starts at the bottom on the left while the coordinate systems of some fileformats start at the top left corner. A coordinatesystem transformation is not performed while loading the image. If the image gets loaded manually using an intermediate TextureData object, TextureData::flipVertically() can be called.
\ No newline at end of file
Clone repository
  • .vao file format
  • acgl compile time settings
  • acgl versions
  • basic openGL concepts to look up
  • custom shader parser
  • debugging opengl
  • extending acgl
  • external libraries included in acgl
  • faq
  • function overview
  • gamepad
  • getting started
  • Home
  • includes in shaders
  • learning openGL
View All Pages