Jump to content

Search the Community

Showing results for tags 'mipmap'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • HTML5 Game Coding
    • News
    • Game Showcase
    • Facebook Instant Games
    • Web Gaming Standards
    • Coding and Game Design
    • Paid Promotion (Buy Banner)
  • Frameworks
    • Pixi.js
    • Phaser 3
    • Phaser 2
    • Babylon.js
    • Panda 2
    • melonJS
    • Haxe JS
    • Kiwi.js
  • General
    • General Talk
    • GameMonetize
  • Business
    • Collaborations (un-paid)
    • Jobs (Hiring and Freelance)
    • Services Offered
    • Marketplace (Sell Apps, Websites, Games)

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Twitter


Skype


Location


Interests

Found 4 results

  1. 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
  2. Hello! I have a trouble when scaling down big assets. I just have a stage contains some sprite and i'm doing: stage.scale.x = stage.scale.y = 0.2; https://jsfiddle.net/n67xwb5w/ As a result I have an ugly ragged image. I found a solutions for a simple canvas drawing without pixi http://jsfiddle.net/qwDDP/ from here http://stackoverflow.com/questions/18761404/how-to-scale-images-on-a-html5-canvas-with-better-interpolation Can I achive the same smooth effect after rescaling in PIXI?
  3. The constructor doesn't seem to behaving properly on videoTextures. I can't seem to disable the mipmaps or change the sampling mode. However, invertY is working probably. I also get an error if I try and feed in the urls/url as an object stating that urls.ofEach is not a function. Here is an example: http://www.babylonjs-playground.com/#CHQ4T#8 Thanks in advance! -P Sidenote: Seems to work on the basic texture: http://www.babylonjs-playground.com/#WWRIO#1
  4. hi everyone. I'm testing about mipmap; I've used mipmap since begin to create my game; I think Mipmap is useful to draw blurred texture and performance. but i couldn't see any performance up with mipmap of pixi. my testing map has 7168*7168 size ( 49 of 1024*1024 texture ); and i was changing scale of container that has sprites of map; how can i control mipmap efficiently ? thx..
×
×
  • Create New...