Jump to content

Search the Community

Showing results for tags 'Texture UV Coordinates'.

  • 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 1 result

  1. Hi all, I'm trying to create a lava flow effect, and I found a pretty simple way of doing this by using UV coordinates and shaders (http://gamedevelopment.tutsplus.com/tutorials/create-a-glowing-flowing-lava-river-using-bezier-curves-and-shaders--gamedev-919). However, I cant work out if I can access / change UV coordinates in PIXI. I think by default they are set at the [0,0],[0,1],[1,1],[0,1] by TextureUvs(). I've created a shader that can manipulate the texture coordinates after they are passed into the shader, but I want to be able to set the texture UV coordinates on a sprite or similar. I had a look in the forums and couldn't see anything. Any help is really appreciated.
×
×
  • Create New...