Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Position doesn't follow parent, when parent is using isRenderGroup : true #161

Open
muhajirdev opened this issue Apr 15, 2024 · 2 comments

Comments

@muhajirdev
Copy link

I recorded the video here:
https://jmp.sh/s/dR2oa5C6xA6BxKaCrG2p

snippet looks like this

const worldContainer = new Container({
    isRenderGroup: true,
    width: options.width,
    height: options.height,
  })

  const tilemap = new CompositeTilemap()
  tilemap.tile('/sample2.png', 0, 0)
  worldContainer.addChild(tilemap)
@ivanpopelyshev
Copy link
Collaborator

This is first v8 issue.

Thank you!

Any ideas on how to fix it? I do bake world matrix differently

@muhajirdev
Copy link
Author

I am still trying to understand how this tilemap package works.

re: I do bake world matrix differently
Interesting, how do you do it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants