Jump to content

Search the Community

Showing results for tags 'worldtransform'.

  • 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. Example: https://jsfiddle.net/8du4erv2/2/ Things I don't understand 1) Why is the SUB bunny as big as first, because I haven't added w, h or scale for it? 2) Why is the SUB bunny positioned like that? Basic math tell's me X=200 (bunny pos.) + X=10.5 (sub bunny), should be 210.5. From watching in PIXI source, I see the reason is that parent matrix is added to Child. But, this makes really hard to work with nested sprites. If I want the subBanny with default size, positioned in 10.5 in bunny, I would have to manually calculate dimension and position parameters, so when matrix is added, it looks right? Shouldn't PIXI add parent matrix to child, only if The child already added to That parent... or something like that?
×
×
  • Create New...