Jump to content

J. K. Sleepling

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by J. K. Sleepling

  1. Thanks Ivan. Think I'll go for the first idea. I need to remember the original image specs, so I can make a texture in the right format later.
  2. Hi there, I'm working on an app showing user uploaded maps (bitmaps). These maps can be of any resolution and often they are very large. Now down-scaling these images they become ugly and crunched, so I need to use mipmapping (Working in WebGL). I know mipmapping only works with "powered by two" resolutions, but is there any way I can resample my odd-sized maps, to fit into a "pb2" resolutioned baseTexture, and still know the original specs. Or how would you work around it? Thanks
×
×
  • Create New...